CALL FUNCTION 'LIST_TO_ASCI'
Hello Experts, I am trying to read the list output from FM'LIST_TO_ASCI' into table listasci = it_text but not able to read the whole data in the same. here is my code: TYPES: BEGIN OF ty_text,...
View ArticlePreview button in smartform is not working
Hi experts, I have created a smartform that i am calling it through a program. the program shows a number of PM orders based on selection criteria and the user selects some of them and clicks the...
View ArticleField Symbol Error
Hello Experts, I am having error saying that " Field Symbol is assigned Yet", even though i have assigned it. Please find the code show below . Please help me regarding this. CODE:...
View ArticleRegarding SD_CUSTOMER_MAINTAIN_ALL
Hi ABAPers, I am trying to create new customer or extend customer to one more sales area and using function module SD_CUSTOMER_MAINTAIN_ALL in my Z program, i am seeing it is deleting the International...
View ArticleChanging Inbound delivery using DELVRY03 IDOC
Hi All, As per Customer requirement we are getting data from proxy and internally in ECC we creating or updating ro deleting INBOUND Delivery using DELVRY03 IDOC type.For changing the existing...
View ArticleUnpack HU from Outbound Delivery
Hello Experts, I have a scenario in RF process to Unpack Handling Unit on the Outbound Delivery. Usually we do this in VL02N. But in RF process, the standard transaction LM25 is displaying some...
View ArticleInline declaration... you will love it!
Release 7.40 has some great news, one of them is something that impacts day-to-day coding agility : inline declaration.What about use a variable without going to the top of your program and declaring...
View ArticleCopy Header Text From PR to PO Issue
Hello All, I had a requirement to copy header text from PR to PO..I used a customer exit (MM06E005-EXIT_SAPMM06E_012) and achieved it.Now there is an additional requirement that while creating PO from...
View ArticleError while reprocessing Idoc
Hi All, I am getting an error 'The material number for item 000001 could not be identified' while reprocessing an Idoc of basic type ORDERS05 in transaction WE19 using Standard Inbound option....
View Articlerefresh data in splitter container
hello all, in the splitter container, when i clicked afvc table displayed its fields in the below container,but iam unable to display data when i clicked other tables, now my question is how do i...
View ArticleLock fields in a custom program
Hi SAP gurus, I would like to seek for your help. Is it possible to lock specific fields in a custom program when system tries to input values via bapi? Thank you in advance.
View ArticleCurrency CURR type with more than 2 decimals - ALV output
I just realized how to use CURR type with more than 2 decimals. I created a DOMAIN with Data Type CURR and 8 decimal places. Look at what happens at SE16N Details:Value on right (Value Unconverted) is...
View ArticleCannot catch RFC exception
Hi all, I am running a standard transaction between ECC and BW.One standard function module doesn't return the expected resultsand I can't change the coding to catch a SYSTEM_FAILURE or...
View ArticleHow to improve performance of this select statement (between a large table...
Hiya, I have the following select that takes ages to complete: select a~head_no b~vality_to appending table lt_itab up to 1 rows from crm_ace_refkeyas a inner join v_acedsoh as b...
View ArticleHow to get Classification details like class name class value during...
Hi Experts, I have found many SDN threads before posting this query, but unfortunately I could not find any. My requirements are:- 1) I am creating a new Equipment using IE01. At the time of save, I...
View ArticleUnable to create contract through BAPI- BAPI_CONTRACT_CREATE
Hi All, When I am trying to create contractin MM -tcode - ME31K- through bapi - 'bapi_contract_create' condition is not getting updated.Contract no is generated through Bapi. But when I go to...
View ArticleUNABLE TO RECORD ACO3 IN SHDB
Hi,I am trying to record AC03 in shdb.But i am not able to get Edit option in clasiification while recording.Any one have faced this issue??? Regards Abdul.
View Articleupdate system status of a wbs in internal table
hello all, *added to get user and system status ******************************* loop at it_prps_aprd_sec INTO wa_prps_aprd_sec. CALL FUNCTION 'STATUS_TEXT_EDIT'...
View ArticleCheckbox in REUSE_ALV_HIERSEQ_LIST_DISPLAY
Hello Freinds, I need to have checkboxes in both the header as well as the item level data records. I have used the FM REUSE_ALV_HIERSEQ_LIST_DISPLAY for ALV display. But the problem is that the...
View Article'Zebra' in ALV TREE GRID lines
Hello!Is anybody tried to implement 'ZEBRA-style' with ALV TREE GRID based view? There is no property ZEBRA in layout and I don't know how to make user interface more readableMaybe anybody have any...
View Article