2009 Jun 19 6:37 AM
hi all,
I have one program 'RFDOPO00', this is obsolete in ECC now, but one zprogram is copied from it in 4.6c, now i want to make some changes to that z program.
in the program all the data retireval is done using LDB'S and data is displayed using field groups.
now i need to add some additonal data in the report. for this i created one internal table and fetched all the data in to it,
MY ISSUE IS HOW CAN I PASS THE INTERANL TABLE VALUES TO FIELD GROUPS..
Thanks,
tirumal.
Moderator message - duplicate post locked
Edited by: Rob Burbank on Jun 23, 2009 9:51 AM
2009 Jun 19 6:59 AM
Hi,
You can use INSERT statement to put a work area of an Internal table in Field-group
and use Extract to get info out of it.
Hope it helps,
Raj
2009 Jun 19 6:59 AM
Hi,
You can use INSERT statement to put a work area of an Internal table in Field-group
and use Extract to get info out of it.
Hope it helps,
Raj