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

Background Call Transaction

Former Member
0 Likes
295

Hi,

How to schedule a BDC through CALL Transaction in background through code.

Plz help.

1 ACCEPTED SOLUTION
Read only

paruchuri_nagesh
Active Contributor
0 Likes
272

hi

call transaction 'xk01' using itab mode 'n' update 'a' messages into msgtab.

above syntax calls transaction in back ground

regards

Nagesh.Paruchuri

1 REPLY 1
Read only

paruchuri_nagesh
Active Contributor
0 Likes
273

hi

call transaction 'xk01' using itab mode 'n' update 'a' messages into msgtab.

above syntax calls transaction in back ground

regards

Nagesh.Paruchuri