‎2015 Apr 06 6:36 AM
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
‎2015 Apr 06 6:58 AM
‎2015 Apr 06 8:04 AM
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...
‎2015 Apr 06 7:40 AM
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
‎2015 Apr 06 9:37 AM
Hi Gopal,
What values do you get for APPL and CLAS in structure RKB1U at that debug point ?
Thanks,
Ashok Veer
‎2015 Apr 06 9:48 AM
Hi Ashok,
Just now I debug and found the values as "J" and '' for APPL and CLAS respectively.
Thanks,
Gupta
‎2015 Apr 06 10:24 AM
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