can we call a dialog module(Type M) into the executable
program(Type E).If it yes then how ?
Answer Posted / mj
yes possible via call screen
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is sap xi intended to replace ale?
How do you use structures in the abap programs?
where do we store all custom programs in SD module?
How to handle error in session method? : abap bdc
What are the disadvantages of using explicit enhancement?
What are hashed tables?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What are critical issues you have faced in your project
What are the types of subroutines? : abap modularization
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.
In ALV reporting when u execute your report which event gets triggered.
What are the different functions used in sap script? What are the parameters used in each function?
List the events in abap/4 language?
What is the relationship existing between the various data elements? : abap data dictionary
How to do find it?