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 the transaction for recording bdc ? : abap bdc
What is the difference between data elements and domains?
How do you read files from the presentation server ? : abap bdc
What are the components of selection table?
What are the different types of data dictionary objects? : abap data dictionary
What are the two different ways of building a match code object?
What is the difference of update types in call transaction method ? : abap bdc
How to convert normal function module to bapi?
How will you link form with the event driven in sap scripts?
Explain the inside concept in select-options?
What is netweaver???what is the relationship with ABAP?
What are the various events associated with screen programming?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
Define dispatcher?
Explain the properties of selection screen?