‎2008 Jan 30 6:00 AM
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
‎2008 Jan 30 6:29 AM
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
‎2008 Jan 30 6:26 AM
Drop me a mail, will send you a utitlity program for handling your case.
Regards
Eswar
‎2008 Jan 30 6:29 AM
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