‎2008 Mar 13 6:43 PM
why call transaction method does not support back ground process ? is it true or false ?
explain plzzzzzzz ?
‎2008 Mar 14 3:23 AM
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
‎2008 Mar 14 4:27 AM
Hi,
Call Transaction Can Happen in Background Mode Also but the mode should be 'N'.
Syntax:--CALL TRANSACTION
Regards
Sandipan