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


Please Help Members By Posting Answers For Below Questions

What are user exits? What is involved in writing them? What precations are needed?

602


What are the differences between a database index and a match code?

602


What are the different function modules used in sapscript?

623


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

712


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

606






The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization

640


Explain what is the difference between primary key and unique key?

642


Explain buffering concept usage?

605


In which particular scenario we use sorted table and which particular scenario we use standard table?

1024


What is meant by authorization? Did you ever work on it? : sap abap hr

524


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

705


In events, start-of-selection is a default event. When we have to use this event explicitly? Why?

579


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

621


What is append structure?

547


Explain what is step-loop?

765