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 FUNCTION IN BACKGROUND TASK

Former Member
0 Likes
1,207

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

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
648

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]

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
649

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]

Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
648

Ok.

Maybe I can't.

I find this :

So, the solution is , I create a report to call FM and excute it.

Thanks