Authorization objects which contain company code field

Hi,
We are looking for list of Authorization objects which contain company code field for Audit. The listing should have Role, Authorization obj and the <b>company code and values</b>.
Is there any we can query this info.
Thanks,
Sam
Message was edited by: Sam

Hi,
You can use the follwing
in USR12 table
in USOBT table (but you get the details for the Auth Obj in the Tcodes and their field values.
But as far as my knowledge goes you will get all the Auth Obj with Company code field
Caution: If there are some objects in not check or are which are not in any tcodes then they will not be captured.
But they are very less I guess and so i think you can capture most of the Auth Obj I guess
Message was edited by: Manohar Kappala

Similar Messages

  • Msg K1100 'The CO account assignment object belongs to company code X,not Y

    Hi,
    Unable to create an accounting document for a Return order.
    Message K1100 - Error:The CO account assignment object belongs to company code X,not Y
    Company Code : X
    Sales Org: X
    Plant: P
    Billing Date : IG ( Internal Credit Memo)
    The above details are from the item level- Account Assignment tab-Profitabliity Segment.
    Pl. let us know from which table these fields are picked.
    Regards
    Biju
    Edited by: Biju Mercy on Jan 7, 2010 12:58 PM

    I believe the error message number is ki100 and not  k1100  as indicated by you in which case, refer any of the following notes:-
    a)  140503
    b)  643700
    c)  420778
    d)  352261
    e)  141224
    thanks
    G. Lakshmipathi

  • "Account Assignment objects have differing company codes"

    Hi,
    We have parked the document through T.Code : MIR7 & now we want to post the same using the correct GL A/c.
    When we try to post the document we are getting error like "Account Assignment Objects have differing Company Codes"
    Can you please help me
    Thanks
    Ravi kumar

    Please check in the document if it contains diferrent account assignments like both cost center and internal order. In this case both cost center and order must belong to same company code.
    If you find the document fine, then solution is to change the error to warning using T Code OBA5 and application area KI (I assume). You should be seeing application area as part of your error message number which is usually first 2 characters.
    Regards
    Sreenivas

  • CO account assignment object belongs to company code SE01, not DK01

    Hi SAP Gurus,
    I am posting one inter company billing document.  Customer is from Denmark and material is supplied from Sweden Co Code.  Our requirement is to update the cost center field for the intercompany code document SE01.  I have done following customizing in order to update Cost center field for inter company billing document for CoCd SE01.
    1. Create order reason - OVAU
    2. Maintain default cost center for order reason in tranx OVF3
    I am encountering following error while trying to release billing doucment for account.
    Diagnosis
        You want to make a posting in company code DK01.
        At the same time, a CO account assignment object was
        specified that is assigned to company code SE01.
        This is account assignment object with  object type CTR,
        and object key CMAX/SE9001.
    System Response
        Company code validation is active for company code DK01:
        All account assignment objects in one posting row must be
        assigned to the same company code.
    Procedure
        You can
        o   Make an assignment to company code SE01.
        o   Enter an account assignment object assigned to company
            code DK01.
        o   Change the assignment of object CMAX/SE9001 to company
            code SE01. In this case, you should note the document
            and edit it further after changing the assignment.
        If the posting is to a balance sheet account (category 90),
        you may also decide whether to allow CO account assignment
        objects from other company codes. If this is the case,
        deactivate the error message with the IMG step Change
        message control (message ID "KI", message number 100).
        You can set the following message types:
            "-"   Message is not sent
            "W"   Message is sent as a warning message
            "E"   Message is sent as an error message
        Posting to cost elements of another category always results
        in the message appearing as an error message, whether it
        has been deactivated or not.
        Execute "Change message control"
    Please let me know if you face such a issue in past.
    Regards,
    SATVIR SINGH
    Moderator: I trust, SAP explanation is quite sufficient

    Hi Satvir
    You have switched on Comp Code validation in OKKP... which means you can not post to CO objects of another company code...
    Eg: If billing is from comp code A, the co object has to be from same comp code.... Try to use OKB9 and specify a default CO object for the GL account involved in the posting or specify a default Cost center in OVF3 pertainig to the other comp code
    Regards
    Ajay M

  • Usage of Company code field in the Change Request for Company

    Hi,
    Would like to know the usage of - Company code field in the UI for Change request for Company.
    1. If a new Company is created, can i assign the company code directly in the UI, will the assignment also replicated to backend in this case?
    2. In case of new Company creation, is it possible for multiple company code assignments?
    3. Is it possible to to pick the existing Company from the F4 list in the CR and assign the company code in the CR? How about the replication work in this case?
    Please share your comments, Thank you.

    Thanks Sanjay.
    Just to summarize and a bit more specific, here is my understanding:
    1. (a). You have mentioned that we can assign new company code also - does this mean i can select            a company code which is not in the F4 list? In such case, how will be the assignment                   replicated? It should ideally create a company code in the backend before the assignment is           processed.
        (b). Usually, if a new company code is created in backend, i need to load that in to MDG tables                 such that it will be active in MDG F4 list, for Company assignments in the Change request.
    2.      Understood
    3.      In the Change request, if i pick existing company from F4 values and edit company related data,          it will be replicated accordingly.
             In the same CR, if i give some value in the company code data, the replication will result in one          more assignment added to the company, so as on date, SAP has given the option of only                    additional assignments to the existing assignments.

  • OCCI BUG! Error reading Objects which contain NULLS

    The original problem was that I couldn't retrieve a SDO_GEOMERTY object from a table. Using OCCI and the OTT utility I always got assertions and exceptions.
    Various people have already reported this problem (e.g. Hu Cao, "HELP!! operating SDO_GEOMETRY with OCCI" ).
    After several hours of testing I found the real problem: When ever an object contain NULLS the problem appears.
    Eg. the "occiobj"-demo works fine with the original data. However, after setting one value in a publ_address object to NULL
    eg. UPDATE publisher_tab SET publisher_id=11, publisher_add=publ_address( NULL , 'NEW YORK') WHERE publisher_id=11;
    the demo program crashes!!!
    After discovering this, I generated a SDO_GEOMERTY object containing no NULLS and suddenly my program was able to retrieve the object.
    Consequently there is only one big problem remaining:
    A valid SDO_GEOMERTY object has to have NULLS in it!!!!
    Comments please
    Johannes
    (I'm working with Win2K and the Oracle 9i Client. The bug appears in conjunction with both Oracle 8.1.7 and Oracle 9i)

    I downloaded the Oracle 9i Release 2 (9.2.0.1) Client for Win and there I have less problems to get objects which contain NULLs.
    Now if a standard-typed member (of an objects) is NULL, OCCI recognizes this correctly and the program never crashed again.
    However, there is one BUG remaining. If an object-typed member is NULL the program still crashes.
    Eg. if the SDO_POINT member (type MDSYS.SDO_POINT_TYPE) of an MDSYS.SDO_GEOMETRY object is NULL,
    the program crashes in the
    void sdo_point::readSQL(oracle::occi::AnyData& streamOCCI_)
    function (which was generated by the OTT utility). It seems that in function
    void sdo_point::readSQL(void ctxOCCI_)
    the streamOCCI_.isNull() command doesn't recognize that the sdo_point object is NULL.
    (see source code below)
    WITH THIS BUG YOU CANNOT GET A MDSYS.SDO_GEOMETRY OBJECT WITH OCCI!!!
    Has anybody solved this problem? Is there a bug fix?
    Thanks in Advance
    Johannes
    void sdo_point::readSQL(void ctxOCCI_)
    sdo_point *objOCCI_ = new(ctxOCCI_) sdo_point(ctxOCCI_);
    oracle::occi::AnyData streamOCCI_(ctxOCCI_);
    try
    if (streamOCCI_.isNull()) // <-- doesn't recognize that the object in NULL
    objOCCI_->setNull();
    else
    objOCCI_->readSQL(streamOCCI_); // <-- consequently the actual readSQL is called, which crashes...
    catch (oracle::occi::SQLException& excep)
    delete objOCCI_;
    excep.setErrorCtx(ctxOCCI_);
    return (void *)NULL;
    return (void *)objOCCI_;
    void sdo_point::readSQL(oracle::occi::AnyData& streamOCCI_)
    X = streamOCCI_.getNumber();
    Y = streamOCCI_.getNumber();
    Z = streamOCCI_.getNumber();

  • Company code field in cost center master data

    I am trying to create some cost centers, but noticed that the company code field is not available for entry in the cost center master data. In other words, the company code field does not appear or is hidden. My understanding is that an entry in company code field in cost center master data is mandatory. Can someone advice as to what setting is missing?

    Hi MG,
    Appearance of the field "Company Code" in cost center master data depends on the following point...
    In Controlling Area settings in OKKP, if you have opted for single company code, then, whatever the cost center you create under this controlling area is obviously belongs to that company code only. So, system will not display the filed "Company Code" in cost center master data.
    If you have opted for cross-company code controlling in OKKP settings, then, when you create a cost center in that controlling area, then the system will give the field "Company Code" in cost center master data so that in which company code you need to create the cost center.
    I hope u got it...
    Srikanth Munnaluri

  • The CO account assignment object belongs to company code 2100, not 1100

    Hi All,
    My system has all different company codes assigned to one cotrolling area as a result one can change org unit and position cost center from one company code to another.
    I recently changed same position's cost center from co code 2000 to cost center in new  co code 1100 and created new personnel area to be linked to new Co code 1100. OM module doesn't moan however when I try and capture org-reassignment action to default same employee postion with new related cost center from new company code 1100 get the follwing error.
    'The CO account assignment object belongs to company code 2100, not 1100'.
    I see in IT0001 system defaults new personnel area linked to Co code 1100 however it still defaults old cost center linked to Co code 2000 instead of new cost center linked to Co code1100. How can I make the system default  new cost center?
    NB relationship for new cost center  from Co code 1100 to postion has been changed effective 01.04.2012 . The same date is used for or-reassignment action.

    Hi I had same problem can you explain me little bit more that how you will resolve this

  • Error In Transfer The CO account assignment object belongs to company code

    Dear All,
    When i am trying to transfer a employee from a personnel area to another personnel area, i am getting the following error.
    The CO account assignment object belongs to company code 2000, not 2007
    These personnel areas belong to two different company codes.
    Pls suggest.
    Kind Regards
    Nag

    Hi,
    Please check with the FICO consultant you have to give new CO assignemnt when you transfer  EMPLOYEE to other companycode. i hope so
    Vibin

  • Company Code field now shown in Cost Center Master Data

    Hi
    I am new, I configured CCA. Created Controlling area and versions. When I created a cost center company code field not shown. I think one cost center assined to a one company code but in cost center master data Company code field not shown. I want to cost center company code specific. I using ECC6
    Pl help.

    Hi,
    When you will assign additional company codes, the cost centre created now, by default will be assigned to the existing company code, and for the new one - you will have to define cost centres again. So, everything is fine, do not worry.
    Regards,
    Eli

  • The CO account assignment object belongs to company code PN10, not BN10

    Hi All, Iu2019m getting the error u201CThe CO account assignment object belongs to company code PN10, not BN10" when trying to make a payment on an invoice that was created in company code BN10.
    The error came about because, there was an exchange rate difference between the invoice value and the corresponding payment value (document currency is USD and the transaction I'm using to make payment is F-58).
    Therefore when i try to make the payment, the SAP system detects the exchange rate difference and attempts to post it to the exchange rate difference account (421020050). In OKB9, the default cost center specified for G/L account (421020050) in BN10 is (B999010). Therefore when the payment is been done, the system posts the exchange rate difference to G/L account (421020050) and assigns the cost center (B999010).
    However, upon trying to save the document, the system shows the message "Correct the marked line items" (the marked line item here is the exchange rate line item). Therefore, I double click the line item to drill down on it and see that everything seems fine. I then click the save button, on clicking it, the system shows the error "The CO account assignment object belongs to company code PN10, not BN10u201D.
    When i double click the error to read a more comprehensive explanation of the error, its content are as displayed below:
    The CO account assignment object belongs to company code PN10, not BN10
    Message no. KI100
    Diagnosis
    You want to make a posting in company code BN10.
    At the same time, a CO account assignment object was specified that is assigned to company code PN10.
    This is account assignment object with object type CTR, and object key NIG1/A999010.
    System Response
    Company code validation is active for company code BN10:
    All account assignment objects in one posting row must be assigned to the same company code.
    Procedure
    You can
    u2022     Make an assignment to company code PN10.
    u2022     Enter an account assignment object assigned to company code BN10.
    u2022     Change the assignment of object NIG1/A999010 to company code PN10. In this case, you should note the document and edit it further after changing the assignment.
    If the posting is to a balance sheet account (category 90), you may also decide whether to allow CO account assignment objects from other company codes. If this is the case, deactivate the error message with the IMG step Change message control (message ID "KI", message number 100).
    You can set the following message types:
    "-"   Message is not sent
    "W"   Message is sent as a warning message
    "E"   Message is sent as an error message
    Posting to cost elements of another category always results in the message appearing as an error message, whether it has been deactivated or not.
    Execute "Change message control"
    (NOTE: All cost centers that starts with u201CAu201D belong to company code PN10 and those that starts with u201CBu201D belong to company code BN10)
    Kindly help with the resolution of this issue. Any resolution ideas would be greatly appreciated.
    Moderator: Please, search SDN

    Check the following OSS notes
    1)  Note 141224 - Error message KI100 for cross company
    2)  Note 202765 - KI100 during release of intercompany billing
    thanks
    G. Lakshmipathi

  • Profit center and company code field in Internal order type (KOT2)

    Dear Experts,
    I want to bydefault profit center and company code in ordertype customization.
    Profit center and company code field in Internal order type (KOT2)
    regards
    RR

    Hi
    1. Create a Model Order in KOM1
    Enter the Comp Code and PC and other fields you want and save it
    2. Enter this Model order in your Internal Order Type in KOT2... Transport this change to production client
    3. Next time when you create an IO, PC and CC will be populated by default
    br, Ajay M

  • Authorization object for sales tax code (MWSKZ) in FB60

    HI, there is a FI tcode FB60 in FI module. The requirement is that user wants to restrict some users to enter only few sales tax codes from among the list. For example if there are 30 tax codes, then user should be authorised to enter only 5 tax codes from the list. In standard authorization, there doesn't exist an authorization object to restrict tax codes. Kindly tell me the process of making authorization object for this task.
    I have made one authorization object. I think i need to call this object somewhere in user exit of FB60. Is this the way of doing this?? Kindly if someone have done this, mention down the procedure of making authorization object and how to implement it. Thanks

    Hi,
    Instead of creating a authorization obejct and assigning it to the tax code, it will be easy to write the code in a user exit to check whether the tax code is applicable for the user. Suppose if the user enters a non-applicable tax code, you can throw an error.
    Do u want to restrict the number of entries in F4 help for tax code for a particular user?
    Cheers
    ~Niranjan

  • BDC error CO assingnment object  belong to company code A800 not A900

    Hi,
    I am getting  BDC error 'CO assingnment object  belong to company code A800 not A900'.
    Please any one suggest the reason for this.
    Thakns in advance.

    Hi,
    you are processing a BDC-session for company code A900 with a CO-account assignment for comp. code A800 and your system does not allow cross-company code postings. Check the co-object and correct it.
    Best regards, Christian

  • How to activate company code field on selection screen of report pc00_m40_f24q ?

    Hello,
    Client is upgrading form ECC 6.0 ehp3 to ECC6.0 ehp7 . The report is generated according to the company code ,but after upgrade the company code field got disabled. Can any tell what might be the reason for this?
    Regards,
    Yashika

    Go to SE38 - Pass program name HINCF24Q- select - attributes - click on display - click on HR report category - click on F7 - click on CTRL+F1 - allowable selection criteria - click on F5 - add company code from the drop downs and then check.
    Once resolved close the thread as well.
    Regards
    Venkatesh

Maybe you are looking for

  • Oracle.apps.fnd.wf.bes.InvokerException: java.lang.ClassCastException

    Dear all expert, We are trying to use BES to invoke external webservice, and get the java class cast exception, anybody can help us please? steps: 1. we need to call a webserivce with following wsdl : <?xml version="1.0" encoding="UTF-8" ?> - <wsdl:d

  • FIDCCP01 Message type FIDCC2

    Hello, I am trying to use message type FIDCCP to create idocs for FI Document posting. However i am unable to see any idocs created. I have configured the system and activated change pointers for FI Documents. My question is does anybody have previou

  • Ipod Contact Help

    Hi, I have a 30 gig ipod video and I want to use the contact feature but I am having a little trouble getting the contacts from Microsoft Outlook to my Ipod. I have tried everything the manual said and i searched over and over these forums and online

  • Auto import into iPhoto on change in folder contents!

    Iive searched these discussions but am not sure ive found what I would like - I may have missed it so I apologise. I would like to automatcially import photos into Iphoto. The scenario is this. I take a lot of pictures on my Sony Erricsson Cybershot

  • WIFI problem with Lollipop and TKIP

    Hi, After the lollipop upgrade, my wifi connectivity at home became extremely unstable.  It would work for a few moments and then disconnect, sometimes reporting an authentication error.  No other devices on the network were struggling, including a n