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

Former Member
0 Likes
894

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
Read only

Former Member
0 Likes
845

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
Read only

Former Member
0 Likes
845

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

Read only

Former Member
0 Likes
845

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

Read only

Former Member
0 Likes
846

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'.

Read only

0 Likes
845

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.

Read only

0 Likes
845

Hi

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

Nataraju

Read only

0 Likes
845

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

Read only

0 Likes
845

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