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: 

BDC Session Back Ground Process

Former Member
0 Kudos

Hi.

I want execute the BDC Session in Back ground process.

If any errors in there those errors i want display in the Error Log.

I did not understand RSBDCSUB program. If we are executing how it is works.

Can anybody tell me how to run the BDC Session in Back ground Process with screen Shorts if possible.

Is it possible more than one users can run the same session with different files in Back ground process?

Thank You.

Regards.

Krishna.

2 REPLIES 2

abdul_hakim
Active Contributor
0 Kudos

Hi,

Go to the transaction SM35 and select your session and then click the Process Button.

Here you select the Processing Mode as "Background".

It is not possible to execute the same session by more than one user at a same time.

RSBDCSUB is used to automate the processing of Batch input session.

Cheers,

Hakim

Former Member
0 Kudos

go to SM35 tcode and select your session then click the Process Button and select the option Background.

after finishing the your job again select your job and click the JOB LOG button there you can find the error records and successful records.