Hi Gurus,
I have 250 records in an internal table, tell me how to
randomly delete the each 5th record...i,e 5,10,15,20 like
this.
Answer Posted / samrat
Do.
T = sy-index * 5.
Read table itab index T.
If sy-subrc = 0.
Delete itab index T.
Else
EXIT.
ENDDO.
| Is This Answer Correct ? | 30 Yes | 6 No |
Post New Answer View All Answers
What is the structure of the bdc table? : abap bdc
What is value table?
How is conversion of data types done between abap/4 & external level?
How do you retrieve the data for repetitive structures ? : abap hr
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What is structure?
Can i Have Some Realtime Examples on Badi ?
What are dml commands in abap?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
did u done enhancement framework?how u implemented?
What is function group?
How do you find if a logical database exists for your program requirements?
What are the different types of view?
What is direct input method ?
What is the length of function code at user-command?