‎2007 Aug 07 6:45 AM
HOW TO RUN A SESSION METHOD AUTOMATICALLY WHEN THE REPORT IS EXECUTED
‎2007 Aug 07 6:48 AM
Use the standard program RSBDCSUB. Pass the session name to the program.
SUBMIT rsbdcsub WITH mappe = <session name> AND RETURN.
Please mark points if the solution was useful.
Regards,
Manoj
‎2007 Aug 07 6:48 AM
Use the standard program RSBDCSUB. Pass the session name to the program.
SUBMIT rsbdcsub WITH mappe = <session name> AND RETURN.
Please mark points if the solution was useful.
Regards,
Manoj
‎2007 Aug 07 6:51 AM
NO NOT SCHEDULING THE SESSION OF REPORT ,,,,,,,,,,JUST WHEN THE REPORT IS EXECUTED THEN THE SESSION SHOULD BE EXECUTED
‎2007 Aug 07 6:55 AM
By using the standard program RSBDCSUB the session will be executed immediately but in the background.
Regards,
Manoj
‎2007 Aug 07 7:23 AM
<b>submit rsbdcsub with mappe = <session name >and return</b>
this will excuete the session directly using the rsbdcsub program in background..
if u want to schedue submit to se37
‎2007 Aug 07 7:24 AM
<b>submit rsbdcsub with mappe = <session name >and return</b>
this will excuete the session directly using the rsbdcsub program in background..
if u want to schedue submit to se37