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

Session Processing ------- <removed_by_moderator>

Former Member
0 Likes
493

I have a progrm which creates a session. Now after the session creation, we can go to SM36 and process this session.

But if i have some 500 sessions, we cant go and process these sessions manually right ?

So how can i process all the 500 sessions at a time ?

Edited by: Julius Bussche on Jul 15, 2008 9:13 AM

3 REPLIES 3
Read only

messier31
Active Contributor
0 Likes
474

You can modify your program.. so that after you have created the sesion submit it directly for processing in background using std program RSBDCSUB.. by passing your session to thius program..

You can submit this program in your code and pass session name.

Hope this helps you

Enjoy SAP.

Pankaj Sing

Read only

Former Member
0 Likes
474

Hi,

Initially thanks for providing the solution. I am also thinking the same solution.

one more thing is how can i get the created session details ?

Read only

Former Member
0 Likes
474

I Myself solved the issue.