SELECT SINGLE * FROM zudi_master INTO @DATA(ls_test). APPEND INITIAL LINE TO udi_master ASSIGNING FIELD-SYMBOL(). MOV E-CORRESPONDING ls_test TO . APPEND INITIAL LINE TO udi_mapp_in ASSIGNING FIELD-
Syntax Addition: Effect This statement appends one or more rowsline_specto an internal index tableitab. It is appended so that a new last row is created with respect to the primary table index. Ifitabis astandard table,SORTED BYcan be used to sort the table in a specified way. Useresult...
SAP Managed Tags: ABAP Development hi, i am giving clear idea oabut these see example also, INSERT itab Syntax INSERT line_spec INTO itab_position [result]. Effect This statement adds one or more lines line_spec to a position itab_position of an internal table. The position can...