what are the events in Module pool Programming?
Answer Posted / pooja rajpoot
There are two types of events (mandatory and optional).
PAI and PBO are the mandatory events while POV and POH are
optional events.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Does the table can have multiple foreign keys?
Why do we use dynamic where conditions?
What is alv programming in abap? When is this grid used in abap? : abap hr
Can a constructor be declared private? If yes then in which scenario?
Can you define a field without a data element?
List some of the many different ways that the sap standard functionality can be changed by a customer?
how to read the standard field value in your custom program.
Define database layer?
What is meant by hide area?
How many types of views are there? : abap data dictionary
What are null values? : abap data dictionary
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.
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Explain what are extracts?