Missing authorization for processing condition

Hi  All,
We are having  a problem with our pricing procedure zxxx.
we created a pricing procedure and connect it to a java formula.
this formula return an error message :
" Missing authorization for processing condition zxxx "
in debug we see that this message come from the formula and not some kind of authorization check.
( even a user with "sap all"  get this message ).
does any one know how to solve this?
or:
does any one know how to debug the java formula ?
thanks,
Lilach.

Hi,
Check with your basis  consultant whether the authorization is change ?
Regards,
Chetan.

Similar Messages

  • Missing authorization for the plant - Message no. ME303

    Missing authorization for the plant - Message no. ME303
    I am getting the above error while creating the PO.
    what is the cause of error?
    How do I rectify this?
    I have used the right data, till yday it was working fine. I doubt some config change has happened

    Hi,
    Check with your basis  consultant whether the authorization is change ?
    Regards,
    Chetan.

  • Missing authorization for plant ' '

    User is missing authorization for plant ' '
    User trace gives the following missing authorization
    Object:
    M_IS_WERKS RC=4 MCINF=S039;WERKS=' '
    Can anybody help me out to find the meaning of space( ' ' ) in plant or any field?
    thank you in advace

    *  Prüfung, ob Berechtigung für die Werke existiert
      SELECT * FROM T001W INTO TABLE AW_HLP_T001W
                          WHERE WERKS IN AW_WERKS.
      DESCRIBE TABLE AW_WERKS LINES SY-TFILL.
      IF SY-TFILL > 0.
        FLG_SELECT = 'X'.
      ENDIF.
    <b> clear aw_hlp_t001w-werks.                       " note 124769, ver.04
      collect aw_hlp_t001w.                           " note 124769, ver.04</b>
      LOOP AT AW_HLP_T001W.
        AUTHORITY-CHECK OBJECT 'M_IS_WERKS'
                 ID 'MCINF' FIELD AW_MCINF
                 ID 'WERKS' FIELD AW_HLP_T001W-WERKS.
    There must be a reason to add an empty line, which causes the silly authority check. As far as I understand Note 124769 you have got to add  plant ' '. See Note 408003: ."Create an authorization for the authorization object M_IS_WERKS which contains the value WERK =  . Refer to Note 124769."

  • EDMS: 'Missing authorization for this functionality' when searching user

    Hi,
    I've activated ALC authorization for DMS. In EDMS, when trying to add an user to a DIR with search function an error occurres as below.
    'Missing authorization for this functionality'
    BTW, the user has contains SAP_ALL profile. It can't be any authorization reasons.
    Regards,
    Yemi

    Hi,
    authorization checks will not happen if the search help from sap-gui.I
    think the problem is releted to missing implementation of "check
    function module" from your side. If the search help is linked to a
    "master data table" (type A) a check function must be implemented to
    check the permission of the user.
    This function module is read from table BAPIF4T.                 Please
    check the following link:                                 http://help.sa
    p.com/saphelp_nw04/helpdata/en/a5/3eca044ac011d189
    4e0000e829fbbd/content.htm
    http://wiki.sdn.sap.com/wiki/display/PLM/Object+Link+search+in+EasyDMS
    Regards,
    Hari

  • Missing authorizations for authorization object UIU_COMP

    I have generated the pfcg role for a business role using report CRMD_UI_ROLE_PREPARE and assigned the pfcg role to a user.
    The user is apparently able to perform navigation as required. However, when a ST01 trace is run for the user, there are few missing authorizations for UIU_COMP. Could anyone please explain the reason for this? No changes have been made to object UIU_COMP  i.e. only values generated by the report is present there. Should the missing authorizations be added manually to the role?

    I would recomend that you define for component UIU_COMP in your pfcg role full access (all set to *), because this authorization object is used for access to web ui components. Even thou if you define this object to full access users will still see just components defined in business role.
    Regards.

  • CK40N error: Missing authorization for BOM (SAP Error: CK-581)

    Hi Experts,
    When running CK40N, I found an error message Missing authorization for BOM (SAP Error: CK-581).
    If this is the problem of my CK40N that make object cannot be costed, how can I solve this?  Is this relate to SAP authorizartion?
    Thanks.
    sbmel

    Hello,
    While doing Costing run CK40N or Cost estimate CK11N, you require having authorization of T. Code CS03 for the plant in your SAP ID as it explodes BOM.
    Kindly contact basis team & take the authorization on your SAP ID.
    Regards,
    Anand

  • Failed to wait for process condition: errno(22).

    Hello,
    I am experiencing some failures with FMS 3.5.1.
    Searched the logs and it appears the following error repeats itself more than 20 times per second in the admin logs:
    Failed to wait for process condition: errno(22).
    Can anyone offer some info on this error ?
    Thanks

    check that:
    http://kb2.adobe.com/cps/407/kb407245.html

  • Authorization for discount condition type

    Hi Experts
    1)when create a sales order client want flexibility for discount condition type
    like 10% ,15% , 20% it should not be manual and end user can choose from drop down and
    2) If they want to give excess discount there should be authorization any supervisor can give  excess discount 
    how to map this authorization to condition type
    Regards

    hello again, friend.
    go to IMG > SD > Basic Functions > Pricing > Pricing Control > Define Cond Types... here you will find the settings for the upper and lower limits.  please note that the larger discount rates would be represented by the lower limit.  for surcharges, the lower rate is the lower limit.
    scales in pricing allows you to set different discount/surcharge rates or fixed amounts depending on either value, quantity, weight, etc.  in the same pricing condition record (using VK11 or VK31).  if you look inside your condition type using V/06, you will see under sub-tab Scales if this has been set.
    example:  condition type Z007, with Scale 'Quantity'
    you can set a discount of 2% if item quantity is from 0 to 100 pieces
    you can set a discount of 3% if item quantity is from 101 to 200 pieces, and so forth...
    regards and thanks.

  • Authorization for Change Conditions in Sale order or Billing document

    Good Morning
    In my scenario we have same pricing procedure for sale order and billing document. My requirement is to enter one condition manually in sales order.
    I want a specific user to enter this discount condition for a specific distribution channel only manually only in Sales order, not in billing document.
    Now here are some problems i am facing now.
    We have to make this for one user and for one distribution channel only.
    I can't use transaction variant to make condition tab in display because all users are allowed to enter freight condition manually at the time of invoicing.
    I have tried authorization object V_KONH_VKS but its not working. This is for maintain condition record not for entering in sales or billing document manually.
    Please suggest me is there any standard way to do this or should I go for ABAP?
    I prefer to do this with authorizations control. ABAP will be the last solution.

    I have a feeling that via PFCG,  this can be controlled and of course, with the object what you had indicated and Activity type.
    Create two roles one for maintaining manually in sale order and the other one for display.
    In one role, the activity can be 01 with TCode VA01 and VA02 and in the second role, the activity can be 03 with transaction VF01. Your basis guy should be able to do this so that the requirement can be achieved.
    thanks
    G. Lakshmipathi

  • Missing authorization for transaction VC/2 (Sales summary)

    Hi Expert,
    I am running transaction VC/2, but I get the message VB500 "the list is incomplete due to missing authorizations".
    Via transaction SU53, I see that it is object M_INFO_MCB with auth. field MCINF which is missing.
    Do you know what this object field is about?
    Thank you.
    Kind regards,
    Linda

    Hi,
    First goto SUIM T.Code.
    click on "Authorisation Objects".
    Select "Authorization Objects by Complex Selection Criteria".
    Enter "M_INFO_MCB" as "Authorization object".
    Execute.
    It shows that this is related to "Evaluation: Evaluation Structure".
    The path is:
    SPRO>Logistics General>Logistics Information system(LIS)>Flexible Analyses>Select layout reports for evaluation structures.
    Maintain values here.
    Save.
    Regards,
    Krishna.

  • Authorization for Process Chains in BW 3.5 (2004)

    Hi all,
      I wanted to know if there is any way to limit actions on process chains.  I would like to give some users display only access to process chains.  Is that possible?
    Thanks

    Hi,
    In your system go to
    'Transport Connection' tool-->
    Click on 'Object Changeability' pushbutton-->
    And for Object types RSPC and ISIP make "changeable/Not Changable" .
    Note: This will work only if your system is lockect aganist the changes as it is normally in Production.
    Also check the below links:
    1) Authorisation for process chains
    2) Authorization Object for Process Chain
    3)http://help.sap.com/saphelp_nw2004s/helpdata/en/35/c7e442e3c15704e10000000a155106/frameset.htm
    4) http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/frameset.htm

  • Missing parts for Process orders

    Hi Experts,
    We are trying to find out the Transaction to faciltate the Missing parts list for the process order even after the order has been completed having the Status TECO, CLSD. This is to understand whether proper enough materials are consumed for the order or not. Based on that Production incharge can ensure the component consumption is made as per the Process order requirement.
    We are trying with CO24, this is showing the missing parts list if order does not contain TECO and CLSD status.
    Also we are checking with COOISPI, COID, but could find the correct feature out of them.
    Do we need to develop any customized report with the help ABAPers.If yes please guide us the method.
    Please help us in acheiving the list of components which are not consumed as per the Process order requirement.
    Also guide us to identify the list of materials which are excess consumed for the Process order.
    Thanks in advance..

    Hi Jiaul,
    Thank you very much for your reply.
    So we need to develop the program to flag the missing parts and its qty even after the Order has the status TECO or CLSD.
    Can you please provide logic to develop the Program.
    I am thinking to take the inputs from process order required qty Vs withdrwan qty. if the Qty difference is positve, which should come under missing parts. if the difference is still negative means excess qty consumed.
    Waiting for suggestions
    Thanks in advance

  • Missing authorization for PA30

    Hey guys....
    My question is regarding to PA30.
    In R/3 my userid has authorization to display and maintain HR data through PA30.
    But when i copied my userid to create a new one that new userid has no right to display and maintain HR data through PA30.
    Eventhough it has same access as i do.
    Its strange....please sort out this problem.
    Thnx
    Alex.

    You have several options to check
    1) Try displaying/Create with the copied id once, once are u get No authorisation message, go to tcode su53 its will show you why the authorisation failed, and will give you the missing authorisation object.just go to Tcode PFCG and IN YOUR ROLE give that missing object.
    2) Go to Tcode SUIM>User Information System>Comparisons>From Users. There in user A give the one which has access to all actions in PA30  and in user B give the copied id and check for missing objects.
    3) in tcode PFCG, and access your ROLE and check Authorisation level for HR:MASTER DATA. give * there.Also check if the infotype u are trying to access too is included or not.
    Another important thing is dont forget to generate the role and save it after you make changes...
    and in PFCG, When u go into change mode, next to Authorisations TAB there is a TAB Called USER, Click on that and check if Icon User comparison is Green.

  • Missed authorizations for ess personal id

    Hi,
    I configured ESS. I can see all the services..except Personal id under personal information.
    kindly let me know what role should i assign to get this view.
    i assigned composite role to the end user. even though i m not getting...
    thanks in advance
    renu

    yes, i did it. i can able to access other ess service... only for personal id(persoanl Information) i m getting belwo error...
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    You have no authorization to display  
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: You have no authorization to display
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:112)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:122)
         at com.sap.xss.per.helpers.MessageHelper.raiseException(MessageHelper.java:43)
         at com.sap.xss.hr.per.in.pid.fc.FcPerPidIN.readRecord(FcPerPidIN.java:269)
         at com.sap.xss.hr.per.in.pid.fc.wdp.InternalFcPerPidIN.readRecord(InternalFcPerPidIN.java:535)
         at com.sap.xss.hr.per.in.pid.fc.FcPerPidINInterface.readRecord(FcPerPidINInterface.java:146)
         at com.sap.xss.hr.per.in.pid.fc.wdp.InternalFcPerPidINInterface.readRecord(InternalFcPerPidINInterface.java:197)
         at com.sap.xss.hr.per.in.pid.fc.wdp.InternalFcPerPidINInterface$External.readRecord(InternalFcPerPidINInterface.java:273)
         at com.sap.xss.hr.per.in.pid.overview.VcPerPidINOverview.onBeforeOutput(VcPerPidINOverview.java:257)
         at com.sap.xss.hr.per.in.pid.overview.wdp.InternalVcPerPidINOverview.onBeforeOutput(InternalVcPerPidINOverview.java:243)
         at com.sap.xss.hr.per.in.pid.overview.VcPerPidINOverviewInterface.onBeforeOutput(VcPerPidINOverviewInterface.java:134)
         at com.sap.xss.hr.per.in.pid.overview.wdp.InternalVcPerPidINOverviewInterface.onBeforeOutput(InternalVcPerPidINOverviewInterface.java:132)
         at com.sap.xss.hr.per.in.pid.overview.wdp.InternalVcPerPidINOverviewInterface$External.onBeforeOutput(InternalVcPerPidINOverviewInterface.java:208)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.callOnBeforeOutput(FPMComponent.java:603)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:569)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)

  • User level authorization for process order

    Hi,
    Greetings for the day.
    As we all know that there are three main screen of process order
    1. Header Data
    2. Operations data
    3. Materials Data
    Now, we want to restrict the users to access the screen as below. (T-Code: COR1 & COR2)
    Header
    PP, MM, QM Users can change
    Operations
    PP, QM Users can change, MM user can display only
    Materials
    MM, QM Users can change, PP user can display only
    How can we achieve this?
    Please guide me.

    Hi
    Yes, that is impossible to control that way in standard, so I think you may consider the the user exits to write your own source codes to check the changes done by user and prohibit the save.
    PPCO0018  Check for changes to production order header
    PPCO0019  Checks for changes to order operations
    PPCO0008  Enhancement in the adding and changing of components
    Regards.
    Leon.

Maybe you are looking for