cancel
Showing results for 
Search instead for 
Did you mean: 

Different between 2 user when use same T-code!

Former Member
0 Kudos

Hi All,

When 2 user use same T-code, different result.

I check authorization :

- user 1: The last authorization check was successful

- user 2: Authorization check failed :

Authorization Obj. C_KLAH_BSE Authorization for Finding Objects

Authorization Field ACTVT activity ........................................................................16

Authorization Filed BGRSE Authorization group for finding objects ...........................' '

User's Authorization Data user2

No authorization avaiable.

How to repair that?

Thanks for your support.

Accepted Solutions (0)

Answers (5)

Answers (5)

arpan_paik
Active Contributor
0 Kudos

I do agree with Julius that the user name may be hard coded in the transaction. The best way to find the same you can seek help from your ABAP guys. If this is not the case the I guess this might be normal Authorization issue.

In norder to find the missing auth you can give a try to below options.

1) Trace the successfull user fopr the Customized transaction only

2) See if these objects are there with user2 or not??

3) When you will pick this objects then pick it wisely. I mean pick the related buisness moudule objects only.

4) There is another way to see what are the objects that included in a trasaction -- enter the program for the transaction and search for 'authority - check' in the main program

5) Another way to check the same is to run report 'rsabapsc' for the customized transaction

Many possible ways are there...for you to choose the best or find your own way to find the root cause of the issue.

Cheers !!

Arpan

Former Member
0 Kudos

User1 able to do it.

So use suim to find which role has access to that tcode and add that role to user2.

Former Member
0 Kudos

Did you read the rest of the discussion or only the question?

I deleted some of your other posts.

Please read the forum rules before posting further...

Former Member
0 Kudos

Thanks All,

I have solved my problem.

Former Member
0 Kudos

Then how can we help you??

Probably the user names are "hard coded"...

arpan_paik
Active Contributor
0 Kudos

What is the transaction???

Former Member
0 Kudos

Hi

That is customize transaction

Former Member
0 Kudos

Hi,

go to SUIM,

then Comparisons --> For Users.

There give botth user names and click on execute,

check what r the differences both r having for the same object..

Regards

Chaitanya.