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

Batch Schdeule Call Transaction

Former Member
0 Likes
468

Hi,

How to schedule a BDC through CALL Transaction for future date through code.

(Batch Job Scheduling).

Hi,

How to schedule a BDC through CALL Transaction for future date through code.

(Batch Job Scheduling).

3 REPLIES 3
Read only

Former Member
0 Likes
440

Hi sourav,

in call transaction method we can't schedule u r program it is on-line process .

whenver program is excuted this procee that time itself will run.

but it is possible in Session method.

in this method GOTO T-code SM-35,SM 36 and SM37.

Read only

Former Member
0 Likes
440

Create batch job with that variant and run as the requirment.

Please give me reward points if it is useful

Thanks

Murali Poli

Read only

Former Member
0 Likes
440

if it is call transaction you can schedule your program SM36.

if it is session go to t RSBDCSUB program and create variant and go to

SM36 Schedule the JOB