‎2010 Nov 19 6:18 PM
Hi Guru.
Why when I execute a call function in background task this is execute in DIALOG MODE and not in BATCH?
call function 'YAB_EXTR_COORDER'
in background task
exporting
test = test
id = task
tables
input_par = it_input_par.
There are a possibility to change in BATCH MODE?
Thanks
Marco
‎2010 Nov 19 7:09 PM
You might be interested in this:
[ Master the Five Remote Function Calls (RFC) Types in ABAP, Part 1|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694]
‎2010 Nov 19 7:09 PM
You might be interested in this:
[ Master the Five Remote Function Calls (RFC) Types in ABAP, Part 1|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694]
‎2010 Nov 22 9:52 AM
Interesting article but I don't understand well how I can excecute in batch mode.
If my FM takes a long time to calculate it times out.
I have to create a program to run in the background or can I use the parameters for running in the background my FM?
Thanks
‎2010 Nov 22 10:09 AM