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: 

t code: S_ALR_87012052

Former Member
0 Kudos

Hi All,

I need to modify the report output of t-code S_ALR_87012052. In order to make the changes, I am trying to run and see what coulmns does the report have currently so that I can make the changes accordingly. When I ran it, it is coming out with a dialog window

" no data was selected.". If the actaul user runs the same t-code, the user is getting the report. I debugged the code and found when it comes to the following statement, it calls PUT Form and then exits.

GET anlav FIELDS xanlgr txt50 txa50 aktiv deakt zugdt ktogr.

I am wondering if somebody can guess why it is behaving like that.

The following is the input i am supplying on the selection screen.

Company code: CC01

SETTINGS:

Report date: 12/31/2004

deprecaition area: 01

sort version: 007

group totals only radio button selected.

furhter selections:

posting date: 01/31/2004 - 12/31/2004

This program RAABGA_ALV01 is using the logical database ADA.

Thanks for the great help,

Sobhan.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Not sure, it is working good for me. Are you sure that you are running exactly the same as the user?

In the selection screen, make sure that you expand the selection screen using the 4th button from the left. And make sure that your selection screen is exactly the same as the users.

Regards,

Rich HEilman

11 REPLIES 11

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Not sure, it is working good for me. Are you sure that you are running exactly the same as the user?

In the selection screen, make sure that you expand the selection screen using the 4th button from the left. And make sure that your selection screen is exactly the same as the users.

Regards,

Rich HEilman

0 Kudos

Rich,

I am running with the variant user provided to me. I am wondering if there is any kind of access restriction to logical database ADA.

Thanks,

Sobhan.

0 Kudos

Could be, run the program, after you get the message saying no data, type /NSU53 into the tcode box and hit enter. Are there any authorization objects here?

You are using a variant, are you sure that every single field is exactly the same as it is for you?

Regards,

Rich HEilman

0 Kudos

check in se97 what are the authorizations for the transaction S_ALR87012052.

May be you can see some info there..

regards

vijay

0 Kudos

Hi Rich,

Thank you so much for the great help. I entered /NSU53 after the message. It came up : All authorization checks have so far been sucessful.

Thanks,

Sobhan.

0 Kudos

Hi Sobhan,

Another thing you can try is in SE36, enter ADA and test.. this will probably give you authorization checks if any..

Regards,

Suresh Datti

0 Kudos

Hi Vijay,

Thanks a lot for the great help.

I looked in SE97 for the t-code : S_ALR_87012052 .

I got the following:

Called tyracsaction: S_ALR_87012052

DESCRIPTION: ASSET Retirements

Author: SAP

PACKEAGE: RTTREE

U N P check indicator: No called transactions found

called TA:

description:

Thanks,

Sobhan.

0 Kudos

Hi Suresh,

I did check in SE36. It came up with nothing.

Thanks,

Sobhan.

0 Kudos

Hi All,

Thanks for the great help. The problem got fixed. I asked my Basis admin to find out the if I am missing the permissions on the logical database. They gave me the permission to access that. So it worked.

Thanks for the great help.

Sobhan.

Former Member
0 Kudos

The problem is LDB ADA

In OSS search for "Authorization ADA" hits

2. FI-AA-IS 141876 Authorization checks in asset reporting

3. FI-AA-IS 929732 Authorization checks: Correction Note 856248

4. FI-AA-IS 856248 Authorization checks in the asset reporting

5. FI-AA 941402 Authorization checks: Second correction of Note 856248

Former Member
0 Kudos

I have solved the problem. In the LDB ADA,Not all authorizations are checked explicitly by statment 'check-authority' , also some authorization object are checked implicitly by SQL + " if ...authority field = ... ". Through Tcode SU53, we can only get missing authority checked by statment 'check-authority'.

The following list is the implicitly authority objects :

A_S_ANLKL

A_S_GSBER

A_S_KOSTL

A_S_WERK

S_ALV_LAYO

Regards

Ivan