Suppose if I’ve 10 records, I don’t want to update 9th
record? How can we do that?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are the function code handles in flow logic?

595


Explain what are the problems in processing batch input sessions?

521


What are the commands used for interactive reports?

556


What are the different window types in sapscript?

567


How to create user interfaces for lists?

602






What are the organizational related Infotypes

1555


What are the buffering options in abap?

554


What is sap locking?

587


how to capture the errors in bdc Call transaction method?

594


Define abap/4 layer?

746


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3017


Difference between sap script and report?

736


What are the classifications of the sap abap data classes?

597


What is system-land-scape of your project?

564


Name a few data dictionary objects? : abap data dictionary

670