Application Development 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: 

is it authorization issue ??

Former Member
0 Kudos

Hi All,,

There is a Z transcation, for which some of the users are able to run it successfully and some users are not able to run it successfully.

The users who cannot successfully run has ended with the error bcd_zerodivide. but for the same values, the others users can successfully run without bcd_zerodivide error.

Am not talking about the bcd_zerodivide error. This error has occured as some values are missed to pick up in the program. Hence the value was zero and while dividing, it came to the error.

But myy question is why some users are able to successfully run the program and why not others able to do the same ?

Does retrieval of records from certain tables is Authorization issue.???/

Please clarify this issue on all aspects?

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

You can check if the user has an authorization issue or not, by putting /nSU53 in the transaction code box whenever you get some error.

Check out for which objects it is giving you the authority check as false.

Regards,

Naimesh Patel

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

You can check if the user has an authorization issue or not, by putting /nSU53 in the transaction code box whenever you get some error.

Check out for which objects it is giving you the authority check as false.

Regards,

Naimesh Patel

0 Kudos

Yes, the user executed SU53 and found some authorizations failed.

But the thing is the same user was able to run the transaction successfully for these days and suddenly she is encountering the problem!!

why suddenly the user was encountering ?

Former Member
0 Kudos

hi,

yes it can be an authorization issue. check with your basis team.

reward if useful..