Are their any types in LSMW?If yes then what are they?`
Answer Posted / sriram
LSMW types are Standard Batch / Direct Input
Batch Input Recording
BAPI
IDOC
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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.
What are subroutines? : abap modularization
Explain what is the difference between primary key and unique key?
Explain the disadvantage of using exec sql statement in abap?
How we format the data before before write statement in report ?
How many main windows are allowed in sapscript?
What are the data types of the abap/4 layer?
What is the differrences between structure and table in data dictionary in abap? : abap hr
Explain what are the events in screen programming?
What are the types of search helps? : sap abap data dictionary
How is the command suppress-dialog useful?
How does the system handle roll areas for external program components?
What is erp? : sap abap hr
What are the techniques involved in using sap supplied programs?
Can you define a field without a data element?