Application Development 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: 

Append lines using key

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

No it's not possible to do it

Max

former_member193382
Active Contributor
0 Kudos

Hi Chris,

I am sorry. I gave you a wrong answer.

Regards,

Raj

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