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
what is the difference between hashed & sorted internal tables?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What are the differences between se01, se09 and se10?
stock transfer from one plant to another plant ? i want the total description.
Did you create secondary index?
Explain the advantages of logical databases?
Explain Catch Command in ABAP?
Tell me a scenario where did you use secondary index?
What are the different types of the variable in the sap abap?
Is the basic list deleted when the new list is created?
Explain what are the events used for logical database?
Describe the difference between macro and subroutine?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are the uses of table pool or table cluster.
how to see the table output?