Answer Posted / mukhtar
typical structure of a ABAP program ...
GLobal Declaration And processing blocks
Processing blocks can be
1. function modules
2 . MACros
3. Sub-routines
4 . Events etc
Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What are the basic components of dialog program?
Can a constructor be declared private? If yes then in which scenario?
What is meant by write lock? : sap abap data dictionary
What are logical databases? What are the advantages of logical databases?
In which cluster time results are stored? : abap hr
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 the user groups?
Can i have some Realtime Scenarios on Reports.
What is the abap program name to process the batch input session automatically? : abap bdc
Describe the data classes?
Where can you find error log for call transaction? : abap bdc
Have you processed BDCs ?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is the Process to transfer IDOC from Outbound System to Inbound system.
Select up to 1 row and select single difference ?