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

Analysis Authorization problem (new BI auth concept)

Former Member
0 Likes
1,478

Hi,

I am trying to implement a analysis authorization for controlling the sales organization characteristic.

I am working in a APO system.... when I set a * in the value list for the sales organization ..... I can select characteristic in demanding Planing without problem....

but when I create a whole list of all possible values (selecting from a pop up list) in the analysis authorization like this

I EQ 2000

I EQ 2001

..

..

I get a message :

You do not have authorization for all the

characteristic values selected

I will appreciate any idea

Thanks

FedeX

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
979

Hi FedeX,

Can you elaborate more on this...

If you are running a query or something, you need to check the what values are being checked against the sales org.

RSECADMIN trace would help you a lot...

Cheers !!

Zaheer

8 REPLIES 8
Read only

Former Member
0 Likes
980

Hi FedeX,

Can you elaborate more on this...

If you are running a query or something, you need to check the what values are being checked against the sales org.

RSECADMIN trace would help you a lot...

Cheers !!

Zaheer

Read only

Former Member
0 Likes
979

HI,

Please check in the query the sales organization authorization variable should be set to

Processing by authrization and it should be multiple single values if you are selcting at a time multiple values on the screen.

Thanks

Imran

Read only

Former Member
0 Likes
979

Hi ,

I am using a APO System and the transaction I am using for testing the auth is /SAPAPO/SDP94 (Supply & Demand Planner: Init.Screen)

I do not think it is possible to trace with RSECADMIN...

Checking the SU53 I see a authorization check failed in

S_RS_AUTH => 0BI_ALL

some idea why it is different * to put i the whole list of possible values? how to debug this problem?

Thanks

FedeX

Read only

0 Likes
979

Try the RSECADMIN trace you would get the trace....

The SU53 gives the last failure, and S_RS_AUTH => 0BI_ALL is not what you would like to add to role... its just like SAP_ALL for BI

Cheers !!

Zaheer

Read only

0 Likes
979

If you don't know how to trace with RSECADMIN read some materials first, starting here: http://help.sap.com/saphelp_nw70/helpdata/EN/55/46eb411a7f6324e10000000a1550b0/frameset.htm

Kind regards,

Lodewijk

Read only

Former Member
0 Likes
979

Hi,

How to trace the transaction /SAPAPO/SDP94 ( Demand Planing -> Planing -> Interactive Demand Planing ) with RSECADMIN ?

I identify only these transasctions in the list :

RSRT

Reporting Agent Monitor

Planning Folder

Planning Workb. BPS0

MDX Test

RSDRI Debug Program

some idea?

Thanks

FedeX

Read only

Former Member
0 Likes
979

Hi,

I was able to trace the problem...and now I do not understand why I get as Result : "Not Authorized"

here the last part of that trace log:

Value selection partially authorized. Check of remainder at end

Following Set Is Checked

Contents

SQL Format:

NOT /BIC/YWSO_S

ORG IN ('#','0605','0624','0625','0707','0807','2000','2001','707','807',':')

AND TCAACTVT = '03'

Comparison with Following Authorized Set

Characteristic Contents

0TCAACTVT I CP *

I EQ #

I EQ 0605

I EQ 0624

I EQ 0625

I EQ 0707

I EQ 0807

I EQ 2000

I EQ 2001

I EQ 707

I EQ 807

I EQ :

Result

Not Authorized

All Authorizations Tested

Message EYE007: You do not have sufficient authorization

No Sufficient Authorization for This Subselection (SUBNR)

Following CHANMIDs Are Affected:

103 ( <charac name> )

Remaining Set

<no info in this column>

I really not identify any difference between the data in Following Set Is Checked and Comparison with Following Authorized Set

well if someone has some idea... I will appreciate it.

Thanks

FedeX

Edited by: FedeX on Apr 1, 2009 4:33 PM

Read only

Former Member
0 Likes
979

Hi,

Problem solved..every time you change the BI analysis auth you need to log out the system in order changes take correct effect..

FedeX