Authorisation missing

Dear Gurus ,
                   When i ran mbbs report in our ECC server , we will get the error shown below .
                   You have no authorization for this transaction in plant TB01
Message no. M7120
Diagnosis
According to the settings made in your user master record, you are not authorized to perform this transaction in plant TB01.
So kindly give me the solution for this error.
Regards,
S.Palani Selvan

Dear Subhash
               AS per your suggestion i ran the same , below i mentioned the result .
                Evaluation of Last Failed Authorization Check of User MARKET2
Description          Authorization values
User Name                      MARKET2      Authorization Object                     V_KONH_VKO
System                         PRD          Client                                   100
Date                           24.02.2011   Time                                     12:45:20
     Instnce                        eccprd       Profile Parameter auth/new buffering     4     
     03      Authorization check failed
          Object Class SD   Sales and Distribution
          Authorization Obj. V_KONH_VKO Condition: Authorization for Sales Organizations
          Authorization Field ACTVT Activity
                                                                                01
          Authorization Field SPART Division
                                                                                <Dummy>
          Authorization Field VKORG Sales Organization
                                                                                S001
          Authorization Field VTWEG Distribution Channel
                                                                                <Dummy>
     User's Authorization Data MARKET2
          Object Class SD         Sales and Distribution
          Authorization Object V_KONH_VKO Condition: Authorization for Sales Organizations
          Authorizat. T-PD08005900 Condition: Authorization for Sales Organizations
         Profl. T-PD080059   Profile for role ZITDEO
         Role ZITDEO
          Authorization Field ACTVT Activity
                                                                                03
          Authorization Field SPART Division
          Authorization Field VKORG Sales Organization
                                                                                S001
I am not able to find the transactions which i have to give the authorisation .
So kindly advice me .
Regards
S.Palani Selvan

Similar Messages

  • Authorisation Missing.....Urgent

    Hi All,
    Iam facing a problem with authorisations with a particular role.
    The problem is like the user is not having authorisation access to get SU53 screen shot he can only get job log.
    The job log is as follows...........
    when user tries to run DB13 he is getting error as...............
    ====================================================
    Job log
    job started
    step 001 started (program RSDBAJOB variant &0000000000295 ,User TNP:SYS:ADM2)
    Execute logical command BRARCHIVE on host SSAPTDB
    parameters: -u  /  -c force  -p initJVI.sap.adsm.archive  -cds
    SXPG_COMMAND_EXECUTE failed for BRARCHIVE - reason no permmission - Authorisation object S_RZL_ADM miss
    job cancelled after syatem exception ERROR_MESSAGE
    ===================================================
    I have checked for auth.object S_RZL_ADM from role.Everything is fine but i couldnot trace out why the user is getting such a job log....
    Please give me the solution.........
    What could be the problem?
    Please help over this.........
    With Regards
    Swapna.

    Hi MSR,
    While your suggestion for redundancy is good one but we dont need to bother too much about it . SAP takes care of duplicates itself and deletes them while sorting them into an internal table.
    Check function module SUSR_AUTHORITY_CHECK_SIMULATE for this.
    clear auths. refresh auths.
        loop at values.
          auths-objct = values-objct.
          auths-auth  = values-auth.
          append auths.
        endloop.
        sort auths.
        delete adjacent duplicates from auths.
    Anyways it is good practice though we dont need to bother for it in this particluar case. Performance wont get affected by it in a big way.
    Regards.
    Ruchit.

  • Special G/L

    Hello to everyone..
    we are two in my company , and then, When ( for example ) I run the transaction F-40 (BILL OF EXCHANGE PAYMENT) I CAN SEE THE  "SGL IND" BUT when my friend run the transaction f-40 he can´t see the field " SGL IND"
    ANY HELP OR IDEA about that???
    many thanx

    Hi,
    Just tell the other user to go to the screen of F-40 & then enter in the T code /nsu53. the new screen will be opened. This screen will give the details of any authorisations missing.
    Regards,
    amit

  • Results recording tab not appearing in QA32

    hi,
    can anyone tell me why results tab not appearing in QA32 , is there any authorisation missing?

    Just check which roles are added to that used id
    selec 1 role that is relevent to inspection (result recording) and add QE01 t_code in that role.
    take help from ur basis guy for this.

  • You have no authorization for this transaction in plant: M7120

    Hi guys.
    I am getting the error message(M7120) "You have no authorization for this transaction in plant XXXX" when performing 101 movement for production order using MIGO.
    /nsu53 doesn't return any object. Why?

    Hello Arun,
    It is a standard message. SU53 should show the exact authorization object which has been blocked. Or you can also try to check this with T code ST01.
    Refer the below threads & seek help from your basis consultant to get this resolved.
    Authorisation missing
    authorization error in mbbs transaction | SCN
    Regards
    Mangesh S

  • Error in SELFITEM - SENDTASKDESCRIPTION

    Hi,
    When executing method SENDTASKDESCRIPTION to notify the completion of document its resulting with error "Document could not be sent". In the container Address strings are correctly filled to send. For few cases notifications are sent correctly. Only in some cases, its resulting with error.
    When I debugged the method SENDTASKDESCRIPTION, function module SO_NEW_DOCUMENT_SEND_API1 resulting with exception " operation_no_authorization ".
    I debugged further to identify the issue,
    soos1_entry-recesc = 'J'
    In class CL_BCS_PPF, Method - execute
    PERFORM expand_bor_object IN PROGRAM saplsbcomsut
                                          TABLES expanded_tab
                                          USING  borident
                                                 l_rcode.
    if l_rcode <> 0.                            "note 835402 >>
    *           seems that all recipients have been removed due to missing auth.
    Here l_rcode is 2648 which leading to authorisation error. But I am not able to find what is the authorisation missing here? Please guide me.
    When I debug above perform, Its leading to
    swc_call_method handle 'Expand' container.
    RSSOOT04- Expand :
    *   Save Recipient object
        SWC_CLEAR_CONTAINER LOCAL_CONTAINER.
        SWC_CALL_METHOD RECIPIENT 'Save' LOCAL_CONTAINER.
        IF SY-SUBRC NE 0.
          exit_return '2648' space space space space.
        ENDIF.
    When I debug  SWC_CALL_METHOD RECIPIENT 'Save' LOCAL_CONTAINER., Here the condition is failing and resulting Function module SWW_SRV_MAIL_SEND with error.
    * Insert in SOMG
        PERFORM SOMG_INSERT(SAPFSSO5)  USING    SOMG_KEY
                                                SOMG_DATA
                                       CHANGING RCODE.
        IF RCODE NE 0.
          exit_return '2013' 'SOMG_INSERT' space space space.
        ENDIF.
    Thanks & Regards,
    Priya

    Thanks Mike for your reply.
    I have checked the authorisation by executing SU53.
    its resulting with auth check failed for  auth.object S_USER_GRP .
    But in Dev environment also same acess , but there it is working fine.
    Also I checked in su01, email address is maintained, SAP_ALL authorisation also maintained.
    Thanks & Regards,
    Priya

  • ERM / composite role gener. / Function parameter "Authority_check" unknown

    Dear All GRC AC Women and Men,
    I have a problem to generate a composite role with sap grc ac erm. My GRC version is a 5.3 sp5
    For single roles, it s ok.
    For composite roles, I to a first generation in GRC AC ERM . The error  message is: "Function parameter "AUTHORITY_CHECK" is unknown."
    The role is generated in the back-end and the status in GRC AC ERM is "in progress" (Yellow colour).
    I do a second generation in GRC AC ERM, and the status is "done" (green colour); the role is generated one more time in the back-end.
    The message error in ERM logs is:
    "2010-03-18 15:48:48,393 [Thread-140] ERROR com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Function parameter "AUTHORITY_CHECK" is unknown.
    java.lang.Throwable: Function parameter "AUTHORITY_CHECK" is unknown.
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:516)
         at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1514)
         at com.sap.mw.jco.JCO$Client.execute(JCO.java:3980)
         at com.sap.mw.jco.JCO$Client.execute(JCO.java:3417)
         at com.virsa.re.service.sap.dao.GenerateRoleDAO.generateRole(GenerateRoleDAO.java:564)
         at com.virsa.re.bo.impl.GenerateRoleBO.generateRoleAsBackGroundOnMultipleSystems(GenerateRoleBO.java:484)
         at com.virsa.re.backgroundjobs.RiskAnalysisAndRoleGeneration.execute(RiskAnalysisAndRoleGeneration.java:238)
         at com.virsa.service.backgroundjobs.BackgroundTask.run(BackgroundTask.java:53)
         at java.util.TimerThread.mainLoop(Timer.java:432)
         at java.util.TimerThread.run(Timer.java:382)"
    Do you know the origine of this problem? I am "quite" sure that it is not a back-end problem like authorisations missing for the user rfc (used in Jco).
    Best Regards,
    Ronan.

    Hi Ronan,
    This is an issue identified and resolved in SP07.
    Please refere to Note # 1290039 if you don't want to upgrade to SP07.
    Best Regards,
    Sirish Gullapalli.

  • Mm-goods receipt

    hi,
    pls guide this issue
    While Creation of GR -Authorisation missing for Company Code 0000
    Asset Class XXXX,
    rgds

    Hi,
    Anyone has any clues ?

  • Common SAP MM Functional problems

    Fellows
    Is there anyone who can explain some common SAP MM daily functional problems. im junior consultant and want to be prepared for interviews. you may just state them in point form briefly.
    thanks
    rash

    Common Issue
    1)Vendor is not created for Purchasing Organisation XXXX.
    2)Though Vendor Master is Flag for Deletion ,Vendor is shows at the time of PO Creation.
    3)How to extend the materials for another storage location
    4)How to Create the PO for Different Currencies.
    5)While Posting The Doc . Error Occure,1) Account Determination for Entry 1000 BSV _ _ not Posssible.2)  Account Determination for Entry 1000 FRL _ _ not Posssible.
    6)Not Authorisation for Movt Type ......,Transaction Code......
    7) Account Determenation for transaction ....  Cost center ...does not maintain.
    8)While Creation of GR -Authorisation missing for Company Code 0000 Asset Class XXXX,
    9)While Removing The Stock of material by Cancelling the Goods Receipt Doc.Error occur that Stock Qty difficial by xx No.
    10)While GR Cancellation error occure that document does not contain any selected item.
    11)While Creating Service Entry Sheet Error occured that Qty entered  exceeded by Qty in PO
    12)While cancelling the matl.Doc Error occure that matl is deficit of sales ordr stock.
    13) Error-Tax code does not Exist while creating Miro
    14)TDS Amount is not Captured at Miro entry.
    15)While Miro error occure that No suitable item found for Purchase Order.
    16)User ID gets Blocked due to wrong Password entered more than 3 times.
    18)Error-Gl account does not created for Chart of account XXXX while Miro
    19)In Purchase Order Service tax is 12.24 % and at Bill service tax is 10.5 .How to adjust it and How to cancell Wrong Miro
    20)Stock Statement not matched Value still lying into Stock A/c
    Rewards if Helpful...
    Regards
    Sanjay L

  • MD 04 screen

    Hi All,
    My client is facing a problem in MD04 screen. He logs into MD04 screen, then clicks on the search critieria for the material (by clicking on the circle next to the material). This takes to the search screen for the material. There only two tabs are available. Even the arrows to navigate left & right are missing. Can anyone please let me know how to correct this.

    Hi,
    Not really.  If he has been seeing it earlier, then this would be the main reason. 
    Another thing could be authorisations.  You could ask the user to open two sessions.  Ask him to execute MD04 in one and do the F4/dropdown for the material field.  He can then go into the other session and type in SU53 in the comman window.  See, if there is an authorisation missing error.  This logic is a bit dim, but will set your mind at rest.
    SAPGUI files do get corrupted.  There are windows updates happening daily.  Something happens and your GUI becomes either corrupt or needs an update.
    Cheers.

  • Error in SRM:  a user with enough authorisation level is miss

    Hello,
    We are on SRM 5.0 and our users get the following error in SRM when creating a shopping cart:
    No user assigned to object a user with enough authorisation level is missing.
    Anybody any idea ?
    Thanks as ever

    Hello Can anybody helpe me please ?

  • Document Store Operation Failed due to missing authorisations.

    Hi
    I am using BW 3.5, One of the user is getting the following error message while accessing one of the report:
    Document Store Operation Failed due to missing authorisations.
    The user has previously accessed this report many times. But when I tied to access the report, there was no problem.
    Could any one of you advise me how to rectify this error?
    Many Thanks in advanc
    Regards
    Ishi

    Hi Suresh
    Thanks for the response; I have checked authorizations and user is authorised to access all the existing reports in BW. Checks were successful.
    What might be the reason then?
    Thanks

  • Idoc in 53 status but not processed completely. Missing authorisation error

    Hi ,
    Some of the ORDER Idocs are in 53 status, but the orders are not processed successfully and no PO created for these Idocs.
    They got below warning message when I checked in WPER transaction code.
    " Missing authorization: Purchase Order Create Purchasing Grou 110 " - "Workitems (tasks) were created for this IDoc"
    This is happening once in a while for some of the idocs. Remaining all idocs are posting successfully.
    These IDOCu2019s are processed via user background. Not sure why we have authorisation issues as this user has SAPALL. Any ideas?
    Thanks
    Deepthi.

    done.

  • Project creation error-missing authorisation

    am new to C project. Just after technical config I am able to open the web browser. Now while trying to create the Project , the error for missing authorisation to create project is appearing. please tell me thw way how to assign role and where to assign etc. Any other customisation settings to be done etc..........
    Thanks.
    Zinni

    Hi,
    Please refer to thread below
    Re: Standard Roles for cProjects
    Regards
    Amit

  • Missing authorisation during project creation

    I am new to C project. Just after technical config I am able to open the web browser. Now while trying to create the Project , the error for missing authorisation to create project is appearing. please tell me thw way how to assign role  and where to assign etc. Any other customisation settings to be done etc..........
    Thanks.
    Zinni

    Hi,
    Specify the /oSU53 transaction when you get the authorization error.Take the screen shot & fix the roles & authorization profile in PFCG transaction with help of BASIS consultant.
    Regards,
    Raj

Maybe you are looking for