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
Explain the difference between tables and structures?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
Explain get cursor field?
What is the differences between structure and table in the data dictionary in abap?
What is the abap program name to process the batch input session automatically? : abap bdc
What is the company code? : sap abap hr
Can i know some of the Realtime tickets that anyone has been faced ?
Can a constructor be declared private? If yes then in which scenario?
How are BAPI different from normal function modules?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What are the fields in the memory table ‘screen’?
What is the meaning of table buffer? This buffer is used by which type oftable?
Which commands are used for interactive reports?
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.
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?