2010 Jan 10 4:34 PM
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
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
2010 Jan 10 5:04 PM
2010 Jan 10 5:17 PM
Hi Chris,
I am sorry. I gave you a wrong answer.
Regards,
Raj
Edited by: Raj Karunanidhi on Jan 11, 2010 10:00 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |