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: 

/SAPDMC/SAP_LSMW_INTERFACE

Former Member
0 Kudos
462

Hello,

While running program /SAPDMC/SAP_LSMW_INTERFACE in background mode, i get always the error "Upload from frontend is not possible in batch mode." during job data transfer.

Any suggestions

1 ACCEPTED SOLUTION

Former Member
0 Kudos
121

Hi,

That is normal. When you upload a file from a frontend the process need to be on-line from the frontend otherwise the server doesn't know where to upload from.

What you need to upload in background mode is to save your file in the application server that is the only place where the server (moreover in background mode) can read it.

Once you have placed the file to upload in the server change your LSMW project to read from the application server instead of the PC.

This will solve you issue.

Aubin

1 REPLY 1

Former Member
0 Kudos
122

Hi,

That is normal. When you upload a file from a frontend the process need to be on-line from the frontend otherwise the server doesn't know where to upload from.

What you need to upload in background mode is to save your file in the application server that is the only place where the server (moreover in background mode) can read it.

Once you have placed the file to upload in the server change your LSMW project to read from the application server instead of the PC.

This will solve you issue.

Aubin