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

what is the difference between hashed & sorted internal tables?

1854


PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'

3924


What are the differences between se01, se09 and se10?

749


stock transfer from one plant to another plant ? i want the total description.

1794


Did you create secondary index?

898


Explain the advantages of logical databases?

778


Explain Catch Command in ABAP?

1014


Tell me a scenario where did you use secondary index?

807


What are the different types of the variable in the sap abap?

776


Is the basic list deleted when the new list is created?

773


Explain what are the events used for logical database?

689


Describe the difference between macro and subroutine?

837


Explain what are the different functions used in sap script? What are the parameters used in each function?

766


What are the uses of table pool or table cluster.

709


how to see the table output?

1926