‎2007 Apr 25 7:10 AM
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
‎2007 Apr 25 7:12 AM
Hi Arun,
Instead of Upload try using GUI_UPLOAD. Hope it may solve
Regards,
Krishna K.
‎2007 Apr 25 7:14 AM
'UPLOAD ' function module is obsolute. SAP recomended to use 'GUI_UPLOAD' instead of 'UPLOAD' or 'WS_UPLOAD'.