Application Development 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: 

How to process a Session automatically ?

Former Member
0 Kudos

Hi everybody,

I am new to ABAP. Pls clear my doubt.

I had done a BDC using a session method. Every time should i need to goto SM35 & process the session? Or is there any other method to process the session automatically? If yes how. Pls give in detail. Can we shedule the session?

Thanks in advance.

Vijay.

5 REPLIES 5

Former Member
0 Kudos

u can use SUBMIT rsbdcsub in ur program to run ur session automatically

SUBMIT rsbdcsub USING SELECTION-SET 'AMC'

AMC is a variant that u need to create for RSBDCSUB

0 Kudos

use RSBDCSUB and submit it using the session name u generated...

else..

create a job and assign the program name and the variant to that job and make it daily or periodic basic..

reward points if it helps

gunjan

Former Member
0 Kudos

Hi Vijay,

You could submit the standard program RSBDCSUB to process your session automatically.

Rgds,

ET

Former Member
0 Kudos

Hi,

use standard program RSBDCSUB .

rgds,

latheesh

Former Member
0 Kudos