‎2006 Jun 01 11:54 PM
I am modifying a report which uses BAPI_BUPA_ADDRESS_ADD to update addresses for business partners.
However some of the addresses are not updated & the bapi error msg(return table)for them is "No authorization to change partner in role".
Any idea what the error msg indicates or where I can get more info about the error msg.
Thanks
Amu
‎2006 Jun 02 12:07 AM
this sounds like it's a standard sap security or authorisation message. You are probably not authorised to do what it says. Try to do the underlying transaction manually and see if the same thing happens in some cases. What you can do is, in debug mode, set a beakpoint on statement 'call transaction'. The set the call mode to 'A' to show all screens or 'E' to stop on the error. This might help you. To check out the error more look at the 'return' table. The ID and NUmber refer to message class. Go and view the message in se91 and then do a where used to see where it pops up.
‎2006 Jun 02 12:11 AM
In the retrun table, you will also see the message id & message number. Go to SE91 & enter the id & number and click on the 'where used list' icon. This should give you list of the programs from where the error gets triggered..
Regards,
Suresh Datti
‎2006 Jun 02 12:35 AM
Get a snap-shot of the message and email it to the Basis Guys requesting them for access to that transaction. They will add that transaction(s) to your role.
If this helps, award point suitably.