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

BDC

Former Member
0 Likes
459

HOW TO RUN A SESSION METHOD AUTOMATICALLY WHEN THE REPORT IS EXECUTED

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

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

5 REPLIES 5
Read only

Former Member
0 Likes
442

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

Read only

0 Likes
441

NO NOT SCHEDULING THE SESSION OF REPORT ,,,,,,,,,,JUST WHEN THE REPORT IS EXECUTED THEN THE SESSION SHOULD BE EXECUTED

Read only

0 Likes
441

By using the standard program RSBDCSUB the session will be executed immediately but in the background.

Regards,

Manoj

Read only

Former Member
0 Likes
441

<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

Read only

Former Member
0 Likes
441

<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