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 recording

Former Member
0 Kudos

after complition of bdc ... how wil i execute in back ground?

use of cg3y,,,cg3z...al11...tel abt this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If ur using session method u can shedule for background job.. if ur using the call transaction method then u should be execute at Mode 'N' Only....

U can use sm36 and sm37... tcode for back ground sheduling..

Hope, Helpful

Raghunath.S

6 REPLIES 6

Former Member
0 Kudos

Hi Venu,

You can create a session for that

use FMs

BDC_OPEN

BDC_INSERT

BDC_CLOSE

Former Member
0 Kudos

Check out

CG3Y - tcode to download file from application server.

CG3Z - tcode to upload file from presentation server to application server.

AL11 - tcode to view application server

Former Member
0 Kudos

Hi,

If ur using session method u can shedule for background job.. if ur using the call transaction method then u should be execute at Mode 'N' Only....

U can use sm36 and sm37... tcode for back ground sheduling..

Hope, Helpful

Raghunath.S

Former Member
0 Kudos

hi,

You have to Use Session Method for the Background processing.

Using Session Method the task will Run in the background untill it completes or an error has occured.

Regards

Sumit Agarwal

Former Member
0 Kudos

hi chinny,

After recording the transaction you can either transfer the data using Session method or call trnsaction method . In case of Session method you can scheduled it in the background and in call transaction method in the syntax CALL TRANSACTION TOCDE ........you have to give MODE N ..

check the following links for details explaination

fareed

Former Member
0 Kudos

Hi,

If ur using session method u can shedule for background job.

U can use sm36 and sm37... tcode for back ground sheduling..