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 read 5th record from Hash Internal Table?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What is an Unpack command?
what is call back in alv?
What is the difference between select statement and provide statement ? : abap hr
How to create any functions? How to go about it?
What are the attributes of a field that can be activated or deactivated during runtime?
What are smart forms?
singleton class
What are the different types of abap/4 programs?
What are function modules?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
What are the data classes in abap?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What are the attributes of the data? : abap data dictionary