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

Explain what is the step-by-step process to create a table in data dictionary?

632


Events that can be used in both the classical and interactive reports

1124


What is a bsp application? : sap abap hr

637


What is the transaction for recording bdc ? : abap bdc

607


What are the dis-advantages of logical databases? : abap hr

611






Explain the difference between a dialog program and a report?

553


How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?

698


hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.

1550


Explain how do you get output from idoc?

616


How can you distinguish between different kinds of parameters?

553


Can there be more than 1 main window in sap script?

621


What is an update type with reference to a match code id?

568


Explain the disadvantage of using exec sql statement in abap?

522


What is the difference b/t Session method and call transaction method ??

5258


Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?

1672