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: 

how to pass the values from internal table to field groups

Former Member
0 Kudos
72

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
45

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

1 REPLY 1

Former Member
0 Kudos
46

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