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

Upload Problem

Former Member
0 Likes
419

Dear All,

I am facing a problem while uploading a file.

I had a Z Porgram, input is given as a .prn file and the output will be a list.

For past one week it is not working in some particular users.

It is still working correctly in Superusers and other users.

Function module UPLOAD is used in the program.

The error occurs while i upload that .prn file

A RAISE statement in the program "SAPLGRAP" raised the exception

condition "UNKNOWN_ERROR".

Thanks & Regards

Arun

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi Arun,

Instead of Upload try using GUI_UPLOAD. Hope it may solve

Regards,

Krishna K.

Read only

Former Member
0 Likes
380

'UPLOAD ' function module is obsolute. SAP recomended to use 'GUI_UPLOAD' instead of 'UPLOAD' or 'WS_UPLOAD'.