What is the typical structure of an ABAP/4 program?
Answers were Sorted based on User's Feedback
Answer / deepthi
Structure of ABAP/4 program is ,
1. Declaration
2. Dialog Module
3. Event Block
4. Procedure
Is This Answer Correct ? | 10 Yes | 0 No |
What is the difference between call transaction and session method? : abap bdc
what are the prerequisites for using a bapi in your program?
what is the difference between [select single xxx from ...] and [select * from ... up to one row]?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Can there be more than 1 main window in sap script?
How to maintain subtotals n grand totals in smart forms?
How do you copy the script from source alert?
What is a help view? : abap data dictionary
What is the typical structure of an ABAP program?
plz listen carefully sir,in alv reports how i insert logo into alv grid(if it is tcode 'oaer' )?tell me procedure, in the same report how insert background logo tell me the procedure please?
how to use binary search in internal table?what is the use of indexes and secondary indexes?