In LSMW IN 9TH STEP WHICH IS A READ\IMPORT DATA IN
TRANSACTION NUMBER SELECT OPITON WHAT TO ENTER IF MY DATA
STARTS WITH CUSTOMER NUM 1000 TO CUS NUM 1051 WITH DIFFERENT
SALESORG,SALESOFF,DIVISION,DISCHNNL DETAILS
Answer Posted / xx!
DONT TRUST THIS SITE.
ITS WASTE OF TIME, 50% OF THE PAGES WILL NOT LOAD PROPERLY.
ITS SERVER IS MIXED WITH xxxxx and so It cannot always
display results!!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is table buffer?
Polymorphism real time scenario
Work most on which module: name a few tables?
What are system fields for secondary lists?
Can a filed occur in several field groups?
What are the basic objects of the data dictionary? : abap data dictionary
What is the differences between structure and table in the data dictionary in abap?
what is difference between (internal table types)standard table and sorted table in sap abap....
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How would you define the exponents for a type âfâ field?
What is the different between template and a table?
What are the advantages of logical databases?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is the function of a data element?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.