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

Background Job executaion Error.

Former Member
0 Likes
1,213

Hi all,

I am trying to upload data which is through my ABAP program, i am scheduling it to the background by defining job.

I could see an error like,

Cannot perform frontend function in batch input mode

Any idea?

Thanks in advance.

P.S. : Data is huge in size.

Hi all,

I am trying to upload data which is through my ABAP program, i am scheduling it to the background by defining job.

I could see an error like,

Cannot perform frontend function in batch input mode

Any idea?

Thanks in advance.

P.S. : Data is huge in size.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
816

Welcome to SDN.

You cannot use UPLOAD from presentation server in background mode.

Instead you have to upload from the application server.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
816

HI,

Can you please check the program that you are using to upload the data?

This might require some frontend inputs and so you might get this error.

Thanks,

Rashmi.

Read only

Former Member
0 Likes
816

chk if u r passing all parametrs correlty r not?

Read only

Former Member
0 Likes
816

Hi,

Welcome to SDN.

Please refer the link,

Regards,

Hema.

    • Reward points if it is useful.