|
Software Programming Language - ABAP/4 |
SAP-Specific Programming Language - ABAP/4 ABAP/4 is an Acronym for Advanced Business Application Programming Fourth-Generation Language or 4GL. It is SAP's Core Programming Language and it's Backbone with an Integrated Development Environment called as The Development Workbench. The Development Workbench is an Integrated Environment with many Inter-related Components that facilitate Team-Driven Software Development and Customization across the 3 software layers. The ABAP Programming Route takes a person towards a position of expertise in the area of SAP Technical Career Development, not Functional Expertise. However, it is strongly recommended that SAP Functional users have a basic knowledge of the featues of ABAP/4 to be able to understand it's capabilities and limitations. |
Learn ABAP/4. Buy the Book from Amazon directly ! |
ABAP/4 Programming Syntax Statement Examples for programming different types of logical sequences (Decision Making, Loop, Database, Function Call & Execution ) are shown below : Decision Making Statement : IF .......... ................... ELSE .......... ................... ENDIF. Loop Statement : LOOP AT ...... ................... ENDLOOP. Database Table SQL Statement : SELECT * FROM TABLE-NAME INTO TABLE OUTPUT WHERE................... Function Call Statement : CALL FUNCTION 'FUNCTION-NAME' EXPORTING ............ IMPORTING ............. EXCEPTIONS ............. Execution Statement Verbs: READ..., APPEND..., MODIFY..., PERFORM... etc |
|
|
|
|
|
|