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 are the buffering types?

615


​​What is amdp (abap managed data procedures)?​​

651


What are the steps in creating screen ?

1472


What is the difference between a substructure and an append structure?

640


What is time constraint ? : abap hr

710






How do you display a data in a detail list?

596


Can you create an internal table dynamically?(at run time)

1443


Advantages and disadvantages of different types of bdc's?

591


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2100


what are the two methods of modifying sap standard tables? : abap data dictionary

640


What happens if a function module runs in an update task? : abap modularization

609


any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.

1970


Describe data classes? : abap hr

639


What are the parameter types for a method?

932


What are the different control break statements available inside a loop?

594