what is the use of STOP,EXIT,CHECK,CONTINUE in internal
table?
Answer Posted / sirisha
STOP: Terminates the logic and the control goes directly to
the end-of-selection.
EXIT: Terminates the logic in the loop and control comes to
the immediate next statement after the loop.
CONTINUE: It goes back to the loop again and processes the
logic inside the loop.
CHECK: It always goes to the next "event" when the condition
given in the CHECK statement is failed. If it is written
with in the loop, it just terminates the loop but not the
processing block.
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
What is read line in abap?
What are the update types possible?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Mention the various databases integrities?
In ALV reporting when u execute your report which event gets triggered.
What is the difference between table and template?
What is native sql?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Define external layer?
What is bdc programming in sap?
What is a type group?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is a match code? : abap data dictionary