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
Normally how many and what files get created when a transaction program is written?
How are the function code handles in flow logic?
What are the different types of views in sap? : abap data dictionary
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What are the advantages and disadvantages of using views in abap programming ?
what is the process of creating quotation using BAPIs.
What are the parameter types for a method?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
what is difference between (internal table types)standard table and sorted table in sap abap....
What are the 3 types of function modules in sap?
Can i know some of the Realtime tickets that anyone has been faced ?
Explain the advantages of logical databases?
What is the transaction for recording bdc ? : abap bdc
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
Explain open dataset in sap abap?