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

call transaction- background process ?

Former Member
0 Likes
362

why call transaction method does not support back ground process ? is it true or false ?

explain plzzzzzzz ?

2 REPLIES 2
Read only

praveen_hannu
Contributor
0 Likes
337

HI Ashok

Call transaction will support for back ground process, I hope you might be uploading the data from presentation server using the FM 'GUI_UPLOAD' or some other, these GUI function modules wont

support for background process, coz while running the program in the background the SAP application server cant identify from which workstation the file should upload, to avoid this you need to save that

file in the application server, so the program automatically collect that file and run the program in the

background mode.

Regards

Praveen

Read only

Former Member
0 Likes
337

Hi,

Call Transaction Can Happen in Background Mode Also but the mode should be 'N'.

Syntax:--CALL TRANSACTION

Regards

Sandipan