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: 

S_ALR_87012026 authorazation

Former Member
0 Kudos

Dear Team,

When one of my User run T Code:S_ALR_87012026.

select compant code=***

Assect Class=****

Report Data=***

Deprecationarea=***

sort verient=****

Use ALV Grid.

In this No Data was selected.

when I check su53.

it give Authorization check was successful. No Object is showing.

But when I loging with my user ID.

It giving proper output.

How I give the authorazation of my user so that he can also get output with T Code:S_ALR_87012026

Thanks

Moni

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Moni,

Some of the S_ALR* Finance reports are a bit tricky. You will find them not failing on anything, and the ST01 trace also does not yield anything. These reports return the data when the actual meat of the authorization is present, through some different tcode.

S_ALR_87012026 seems like a Depreciation tcode, which falls in Asset Accounting. Try adding the Display Asset Master Record (AS03) , to the user. Check if this helps in getting the required Depreciation report.

Cheers

Abhishek

15 REPLIES 15

Former Member
0 Kudos

Hi,

Check the ST01 authorization traces, you may be having more access than the user.

Cheers !!

Zaheer

Former Member
0 Kudos

Dear Monikaa,

Run a trace (transaction ST01) while the user accesses the report and see if all the Auth. checks are successfull. SU53 gives only the last checked authorization.

Regards,

Former Member
0 Kudos

Hi,

Please check the objects attached to this transaction in SU24. You need to have below authorization to execute this transaction.

S_TCODE TCD=S_ALR_87012026

S_PROGRAM P_GROUP=AM45 P_ACTION=SUBMIT

A_A_VIEW VIEW=*

Regards,

Gowrinadh

Former Member
0 Kudos

Check wheter you have below authorization in the role.

S_TCODE-- TCD=S_ALR_87012026

S_PROGRAM-- P_GROUP=AM45;P_ACTION=SUBMIT & VARIANT

A_A_VIEW-- VIEW=*

S_GUI-- ACTVT=61

S_ALV_LAYO-- ACTVT=23

0 Kudos

Yeah...Check for the Authorization object A_A_VIEW. Here value can maintained for 6 different view. Where for each view authorization to some specific field is missing. Have look into the documentation of this Authorization Object maintained by SAP. Hope there you'll get your answer.

Arpan

0 Kudos

I have given all these object authorazation . But Its not giving any output.

and in SU53 its not giving anything.

Moni

0 Kudos

Have you run the trace?? Is there any usefull info in that?

Regards,

0 Kudos

Yes Lakshmi that seems to be last option from authorization point of view.

However Monikaa you can compare parameter values set for user and your in parameter tab.

Arpan

sdipanjan
Active Contributor
0 Kudos

Hi Monica,

Similar type of query has been answered recently. Can you please check the discussions in the below link. I have given a detail explanation there.

https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7544779

If you still have any problem, please let me know.

Regards,

Dipanjan

Edited by: Dipanjan Sanpui on May 22, 2009 7:57 AM

Former Member
0 Kudos

Hi Moni,

Some of the S_ALR* Finance reports are a bit tricky. You will find them not failing on anything, and the ST01 trace also does not yield anything. These reports return the data when the actual meat of the authorization is present, through some different tcode.

S_ALR_87012026 seems like a Depreciation tcode, which falls in Asset Accounting. Try adding the Display Asset Master Record (AS03) , to the user. Check if this helps in getting the required Depreciation report.

Cheers

Abhishek

0 Kudos

thanks Abhishek for your reply.

Abhishek when I add tcode AS03 in user role . Now data is comming.

how you analyses about AS03 . ?

plz help me about SAP security .

but now my problem has been solved.

but now I want to know about analyses about AS03.

THANKS

MONI

0 Kudos

Hello,

What exactly you want to know about AS03

AS03 is display of asset master record.

When you click on asset values it shows the history of the asset.

Please let us know your requirement more clealry.

Regards,

Ravi

0 Kudos

Hi Moni,

all the details (and also, why you did not find anything in SU53/ST01) are explained in [SAP Note 141876|https://service.sap.com/sap/support/notes/141876]

(Covers also AS03....)

b.rgds,

Bernhard

0 Kudos

thnaks all of you ,

My problem has been solved

Moni

0 Kudos

Hi Moni,

Glad you got this resolved

Thanks for that note Bernhard. Its very informative. All this along, I was trying to find the reason of this.