Application Development 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: 

Background Job executaion Error.

Former Member
0 Kudos

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

amit_khare
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

chk if u r passing all parametrs correlty r not?

Former Member
0 Kudos

Hi,

Welcome to SDN.

Please refer the link,

Regards,

Hema.

    • Reward points if it is useful.