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

Background BDC

Former Member
0 Likes
425

How to submit a BDC as a background Job?

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
395

Srinivas,

Go to SE38

Give the Program Name

Clikc on the PROGRAM in the Menu bar

Choose Execute

Choose background job.

This will set the BDC program as a backgroundjob.

You can even do the same using SM37 or SM36.Use JOB WIZARD to know about the same in a step by step process.

K.Kiran.

Read only

Former Member
0 Likes
395

Hi Srinivas,

This is as similar as running a program in background.. there are two ways..

1) SE38>program name>F8>enter parameters>F9>spool name and page>Scedule immediately or whenever you want.

2) SM36>Create job>program name and Variant-->Scedule.

But in both the cases, you need to ensure, that the BDC is being called in no-display mode..

As there will not be any user interaction in the background run, if you are using CALL TRANSACTION method, then call in 'N' mode.

Thanks and Regards,

Vikas Bittera.