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
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What is the function of a domain?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are the dis-advantages of logical databases? : abap hr
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
Write special commands of list?
What are the types of subroutines?
what is the t-code to link technical and functional operation?
What are the two levels in defining a match code? : abap data dictionary
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are the parameter types for a method?
How to use messages in lists?
what are Hana Basics