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
530

HAI,

WITH OUT USING SM35 HOW CAN RUN SESSION.IS IT POSSIBLE

THANK YOU

ASHOK KUMAR

5 REPLIES 5
Read only

Former Member
0 Likes
511

Hi,

Sessions can be executed using SM35 only.

Yes, an alternate for Sessions is Call Transaction.

i.e. Record ur transaction and simply Call it using CALL TRANSACTION statement.

This will prevent you from creating sessions, manually going to sm35 and executing the session.

Regards,

Himanshu

Read only

Former Member
0 Likes
511

Hi,

The only possibility i can see is if you can schedule the job from the program using FMs JOB_OPEN, JOB_SUBMIT and JOB_CLOSE.

santhosh

Read only

former_member196299
Active Contributor
0 Likes
511

hi ,

Without using SM35 byou can use JOB_OPEN , JOB_SUBMIT and JOB_CLOSE function modules for running a session .

Regards,

Ranjita

Read only

Former Member
0 Likes
511

hi ashok,

that may not be possible,

u just check the data base table <b>APQD</b>.

regards,

seshu.

Read only

Former Member
0 Likes
511

Hi,

Std program RSBDCSUB is used for processing the session.

When u execute it provide ur session name in the selection screen.