How to move the even records of one internal table to other
Answer Posted / abapguru
data: lv_div type f.
loop at itab.
lv_div = sy-index / 2.
if lv_div = 0.
move itab to itab1.
append itab1.
endif.
endloop.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
How to create a link between modified form and modified print program?
Why do we use Abstract classes give an example from your project?
What does the insert statement in extract datasets do? : abap modularization
Is it possible to pass data to and from include programs explicitly? : abap modularization
what are Hana Basics
What are the sequences of event block?
What are the different types of abap reports in sap?
Mention some important events in abap programming.
Explain the data types of internal tables?
How does the interface between the dynpro and the abap/4 modules take place?
what is the t-code to link technical and functional operation?
What are internal tables? How to use a specific number occurs statement?
How would you set the formatting options statically and dynamically within a report?
Explain different types of attributes of function module?
What is payroll driver