Authorization :"OR" control on CELL level.

Hi,
I would like to realize "OR" authorization control to the CELL level, not selection level.
For example If user1 has the following authorization.
auth1: unit = 1001, 1002
auth2: material = X001, X002
report:
select
unit     =1000 to 1003
material =X000 to X003
         unit
material 1000  1001  1002  1003
X000     NG    110   120   NG 
X001     130   140   150   160   
X002     170   180   190   200
X003     NG    210   220   NG
But Under all or nothing rule.
select
unit     =1000 to 1003
material =X000 to X003
Result:No authorization
select
unit     =1001 to 1002
material =X000 to X003
Result: OK
select
unit     =1000 to 1003
material =X001 to X002
Result: OK
I know by now, it is impossible, so I would like to know how do you do to the same requirement. (I have a experience to realize it, but in this case, the frontend is custom made.
Kind regards,
Masaaki

Hi Daniel,
I can not imagine such a function.
What is possible, is that you define the data slices according to what you want to be able to enter. so if you include several char with certain values in your data slices, your mask in the end will have the look, that certail cells are not ready for input.
Unfortunatly you can not set data slices on key figures, so maybe you need an account model.
regards
Cornelia

Similar Messages

  • Control the authorization base on material type level

    Dear Experts,
    We want to control some users only can create or modify the material base on material type level .
    For instance , user A only can modify the 'ROH' type material , he can not maintain any 'FERT' type material .
    I set the authorization object 'M_MATE_MAR' in the user A's profile , but it doesn't work .....
    System : SAP4.7 x 200
    DB : oracle9i
    Has someone can tell me it is possibile to control the maintain authorization base on material type level ?
    Or give me some suggestions.....
    Many thanks
    Best Regards,
    Carlos Zhang

    Hi
    Yes this works & the authorisation object found by you is also correct.
    For the object - M_MATE_MAR
    Maintain the activity 01,02,03
    Maintain the authorisation group  - each material type can be assigned to an authorisation group. In OMS2 , you can assign the authorisation groups to the material type.
    For E.g if the material type is ROH- enter the authorisation group as ROH.
    Ensure that the user does not have this object, As If this object is present in any other role with authorisation group as * then the * will overirde any value.
    Thanks & Regards
    Kishore
    Edited by: Kishore Kumar Chiluka on Jun 13, 2008 11:18 AM

  • Hi, i created and bought a 74 pages book on iPhoto that costs me around 96 euros. It was delivered with a all 2 pages badly printed. It is not acceptable that there is no quality control at this level of price.I am very disappointed and wo't buy again!!!

    hi, i created and bought a 74 pages book on iPhoto that costs me around 96 euros. It was delivered with a all 2 pages badly printed. It is not acceptable that there is no quality control at this level of price.I am very disappointed and won't buy again!!!
    except this major point i must admit the quality is quite good , but a bick lack of quality control and a customer disapointed at the end.
    On the internet site it is not possible to send it back. So apple doesn't want to take in account that they mail sometimes fail, and want to satisfy their customer, because you have no other choice that accepting it.
    best regards

    Yes it is returnable.
    http://store.apple.com/us/help/returns_refund
    That's for the US, there's a similar one for your country.

  • Output Control at User level

    Hi ,
    I have a requirement. Is that in the Output Determination  can we control the specific ouput type for user specific.
    I,e In billing output for output type "RD00" for the print medium 1, i need to control at user level. One user should be able to generate this output & the other user should not.
    Please give me suggestion on the above. This should be only controlled through configurations but not through any Z Programs.
    Points Rewarded.
    Regards,
    Chakri M

    Dear Chakri,
    As you mentioned that one user should have access for Output but the other should not have the same.
    Please contact your basis or security team to give the access to the person  whom you want authorisation for Output and check the other user whether he is having access to Output generation, If he have authorisation ask Basis team to deactive his  authorisation.
    If you have any concern revert back the same to me
    Amjad

  • How to query Cell level Security in 11g AW

    Are there any views/tables that we might be able to use to query the Security settings in 11g AW?
    In AWM 11g we have the ability to grant users/groups security at a cell level, with this functionality there is no need for us to maintain the PERMIT_WRITE program to manage Write access to users. I could not find any document that states how we can manage/view the security outside the AWM tool.

    For Oracle 11.1, there is a dba-level view called
    DBA_XDS_INSTANCE_SETS which provides the data security definitions
    for both rdbms table-based and olap dimension/cube-based data security
    documents. The actual definition of data security is stored in the XML DB
    repository under the XDB schema.
    SQL> desc dba_xds_instance_sets
    Name Type
    SCHEMA_NAME VARCHAR2(30)
    OBJECT_NAME VARCHAR2(30)
    INSTANCE_SET VARCHAR2(30)
    DESCRIPTION VARCHAR2(4000)
    STATIC VARCHAR2(5)
    EVAL_RULE VARCHAR2(4000)
    ACLIDS SYS.XMLTYPE
    There is no way to actually manage the data security documents outside of
    AWM for 11.1 in terms of creating/editting/deleting the data security documents
    at least none that is documented.
    Here is an example of what the DBA_XDS_INSTANCE_SETS view returns:
    SQL> select * from dba_xds_instance_sets;
    SCHEMA_NAME OBJECT_NAME INSTANCE_SET
    DESCRIPTION
    STATI
    EVAL_RULE
    ACLIDS
    GLOBAL TIME DEFAULT_POLICY
    false
    1 = 1
    <aclids xmlns="http://xmlns.oracle.com/xs">
    <aclid>4C96964E68CC309FE040578C550414E2</aclid>
    </aclids>
    GLOBAL TIME policy1
    false
    GLOBAL."TIME".DIM_KEY IN ('186', '176', '133', '134', '135', '177', '136', '137', '138')
    <aclids xmlns="http://xmlns.oracle.com/xs">
    <aclid>4C96964E68CF309FE040578C550414E2</aclid>
    </aclids>
    Have you created data security in AWM on dimensions/cubes in 11.1?
    Any feedback about your experiences with AWM around data security would
    be welcome.

  • Cube cell-level security

    Hi,
    How to implement cell-level security for oracle9i rolap cube without Virtual Private Databases ?
    thanks.

    Thanks, Mark.
    I have read your article,I have some questions:
    (1) How can create one cube for many fact views?
    (2) I access the cube with the olap api,can this method support?
    Actualy, I need something like MS sql 2000 Analusis Service dimension security. Now I implement this by my front end tool(with olap api).
    I have read your weblog for a long time,thank you for your good articles!
    Gu YQ

  • Can we control the top level navigation in portal from a java application

    Hello,
    I am having a scenario where User logged in to portal and assigned with 2 roles (HOME , ISA(Java application)). When user opened a form in ISA (Java application) and tried to enter the data in form and moved to another tab (e.g. HOME) in top level navigation.
    When user come back to ISA (Java application) TAB , we show the page where he left earlier. I would like to know if user click any other TAB in top level navigation (Role assigned to him) while working on a page in ISA(Java application) is there any way we can catch that event before he leaves from ISA (Java application JSP page) to other TAB?
    How can we control the top level navigation events in the portal from a java application .Since Top level navigation is seperate par file.
    Thanks,
    RN

    Dear Rajesh,
    Top Level and detailed navigation values comes with iteration in the respective par file.
    Please check the par file and based on the value (i.e tab name) selected, you can write your code.
    Best Regards
    Arun Jaiswal

  • Implementing tree control in third level navigation

    Hello
    1. Is it possible to Implement a tree control inside third level navigation ?
    2. How can I make selecting one of the nodes change the display in another iview on the same page ?
    (How do they pass data to one another)
    3. Is it possible to select several nodes at once ?
    P.S
    Is there a how to guid out there ?
    Thanks
    Ziv.

    Hi,
    I undestand you want to hide/show tree nodes on demand.
    in the standard DTN (detailed navigation) it isn't possible.
    There are two options -
    1. As suggested you can modify the DTN provided by SAP - all the code is under com.sap.portal.navigation.detailedtree.par and the iView name is also com.sap.portal.detailedNavigationTree
    2. create this tree from scratch, and put it on the left side instead of the DTN or as a dynamic navigation iView.
    For creating navigation iViews by yourself, you can start from here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/0174a642406db7e10000000a422035/frameset.htm
    Regards,
    Tal.
    Edited by: Tal Haviv on Aug 15, 2008 12:55 PM

  • HOw can I handle event at Cell level in  JTable

    I am having this problem. I want to handle the double click and selection change event at individual cell level or row level in JTable. The FoccusListener and MouseLIstener I am adding are working only at Table level.
    By onSelectionCHange I mean when a user momves from one cell to another cell.
    How can I get a handle to individual cell and handle evetns on it.
    Please help
    Thanks.

    javax.sing.table.AbstractTableModel.addTableModelListener(TableModelListener l)

  • Is there any app that allows me to control the cell phone from the computer with the mouse?

    Is there any app that allows me to control the cell phone from the computer with the mouse?

    No this is not possible.
    But you could use the iPhone Simulator of Xcode if you have access to an Mac. Like the name explains, it simulates an iPhone on an Mac, but you cannot use all standard apps

  • Credit Control at Delivery Level

    Hi All SD Gurus,
    We have a situation where the customers are creating Sales Orders thru access provided online via the internet.
    We want to set up Credit Control at Delivery level so that in case the credit limit is exceeded the system should stop the Delivery if the Credit limit is exceeded.
    We are combining the Delivery, i.e a Single Delivery is created for multiple Sales Orders.
    Is it possible for the system to be configured to allow delivery of those items in the sales order sequentially till the credit limit is exhausted, e.g.if the pending Orders are for 25 Lacs and the credit limit for the customer is 15 lacs and when we run the delivery thru VL10A the system should deliver sales orders upto a value of 15 Lacs sequentially.
    If this is possible please explain how this can be achieved where we are combining the Delivery.
    Regards
    Rajkumar

    Dear Rajkumar reddy,
    You go through this link it will help you about total credit management process in SAP.
    http://help.sap.com/saphelp_47x200/helpdata/en/7f/1d85347860ea35e10000009b38f83b/frameset.htm
    If you want control at delivery level you do these setting allong with other creditmanage ment configuration settings.
    SPRO>Sales and Distribution>Basic functions>Credit management/Risk management>Creditmanagement-->Define credit groups(02and 03 are the standard groups for
    Delivery and PGI)
    -->Assign checking group to sales order or delivery , here you click on credit limit for delivery types here you assign the credit group 02 or 03 to your delivery type.
    -->Define the automatic Cradit control with these combinations
    Creadit control areaRisk categoryCredit group(02or03).
    -->Maintain the credit limit in FD32.
    Now you do the transactions,system will check the crdit at delivery level.
    I hope it help you
    Regards,
    Murali,

  • How to mitigate control at User levels

    Hello Friends,
    Can anyone send me step by step process documentation on how to mitigating control at user levels? I have already run the risk analysis ( Global Conflict roles analysis/risk analysis). So I do have all detail information like control ID , management approver and description,etc.
    It will be highly appreciated on any guidence on this.
    Regards,
    Suvi

    Hi,
    Please follow the below steps to mitigate user.
    1.  once you get the all details ( Mitigation control id, approver id and Monitor id), then select/click on the RAR Mitigation tab-> click on the Mitigated User option->search.
    There is one page is open and then click on ADD button at the bottom of the screen. once you click on add option it will ask the Mitigation control id, user id, Risk id etc... once filled the all required filelds and save. Now successfully applied the moitihation control to the particler user.
    Regrads,
    Arjuna.

  • Cell-Level Documents in Planning 11.1.1

    Would I need to use the EPMA front-end to be able to use the cell-level documents in Planning forms feature or could I get this feature using classic administration? Thanks in advance.

    Hi,
    It applies to both classic and epma planning applications.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Filters at record level and filters restrictions at cell level

    Hello Crystal Report friends:
    We are aware that we can apply filters globally (record Level). We need to add additional filters(Restrictions) at cell level.How do we apply filters at a cell Level?
    Regards,
    Joe Gonzales

    And along with what Ian said be careful when exporting also, some suppressed fields may export even though you have supressed them, so you are not removing the data, just hiding it. If the user has rights to edit the report they could "unhide" the info.
    Depending on the version of CR you are using depends on the output, our export formats tend to change on how they work and what is exported etc.
    There are Various DB tools from SAP Enterprise that has the ability to do row level filtering if that is an option for you.
    Don

  • How to control listener log levels with log.xml

    I'm running Oracle 11 and I am seeing tons of log.xml files being created, rotated, and renamed. Looking at the log.xml files, I'm seeing what appears to be rather excessive logging. It appears to be logging every single connection. Is there any way to control the logging levels for this file and/or decrease the number of log files kept in the rotation?

    I don't believe it is possible to disable part of the ADR activity. But I would be interested in your definition of "excessive logging."
    Are you seeing a specific performance impact or are you just seeing something different from 10gR2 (meaning the new ADR functionality)?

Maybe you are looking for

  • System sounds through the Bluetooth headset while listening to audio

    Not sure if anyone had this issue, I have read a few about cars and bluetooth connections but no mention of system sounds not operating. I was using Motorola S9 bluetooth headset and the music was fine, but after I returned home I noticed that I had

  • Safari "Top Sites" and Belkin wireless router

    Have been experiencing a problem with Safari / Belkin router for the past 3 days. I have noticed it occurs most often when using the "top sites" function of Safari. It seems that whenever I use top sites it causes a disconnect between my macbook and

  • Date picker not displayed--OAF

    Hi I have a messagetextinput field on my page which is intially rendered false. In process request i am setting the the rendered property to true and datatype to DATE by coding as below: OAMessageTextInputBean bean1 = (OAMessageTextInputBean)webBean.

  • Transferring Time Machine access from iMac to Macbook Air

    I have a five year old iMac and recently bought a MacBook Air. I want to eventually get rid of the iMac and use the MBA but I still want to have access to Time Machine files that backed up the iMac using my MBA. I'm thinking I can probably do this vi

  • Coherence Extend remote address port in TCP Connection

    Hi, From the log below, I see remote address port is picked some random port(48552). (currently i disabled the firewall), If i enable the firewall it could be an issue, is there any way i can specify the remote ports that tcp connection use? 2011-02-