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

Former Member
0 Kudos

Hi ,

This is regarding running a transaction in background mode.

i want to use call transaction in back ground mode.Is it possible if so what are the prerequesites should be followed.

Thank you.

soma.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi soma ,

yes u can run a call transaction in back ground using sm36 transaction and before this make call transation option into no screen mode and use it. if use ful reward with points.

All the best .

lavanya

3 REPLIES 3

Former Member
0 Kudos

Hi soma ,

yes u can run a call transaction in back ground using sm36 transaction and before this make call transation option into no screen mode and use it. if use ful reward with points.

All the best .

lavanya

Former Member
0 Kudos

Hi,

Do like this

CALL TRANSACTION 'TRANSACTION' USING BDCTABLE MODE 'N' MESSAGES BDCMSGCOLL.

Regards,

Satish

Former Member
0 Kudos

Hi;

There are no prerequisites. You can check the help file for CALL TRANSACTION command. There you can find the parameters to call in background. For event handling you have to define a return table in which the messages are collected. After transaction finishes you can check this table and see the result of the run.

Regards;

Ali