Suppose if I’ve 10 records, I don’t want to update 9th
record? How can we do that?
Answers were Sorted based on User's Feedback
Answer / rohit arya
loop at t_records .
if sy-index = 9 .
continue.
endif.
<codes for processing other records>
endloop.
Is This Answer Correct ? | 4 Yes | 1 No |
Select up to 1 row and select single difference ?
What all are the differences did you find in hr module between 4.7 and ECC6 versions
Workbench request are client dependent or client independent
If you write a write statement after end-of-selection, will that be triggered ?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
what is the keep parameter in BDC_OPEN_GROUP function module
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Can ‘where’ clause be used when updating database entries?
What is an Extended IDOC and It's purpose?
What is the tcode for sapscript forms?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What does an extract statement do in the ABAP program?