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

is there a authorization for function CSAP_MAT_BOM_OPEN

Former Member
0 Likes
931

let's say, i wrote a report to change the structure of a BOM, using function CSAP_MAT_BOM_OPEN to open the bom, followed by function CSAP_BOM_ITEM_MAINTAIN and CSAP_MAT_BOM_CLOSE to change the bom and close the bom.

well, I could use this report while other could not.

When I used others sap account to run function CSAP_MAT_BOM_OPEN in SE37, I was warned I didn't have the authorization to run this function.

so i want to know the authorization to use this function.

best regards.

Jim

let's say, i wrote a report to change the structure of a BOM, using function CSAP_MAT_BOM_OPEN to open the bom, followed by function CSAP_BOM_ITEM_MAINTAIN and CSAP_MAT_BOM_CLOSE to change the bom and close the bom.

well, I could use this report while other could not.

When I used others sap account to run function CSAP_MAT_BOM_OPEN in SE37, I was warned I didn't have the authorization to run this function.

so i want to know the authorization to use this function.

best regards.

Jim

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
844

> When I used others sap account to run function CSAP_MAT_BOM_OPEN in SE37, I was warned I didn't have the authorization to run this function.

After getting the error message above said , please execute transaction SU53. You will get complete info of authorisation needed in a list

Read only

Former Member
0 Likes
844

Hello,

You can seek the BASIS help to get teh authorizations.

Also checkout SU53.

Pranu

Read only

Former Member
0 Likes
844

Hi,

Just after running that FM and getting that warning message, Go in Transaction SU53 ..

Here you get the list of objects that are not authorized to use use by your user id..

So give this description to your Basis team to get authorization they can give you that autho.

Read only

Former Member
0 Likes
844

Hi,

After executing the report, open the transaction SU53. It shows you the last failed authorization for a user.

Thanks,

Anju

Read only

Former Member
0 Likes
844

thanks for everyone

solved