loop at itab.
IF <cond>.
Continue.
Endif.
Endloop.
If continue triggers what will happen, it comes out
of loop and endloop for further loop pass or just comes out
of IF and Endif.
Answers were Sorted based on User's Feedback
Answer / mindaugask
The CONTINUE statement can only be used in loops. If it is used, the current loop pass
is ended immediately and the program flow is continued with the next loop pass.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / kirankp
First it depends on Conditon, for example IF ITAB-EBELN
= 'SOME VALUE'. If condition satisfies then control will
come out of the LOOP and it will continue next line
execution.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kiran kumar v
It would just come out of IF and End IF.
Kiran V
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / nilanjan das
it comes out
of loop and endloop for further loop pass.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kiran
It depends on the IF Condition. But the control comes out of the loop.
Is This Answer Correct ? | 2 Yes | 1 No |
smartforms have an advantage i.e,both layout and code can combine .but when we go for driver program in smartform?
if we have to upload the legacy data by using one transaction ex.me22, in bdc which way we will choose i.e. session method or call transaction? how we will choose that way? can we use both method in single program?
what is 'at line-selection' and user command?
Hi folks , this is venkat ,I am looking for SAP EDI training if you have any idea please mail me contact details vekat.
What is field catalog?
What are the FM's you used in ALV?
Difference between Drill Down and Interactive Reports, Events triggered in both reports
How do you handle Table Maintenance Generator ?
How to Split one delivery into many ( Step by Step)?
Hi all, For the past 1 year, I have been trying for job in SAP as a fresher, but no calls,no interviews.I know showing fake experience is unethical, but i dont have any alternative.After showing fake experience now iam getting calls,but still i feel guilty.Friends i have some questions. 1. If suppose i tell the truth in interview that i have shown fake experience,what would be the interviewer's reaction? Will accepting the fake go negative against me? 2.Whether i should accept the fake in technical round itself? (or) Maintain the fake,prove myself strong in technical round &then accept the fake in HR round? 3.Some of my friends(who have shown fake and well settled in MNC's ) are telling that during interview u should never accept as fake i.e., u should act confidently as a real experienced guy.Even if the interviewer come to know that u r a fake guy, but seeing ur confidence level ,he/she will select u ? Is it true? Friends, particularly interviewer's , HR's please give me ur valuabe solutions.Other's suggestions are also welcome.
How do you run the scripts?
19) How to create client dependent tables and client independent tables?