What is the typical structure of an ABAP program?
Answers were Sorted based on User's Feedback
Answer / latha p
1.Initialisation
2.Selection-screen designing
3.at selection-screen "to validate the selection-screen
entries
4.Top-of-page "to get the page headings
5.start-of-selection "to fetch the data
Performs and other events
6.End-of-selection "to get the output
Is This Answer Correct ? | 39 Yes | 4 No |
Answer / phaneendra
Structure of ABAP/4 program is ,
1. Declaration
2. Dialog Module
3. Event Block
4. Procedure
Is This Answer Correct ? | 14 Yes | 5 No |
Answer / golla.s
Structure of ABAP/4 program is
Report Defination,
Table/data Defination
Intialization
Screen Select options
Selection screen events
Start Of Selection
Performsandother events
End of selection
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / 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 |
Answer / deepthi
Structure of ABAP/4 program is ,
1. Declaration
2. Dialog Module
3. Event Block
4. Procedure
Is This Answer Correct ? | 10 Yes | 6 No |
Answer / ramesh
1)Header
2)Global declaration
3)Process logic
4)Definition of subroutines
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vj
source text
program attribute
screens
user interface(gui status ,titles,function key settings)
text elements(selection text,text symbols,headers)
documentation
varients
Is This Answer Correct ? | 6 Yes | 8 No |
I want to display the different data on the multiple main windows of the form in Sapscript. Is it possible ? If yes, then How?
What is the difference between refresh and free statements?
what is tablemaintanance generator ? how to create it?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
CAN WE DEBUG A MACROS ? HOW DO TO MATHEMATICAL ON TWO NUMBERS ?
What are the different types of luws. What are they?
What is interactive reporting?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
how to change col colors in alv reporting?
who is vendor?
What is the different between abap and ooabap? Why do we use ooabap?
What are data integrity constraints?