Hi,

I have 100 records in a table, how to read every 7Th record
each in that...

Answer Posted / bala

LOOP AT IT_KNA1 INTO WA_KNA1.
T = SY-TABIX / 7.
IF T EQ 0.
APPEND WA_KNA1 TO IT_KNA2.
ENDIF.
ENDLOOP.

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

687


What are the user interfaces of interactive lists?

561


In sap script how to print bar code in vertical manner

2639


What is the meaning of client independent?

576


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2420






What are the system fields you have worked with? Explain?

677


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2071


What are the types of indexes in abap?

614


Have you printed any report?

1751


What are the two different ways of building a match code object?

596


What is a persistent class?

976


What is the difference between internal tables and extract datasets? : abap modularization

677


What is page window?

586


Difference between select option and ranges ?

653


What is the full form of spro? : sap abap hr

694