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

Download includes in Function Group

Former Member
0 Likes
514

Hi,

I want to download code of all the includes in a function group.

Its like User give Function group name on selection screen, that all the includes inside that function group should be downloaded on to desktop.

Points will be rewarded!!

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

Hi Ashish,

Use the function module RS_FUNCTION_POOL_CONTENTS to get all the includes in a function group. Then use the below syntax to get the code of the includes.

READ REPORT repname INTO ITAB.

here itab should be of structure line(72).

then use the function module to download the same.

Thanks and Regards,

S. Balasubramanian

2 REPLIES 2
Read only

Former Member
0 Likes
465

Drop me a mail, will send you a utitlity program for handling your case.

Regards

Eswar

Read only

Former Member
0 Likes
466

Hi Ashish,

Use the function module RS_FUNCTION_POOL_CONTENTS to get all the includes in a function group. Then use the below syntax to get the code of the includes.

READ REPORT repname INTO ITAB.

here itab should be of structure line(72).

then use the function module to download the same.

Thanks and Regards,

S. Balasubramanian