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 significance of hide?
Define spool request?
What are the time related infotypes? : abap hr
What is a development class? : abap data dictionary
What are the uses of table pool or table cluster.
Difference between .Include and .append?
What are the three hierarchical levels of data types and objects?
What are the advantages/ dis-advantages of logical databases?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
what is the transaction transaction for setting parameters rdisp/buffermode
Explain what are the various types of selection screen event?
What are the check tables?
What is example class
What is design pattern? Provide example .Why are we using it?
what is sap scriptview ?