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

BAPI & Function module return error

Former Member
0 Likes
800

HI All,

I have tried to run BAPI & function module in SE37 to confirm a SM order. Below are the ones that I have tried:

CO_RI_ACTIVITYCONF_CREATE

CO_RI_CONFIRMATION_CREATE

BAPI_PRODORDCONF_CREATE_TT

The problem is, all of them return me an error saying that "You have no authorization in transaction SE37" which is wierd. I can go to SE37 without any problem. Is that my data entry into the functions which is causing this? I only enter order number (AUFNR) and operation (VORNR). please help.

3 REPLIES 3
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
570

Hi,

In Message class CL,534 message is 'You have no authorization for &'.It seems tha tis getting called.Check in debugging where the error message is called.Then you can find some information.

Read only

0 Likes
570

I have tried to do it manually in IW41 with the same order and operation and it's working. But when I try to call it through FM, it fail with the error message. I found out that it fails at AUTHORITY-CHECK. I also tried comparing it with the manual method and found out that the manual method is using the exact same authority and it managed to pass through. What happen here? Anyone can help me?

Read only

0 Likes
570

Anyone? Please help as this is very urgent. Thanks again