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

GUI_UPLOAD NO_AUTH_CHECK

Former Member
0 Likes
737

I am calling GUI_UPLOAD method and I am getting an exception 06 on the authority check. I notice there is a NO_AUTH_CHECK parameter that can be set on the function module to bypass this check.

However, in the method call this parameter is missing .

Is there a note on this ?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
618

Looks like this method does not have the parameter all the way up to NetWeaver 7.0. You may want to think about simply calling the GUI_UPLOAD directly and pass the value.

Regards

Rich Heilman

2 REPLIES 2
Read only

Former Member
0 Likes
618

Hi,

Which is your SAP version. Have you checked the permissions of file.

Regards,

Atish

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
619

Looks like this method does not have the parameter all the way up to NetWeaver 7.0. You may want to think about simply calling the GUI_UPLOAD directly and pass the value.

Regards

Rich Heilman