What is the typical structure of an ABAP program?

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


Please Help Members By Posting Answers For Below Questions

What are the basic components of dialog program?

914


Can a constructor be declared private? If yes then in which scenario?

1121


What is meant by write lock? : sap abap data dictionary

806


What are logical databases? What are the advantages of logical databases?

721


In which cluster time results are stored? : abap hr

794


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.

2026


What are the user groups?

790


Can i have some Realtime Scenarios on Reports.

2060


What is the abap program name to process the batch input session automatically? : abap bdc

862


Describe the data classes?

793


Where can you find error log for call transaction? : abap bdc

983


Have you processed BDCs ?

809


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

2264


What is the Process to transfer IDOC from Outbound System to Inbound system.

1889


Select up to 1 row and select single difference ?

844