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

Can we set page headers to details lists?

756


What is the tcode to create indexes?

776


Which objects are independent transport objects? : abap data dictionary

765


Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?

2540


Can we use flow logic control key words in abap/4 and vice-verse?

738


What two statements are required in an abap program to output an icon using a written statement?

865


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

2721


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

732


How will you read from internal table records in a given value range (without using loop)

1211


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

1866


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1679


How do you connect to the remote server if you are working from the office for the client in remote place?

791


Can a constructor be redefined?

1106


What is gui status? How to create /edit gui status?

803


What actually happens in real-time recruitment? : sap abap hr

774