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: 

Transaction code for background Jobs

Former Member
0 Kudos

Hi All,

Please give the Transaction code for background Jobs.

Thanks

1 ACCEPTED SOLUTION

Former Member

Hi,

1) The transaction code for background job is SM36 to assign

2) go to sm37 for baground job in source system anmd find out the log in source system

Thanks & regard

venkat

2 REPLIES 2

Former Member

Hi,

1) The transaction code for background job is SM36 to assign

2) go to sm37 for baground job in source system anmd find out the log in source system

Thanks & regard

venkat

Former Member
0 Kudos

hi,

1) we can schedule BDC's in background by using SM36(job creation) and SM37(job overview).

2) for processing bdc, we work with SM35, here select the SESSION and select BACKGROUND option.

3)for batch input session we use two predefined executable programs to scheduling background .

RSBDCSUB and RSBDCBTC

we keep SUBMIT RSBDCSUB via SELECTION-SCREEN, statement after bdc_close_group.

we keep SUBMIT RSBDCBTC EQ <quid>., statement after bdc_close_group.

RSBDCBTC program require QUID for processing.

regards,

venkata sudheer