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: 

regarding bdc back ground job

Former Member
0 Kudos

hi,

i want to run the bdc from the program itself not using any transaction

could u plz tell me the syntex clearly with comments.

very urgent plz.

3 REPLIES 3

Simha_
Employee
Employee
0 Kudos

Hi,

Check the below site to run BDC in background.

sample code for call transaction method

http://www.sapdevelopment.co.uk/bdc/bdc_ctcode.htm

Cheers,

Simha.

Former Member
0 Kudos

hi,

could u plz explain the batch input session.

i need to execute the session method from program itself

without using any transaction.

could u plz explain

0 Kudos

Hi,

The name Batch Input Session itself tells u that a batch session will be craeted and u have to run it manually.

Automatically it will not get executed.

Go for ''call transaction'' to execute it immediately...

However if u want to use Batchinput session method, then u have to capture teh session name first and then u can run that Session in the back ground by creating the 'Background job' by sm36.

Cheers,

Simha.