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
Can we set page headers to details lists?
What is the tcode to create indexes?
Which objects are independent transport objects? : abap data dictionary
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
Can we use flow logic control key words in abap/4 and vice-verse?
What two statements are required in an abap program to output an icon using a written statement?
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
What are the advantages/ dis-advantages of logical databases?
How will you read from internal table records in a given value range (without using loop)
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 ?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
How do you connect to the remote server if you are working from the office for the client in remote place?
Can a constructor be redefined?
What is gui status? How to create /edit gui status?
What actually happens in real-time recruitment? : sap abap hr