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

SAP-BDC

Former Member
0 Likes
381

Is it possible to do background processing in Calltransaction method? If possible how?

Is it possible to do background processing in Calltransaction method? If possible how?

2 REPLIES 2
Read only

Former Member
0 Likes
357

Check the option MODE 'N'

N indicates no display and it runs in the background.

vj

Read only

Former Member
0 Likes
357

in the call transaction GIVE MODE = 'N'"no display

system will do this in background

Regards

srikanth