Application Development and Automation 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: 
Read only

BDC

Former Member
0 Likes
612

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
Read only

Former Member
0 Likes
584

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
Read only

Former Member
0 Likes
585

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

Read only

Former Member
0 Likes
584

Hi,

Do like this

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

Regards,

Satish

Read only

Former Member
0 Likes
584

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