‎2009 Mar 27 4:18 PM
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
‎2009 Mar 27 5:50 PM
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
‎2009 Mar 27 5:50 PM
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
‎2009 Mar 29 10:22 AM
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
‎2009 Mar 30 2:59 PM
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
‎2009 Mar 30 11:40 PM
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
‎2009 Mar 31 7:53 AM
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
‎2009 Mar 31 10:39 AM
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
‎2009 Apr 01 3:31 PM
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
‎2009 Apr 02 10:49 AM
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