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

Enable program->execute in background menu option

former_member185116
Active Participant
0 Likes
1,861

hello all,

for sap standard transaction S_ALR_87012819 , menu option program->execute in background is disabled...

now my question is how do i enable this ,menu option so that the end user can execute the transaction in background.....

thanks in advance...

<thread locked by moderator, duplicate post, please continue discussion in original thread>

Message was edited by: Manish Kumar

6 REPLIES 6
Read only

satyabrata_sahoo3
Contributor
0 Likes
1,196

This has been answered in the below thread. pls refer.

Read only

0 Likes
1,196

hi satya,

this  way the program name varies from user to user

and the user doesn't have SE38 authorization......

is there any other way so that the end user should be able to execute the transaction in background...

Read only

Former Member
0 Likes
1,196

Hi Vinay,

The report seems to be created using report-painter and I am not so much conversant with the report painter.

I debug the source-code and do find my understanding.

In the source code of FM-> "RKD_REPORT_START_ONLINE" at line 315 there is a statement as "   called    = 'X'." and because of this variable the required option is disabled.

In debugging if you make the variable as abap-false then the option is getting enabled.

Since the variable is assigned directly with 'X', so I dont think so we have control over it, but still you can check with some report-painter experts whether that is configurable or else you can raise an OSS for that particular component.

Note:-

The line number 315 may vary from system to system.

Regards,

Gupta

Read only

0 Likes
1,196

Hi Gopal,

What values do you get for APPL and CLAS in structure RKB1U at that debug point ?

Thanks,

Ashok Veer

Read only

0 Likes
1,196

Hi Ashok,

Just now I debug and found the values as "J" and '' for APPL and CLAS respectively.

Thanks,

Gupta

Read only

0 Likes
1,196

Hi Gopal,

I guess that it has something relation with table TRKB1U but need to be analysed more and also found FM RKD_RKB1U_SET which sets these parameters.

Thanks,

Ashok Veer