ANY one can tell me what is basic diff b/w keywords
STOP,CONTINUE,CHECK,EXIT, AT-EXITCOMMAND?

Answer Posted / rajesh

One main thing to understand about continue and check
commands is :
Inside a loop, CHECK exactly works as CONTINUE but with a
logical/conditional expression. Below is the syntax

In a loop
- stmt -
- stmt -
CHECK <log-exp> .
- stmt -
- stmt -
endloop.

If the logical expression is TRUE, it immediately terminates
that particular loop pass and resumes with the next loop
pass. If it is FALSE, nothing happens, it just ignores and
continues with the next stmt.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of search helps? : sap abap data dictionary

634


Explain the disadvantages of logical databases?

542


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

754


What are the differences between table controls and step loops?

550


What are types of select statements?

569






Explain Singleton class

831


What is the tcode to create indexes?

587


How do you import pay scale data from non sap to sap? : sap abap hr

572


How does the interface between the dynpro and the abap/4 modules take place?

551


How can end-of-selection be used?

628


What is the tcode for sapscript forms?

652


What are the advantages/ dis-advantages of logical databases?

540


What is check table?

575


What are hashed tables?

863


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

1606