‎2008 Nov 23 7:31 AM
What is the diffarence between call function in back ground task and call function in update task? Can we do the same functionality by using any one of the above function?
‎2008 Nov 23 7:50 AM
Calling a FM in background task will call FM in background work process as tRFC while calling in update task will call the FM in update work process. The update task will be executed after COMMIT WORK statement. The tRFC FM are will be no. of times (BASIS Settings) till the process executes correctly.