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 and call transaction processing

Former Member
0 Kudos

Hi Friends,

How should I process my BDC in back ground using session method and also how to process using call transaction.

Thanks

Veni.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

For processing the BDC in background using sesion method you can use the program RSBDCSUB or after creating the session you can start it in background mode manually.

For call transaction you can use the option MODE as 'N'.

7 REPLIES 7

Former Member
0 Kudos

Hi,

For processing session in background you can use the program RSBDCSUB..

OR

You can use SM35 and select the batch input session and process it in the BACKGROUND..

The call transaction you can use the MODE to 'N' and UPDATE to 'S'.

THanks,

Naren

Former Member
0 Kudos

HI,

If you are using Session method, Session will be created in se35, so go to SE35 and select the session and execute it in Background mode ..

If you are using Call transaction method, use the MODE as 'N' (no Screen Mode), so it will run in the background

hope you understand ......

mark all the helpful answers ..

Regards

Sudheer

Former Member
0 Kudos

For processing the BDC in background using sesion method you can use the program RSBDCSUB or after creating the session you can start it in background mode manually.

For call transaction you can use the option MODE as 'N'.

0 Kudos

Hi All,

I went to SE35 and select the session and processed, pressed execute in Background mode . Do I have to give destination. Later what should I do.

Thanks

Veni.

0 Kudos

Hi

No need to give the destination, just process and wait till it get processed and check the log for the results.

Nataraju

0 Kudos

just go to sm35,

process in background

no need of destination...

click the log to see the status

regards

vivek

reward points for useful answers

0 Kudos

Hi all,

Just want to ask how can i run a transaction such as MIGO in background mode and pass a delivery id with it.

Tnx

Leonard