Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Append lines using key

Former Member
0 Likes
652

HI ,

there is a way instead of using this loop to use append lines with key ,

LOOP AT it_rs__usrs_data ASSIGNING <fs_finl>
                 WHERE bname = ls_chunk_table-bname.

          MOVE-CORRESPONDING <fs_finl> TO ls_modif.
          APPEND ls_modif TO lt_modif.
        ENDLOOP.

Thanks

Chris

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi

No it's not possible to do it

Max

Read only

Former Member
0 Likes
457

Hi Chris,

I am sorry. I gave you a wrong answer.

Regards,

Raj

Edited by: Raj Karunanidhi on Jan 11, 2010 10:00 AM