Pages

Friday, September 5, 2008

SAP ABAP Important Keywords

SAP ABAP Important Keywords

The following list displays some of the important Keywords in ABAP

NoKeywordDescription
1AT END OF … ENDATControl group end in LOOP
2AT Fg … ENDATProcessing specific to record type in LOOP
3AT FIRST … ENDATExecute processing block within a LOOP before processing single lines
4AT LAST … ENDATExecute processing block within a Loop after processing single lines
5AT NEW … ENDATControl group end during LOOP
6CALLCall processing (Program, function module, screen)
7CHECKSelection condition, leave loops and subroutines
8CONTINUEExit current loop pass within a DO, WHILE, LOOP or SELECT loop
9DO … ENDDOLoop processing
10EXEC SQL … ENDEXECExecute a Native SQL Statement
11EXITLeave loops or subroutines
12FORM … ENDFORMDefinition of a subroutine
13IF … ELSE … ENDIFConditional processing
14LEAVELeave program processing, go to a transaction, list (or) menu
15LOOP … ENDLOOPLoop on a table (or) extract dataset
16MODULE … ENDMODULEDefinition of a dialog module
17ON CHANGE OF … ENDONProcessing on field change
18PERFORM … USINGCall a subroutine
19SELECT … ENDSELECTRead database tables
20STOPEnd selection
21WHILE … ENDWHILELoop processing

source from http://abaplovers.blogspot.com

No comments: