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

activate automatically a generated program

Former Member
1,097

Hello,

I've generated a program via 'INSERT REPORT ...',

in the first time, i can excute it before make it active (Though it's active without control).

I would like to know if there is way to control and activate it during the generation ??

1 ACCEPTED SOLUTION
Read only

StephanWeber
Explorer
660

Hallo Hamza,

i had the same issue a week ago. You shoud use GENERATE REPORT to check if the Report is snytactiacal correkt.
If so you can use function module RS_TOOLS_ACCESS with FCODE = 'ACTIVAE' and of couse the Reportname to activate it.

Best Regards

Stephan

1 REPLY 1
Read only

StephanWeber
Explorer
661

Hallo Hamza,

i had the same issue a week ago. You shoud use GENERATE REPORT to check if the Report is snytactiacal correkt.
If so you can use function module RS_TOOLS_ACCESS with FCODE = 'ACTIVAE' and of couse the Reportname to activate it.

Best Regards

Stephan