‎2007 Apr 10 2:07 PM
Hi,
What is the difference between calling a function in Background task and calling it normally?
Regards,
Phani
‎2007 Apr 10 2:26 PM
Hi,
Normally when we want to do a RFC call or we can use the IN BACKGROUND TASK addition to the Function module,
If it is a normal function moduel and need to run in separate task i mean need to run it in a another seeion then we can use this one, so here the called program will run without waiting the function module results.
normal function module, the control will wait for the results from the function module
http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm
Regards
Sudhee
‎2007 Apr 10 2:19 PM
‎2007 Apr 10 2:22 PM
hI,
Plz go through the below link...
http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm
Regards,
Nagaraj
‎2007 Apr 10 2:26 PM
Hi,
Normally when we want to do a RFC call or we can use the IN BACKGROUND TASK addition to the Function module,
If it is a normal function moduel and need to run in separate task i mean need to run it in a another seeion then we can use this one, so here the called program will run without waiting the function module results.
normal function module, the control will wait for the results from the function module
http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm
Regards
Sudhee
‎2007 Apr 10 3:16 PM
Hi sivapuram,
1. When we call the FM normally,
then the FM gets competed,
and after that the processing continues further.
2. Where as in background task,
the call for the FM is logged,
and the processing continues immediately.
(The FM runs behind the scenes paralelly)
regards,
amit m.