|
![]() ![]() Software Programming Language - ABAP/4 ![]() |
![]() ![]() It is SAP's Core Programming Language and it's Backbone with an Integrated Development Environment called as The Development Workbench. ![]() 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. |
![]() 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 : ![]() IF .......... ................... ELSE .......... ................... ENDIF. ![]() LOOP AT ...... ................... ENDLOOP. ![]() SELECT * FROM TABLE-NAME INTO TABLE OUTPUT WHERE................... ![]() CALL FUNCTION 'FUNCTION-NAME' EXPORTING ............ IMPORTING ............. EXCEPTIONS ............. ![]() READ..., APPEND..., MODIFY..., PERFORM... etc |
|
|
|
|
|
|