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: 

automatic release of BDC session in back ground

Former Member
0 Kudos

Dear All,

my requirement is like this. i created one bdc using call transaction method. this bdc should automatic release in back ground. how i can meet with this requirement? Is there any Function Module or any standerd prog or any other way?

Thanks,

Sam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If you will schedule the program, then it will meet with your requirements.

Regards,

Rajneesh Gupta

2 REPLIES 2

Former Member
0 Kudos

Hi,

If you will schedule the program, then it will meet with your requirements.

Regards,

Rajneesh Gupta

Former Member
0 Kudos

Hi,

first, what should your BDC release ?? or do you mean it should start in background ??

Second, CALL TRANSACTION has some agregates with which you can control the execution of the transaction:

... { {[MODE mode] }

| }

... .

The MODE addition determines the processing mode for batch input processing. As mode, you can specify a character-type data object. Its possible content and effect is displayed in the following table. Without use of one of the additions MODE or OPTIONS FROM, the effect is the same as if mode had the content "A".

The UPDATE addition determines the processing mode for batch input processing. You can specify a character-type object for upd. Its possible content and its effect are displayed in the following table. Without use of one of the additions UPDATE or OPTIONS FROM, the effect is the same as if upd had the content "A".

Read the instruction´s documentation for values for these aggregates.

Mark points if helpful