Releasing hold by order type

Hi
Is it possible to give the authority of removing hold from the orders of a certain order type to a certain user ?
I have User A and I want him to only release holds from the order type " Alpha"
I have another user b and I want him to only release hold from the order type " beta"
Version: Oracle EBS 11.5.10.2
Regards
Nouman Shaikh

1) If you can create 2 holds such as Alpha Hold and Beta Hold, then you can give RespA the access to release Alpha Hold and RespB the access to release the beta hold. And then you can give the responsibilities to appropriate users.
2) If that is not possible, you can consider writing a personalization on the release screen that enforces your rule.
Hope this helps,
Sandeep Gandhi

Similar Messages

  • Credit Management doesn't release hold from order (11i)

    Hi guys...
    In some cases Credit Management doesn't release the hold from order automatically.
    I'm debugging CM Workflow and I didn't find anything.
    So in these cases we need to force it by executing a custom concurrent.
    I've found some open bugs at metalink but I'd like to know the reason for that.
    Anybody knows?
    Tks
    Best Regards,

    I have a very similar problem:
    I wrote an application that uses SAP DI and writes many dozents of draft documents. It doesn´t make a difference if I set
    objDoc = objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts) for each document or not: every document leeches round about 2-4 MB. That is, in case of an import of 100 documents, up to 400 MB are used.
    Isn´t there a possibility to minimize the volume of leeched memory?
    Info: I´m using DI and UI, but I am filtering ANY Events from the UI (just need it for singel-sign on).
    regards,
    Marian

  • Different order type to use for iStore

    Hi,
    We have 2 sites as per OU1 and OU2.
    Set ASO: Default Order Type to IBE_CUSTOMER_1, IBE_CUSTOMER_2.
    Now if we want to use more than this order type what we need to do apart from creation of new responsibility.
    Thanks,
    Ashish

    Hello Ashish,
    For release 12, the order type is now a Quoting Parameter which is setup at the OU level and not responsibility.  However, there is a new iStore profile option introduced, "IBE:Default Order Type" which can be set at the User, Application or Site level.  To get this profile option you need to apply Patch 7042892:R12.IBE.B  - "R12: ASO: DEFAULT ORDER TYPE NOT AVAILABLE BY RESPONSIBILITY". 
        **Please note that the patch does NOT allow profile to be updated at Responsibility level. This is a MOAC limitation.
    As per MOAC mandate, profile options at the responsibility level that are  dependent on the operating unit have to be removed, or not supported at  the responsibility level.
    References:
    R12: Is It Possible To Control Order Type by Responsibility Or Minisite Id in Oracle iStore ? (Doc ID 833163.1)
    Regards,
    Debbie

  • Quantity Baed Order Type for Release from ASCP

    Hi All,
    I have got requirement where the order type for release is defined based on the quantity. For certain set of items, they can be made warehouse with some base items if the quantity to be shipped is less than a threshold quantity ( say 15). But they need to be drop ship from plant if the quantity s greater than this.
    How can setup this in ASCP.
    Current solution that I am evaluating is using release hooks. Using release hooks I am evaluating the change in order type based on quantity.
    Any suggestions or simpler way to do this?
    Regards,
    Yash

    Dear Sunny
    Have you solve the problem?
    When I use J3AT for allocating stock, I meet the same error with you, Just for some of the Sales orders.
    Thanks.

  • Release strategy to STO - Order type UB

    How to apply release strategy for STO for order type UB ? Except UB order type I'm able to apply release strategy. Is there any Config for exclusition ?
    What is the userexit for STO Creation i.e. ME27 / ME21 ?
    Regards,

    http://www.sap123.com/showthread.php?t=59
    check UB is existing or not in the existing characteristics or any combination characteristics stops you.
    you need to create a characteristic with CEKKO--BSART and assign the same in your class and further use this characteristic in your release strategy.
    br
    muthu

  • Shoul order type be part of release strategy or WF logic?

    Hi,
    In our release strategy for purchase order we have set up anything that is > £500 needs approving. This kicks of the standard PO wf, but the workflow should also only start if the order type = NB or 8000.
    Can anyone tell me if the order type should be part of the release strategy or the workflow logic?
    Thanks
    Forhad

    Hi,
    See its purely based on the requirement, if you maintain at the release strategy level then the release strategy itself will not be available for those kind of PO's.
    so its better to restrict this at Wf level thru start conditions.

  • Releasing Holds using process order API in 11.5.8

    Hi,
    I am encountering a error when i try to release hold which has Criteria1 as Item and Criteria2 as Warehouse. When i try to release these kind of holds, i am getting the following error message 'Hold Source Not Found'. Please find part of the attached script.
    Script
    l_request_rec.entity_id := 32903577; -- Line_ID
    l_request_rec.entity_code := OE_GLOBALS.G_ENTITY_LINE;
    l_request_rec.request_type := OE_GLOBALS.G_RELEASE_HOLD;
    l_request_rec.param1 := 1341; -- HOLD_ID
    l_request_rec.param2 := 'I' ; -- ITEM_LEVEL HOLD
    l_request_rec.param3 := 432633; -- Inventory_item_id
    l_request_rec.param4 :='NOT_APPLICABLE';
    l_request_rec.param5 := NULL;
    l_action_request_tbl(1) := l_request_rec;
    The following information is available in oe_hold_sources_all table for this Order Line Hold
    HOLD_ID - 1341
    HOLD_ENTITY_CODE - I
    HOLD_ENTITY_ID - 432633 (Inventory_item_id)
    HOLD_ENTITY_CODE2 - W
    HOLD_ENTITY_ID2 - 86 (Organization_id)
    Please advise on how to pass values to the process order API so that the hold can be released.
    Appreciate your help.

    Not sure whether works in 11.5.8 version..but can you try this ...
    l_action_rec.operation_code = OE_Globals.G_RELEASE_HOLD;
         l_action_request_rec.param1 := 1341;-- l_action_rec.hold_id;
         l_action_request_rec.param2 := 'I'; --nvl(l_action_rec.hold_type_code,'O');
         l_action_request_rec.param3 := 32903577;-- nvl(l_action_rec.hold_type_id,
                             --l_action_request_rec.entity_id);
         l_action_request_rec.param4 :=&your_reason;-- l_action_rec.release_reason_code;
         l_action_request_rec.param5 := -&Your_comments; --l_action_rec.comments;
    l_action_request_tbl(1) := l_action_request_rec;
    Thanks
    Nagamohan

  • T.Code for Release Procedure for Purchase Order Type

    Hi Frd
    im working in ECC 6.0.
    OMGS is t.code for Release Procedure for Purchase Order Type in SAP 4.6.
    Can anyone tell me what is the t.code for Release Procedure for Purchase Order Type in ECC 6.0 .the OMGS t.code is not working in ECC.
    Thanks
    By
    Pari

    Hi Rajasekharan,
        Go to tcode ME22 and enter the Purchase order number.
    inside the Display screen,u can see a GREEN flag button on the Application Toolbar.
        Click on a item and press the Green Button.
    U will see the release code,provided the Purchase order is set to release strategy,after that Go to tocde ME28 enter the release code ,along with Document number and then release the Purchase order.
    Actually the tcode for releasing purchase order is ME28
    Reward points if useful.
    Cheers,
    Swamy Kunche

  • Production Order Type In Costing.

    Hi Gurus,
    i have some Doubts in Costing, i have Run The Ck11n and Released it it is updated in MM Costing View.
    1. i have completed All the Production process andAfter the Goods Recipt I tried to settle the Order in ko88.i got error that variance shuold be calluclated  before settling the order. then i tried to calluclate the variance for the order there i got error stating no cost collector could be determined, creat cost collector.
    then i tried to creat cost collector i got error that the order type is ctegory 10 it is not suuported to cost cgange catogiry 05.
    1. sap  standard order type pp01 holds category 10. then why systm is not allowing to create cost collector for pp01?
    2. is it mandatory to use order category 05 if we want to use costing for the production order type.?
    Regards,
    Venkat.

    Venkat,
    You do not enter a production version in the order. The system cannot assign the order to any product cost collector. To solve this problem you create the order for the production version.
    you have defined that the product cost collector is created for the production version. The corresponding product cost collector exists in the system. However, you create the order for BOM and routing.
    Follow this link and do the set up first.
    Order TYpe for Cost Collector
    Thanks
    Hrusikesh

  • User exit/BADI  for Purchase requisition through release of Process order

    Hi ,
    i need to add some text to the Pur Req.
    The Pur Req will be created THROUGH the release of PROCESS order. Please let me know any exits are available for the same.
    regards

    Hi
    Check the following Exits and BADI for Pur Requisition
    Enhancement
    MEVME001                                WE default quantity calc. and over/ underdelivery tolerance
    MM06E001                                User exits for EDI inbound and outbound purchasing documents
    MM06E003                                Number range and document number
    MM06E004                                Control import data screens in purchase order
    MM06E005                                Customer fields in purchasing document
    MM06E007                                Change document for requisitions upon conversion into PO
    MM06E008                                Monitoring of contr. target value in case of release orders
    MM06E009                                Relevant texts for "Texts exist" indicator
    MM06E010                                Field selection for vendor address
    MM06E011                                Activate PReq Block
    MMAL0001                                ALE source list distribution: Outbound processing
    MMAL0002                                ALE source list distribution: Inbound processing
    MMAL0003                                ALE purcasing info record distribution: Outbound processing
    MMAL0004                                ALE purchasing info record distribution: Inbound processing
    MMDA0001                                Default delivery addresses
    MMFAB001                                User exit for generation of release order
    MRFLB001                                Control Items for Contract Release Order
    AMPL0001                                User subscreen for additional data on AMPL
    LMEDR001                                Enhancements to print program
    LMELA002                                Adopt batch no. from shipping notification when posting a GR
    LMELA010                                Inbound shipping notification: Transfer item data from IDOC
    LMEQR001                                User exit for source determination
    LMEXF001                                Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001                                Customer-Specific Source Determination in Retail
    M06B0001                                Role determination for purchase requisition release
    M06B0002                                Changes to comm. structure for purchase requisition release
    M06B0003                                Number range and document number
    MEQUERY1                                Enhancement to Document Overview ME21N/ME51N
    MELAB001                                Gen. forecast delivery schedules: Transfer schedule implem.
    MEFLD004                                Determine earliest delivery date f. check w. GR (only PO)
    MEETA001                                Define schedule line type (backlog, immed. req., preview)
    ME590001                                Grouping of requsitions for PO split in ME59
    M06E0005                                Role determination for release of purchasing documents
    M06E0004                                Changes to communication structure for release purch. doc.
    M06B0005                                Changes to comm. structure for overall release of requisn.
    M06B0004                                Number range and document number
    Business Add-in
    ME_PROCESS_REQ_CUST                     Enhancements for Processing Enjoy PReqs: Customer
    ME_PROCESS_REQ                          Enhancements for Processing Enjoy PReqs: Internal
    ME_PROCESS_PO_CUST                      Enhancements for Processing Enjoy Purchase Order: Customer
    ME_PROCESS_PO                           Enhancements for Processing Enjoy Purchase Order: Intern.
    ME_PROCESS_COMP                         Processing of Component Default Data at Time of GR: Custome
    ME_PO_SC_SRV                            BAdI: Service Tab Page for Subcontracting
    ME_PO_PRICING_CUST                      Enhancements to Price Determination: Customer
    ME_PO_PRICING                           Enhancements to Price Determination: Internal
    ME_INFOREC_SEND                         Capture/Send Purchase Info Record Changes - Internal Use
    ME_HOLD_PO                              Hold Enjoy Purchase Orders: Activation/Deactivation
    ME_GUI_PO_CUST                          Customer's Own Screens in Enjoy Purchase Order
    ME_FIELDSTATUS_STOCK                    FM Account Assignment Behavior for Stock PR/PO
    ME_DP_CLEARING                          Clearing (Offsetting) of Down Payments and Payment Requests
    ME_PURCHDOC_POSTED                      Purchasing Document Posted
    SMOD_MRFLB001                           Control Items for Contract Release Order
    EXTENSION_US_TAXES                      Extended Tax Calculation with Additional Data
    ARC_MM_EKKO_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EKKO)
    ARC_MM_EKKO_CHECK                       BAdI: Enhancement of Archivability Check (MM_EKKO)
    MM_EDI_DESADV_IN                        Supplementation of Delivery Interface from Purchase Order
    MM_DELIVERY_ADDR_SAP                    Determination of Delivery Address
    ME_WRF_STD_DNG                          PO Controlling Reminder: Extension to Standard Reminder
    ME_TRIGGER_ATP                          Triggers New ATP for Changes in EKKO, EKPO, EKPV
    ME_TRF_RULE_CUST_OFF                    BADI for Deactivation of Field T161V-REVFE
    ME_TAX_FROM_ADDRESS                     Tax jurisdiction code taken from address
    ME_REQ_POSTED                           Purchase Requisition Posted
    ME_REQ_OI_EXT                           Commitment Update in the Case of External Requisitions
    ME_RELEASE_CREATE                       BAdI: Release Creation for Sched.Agrmts with Release Docu.
    ME_DEFINE_CALCTYPE                      Control of Pricing Type: Additional Fields
    ME_CHANGE_OUTTAB                        Enrich ALV Output Table in Purchasing
    ME_CHANGE_CHARACTER                     Customer-Specific Characteristics for Product Allocation
    ME_CCP_DEL_DURATION                     Calc. of Delivery Duration in CCP Process (Not in Standard)
    ME_CCP_BESWK_AUTH_CH                    BAdI for authorization checks for procuring plant
    ME_CCP_ACTIVE_CHECK                     BAdI to check whether CCP process is active
    ME_BSART_DET                            Change document type for automatically generated POs
    ME_BAPI_PR_CREATE_02
    ME_BAPI_PR_CREATE_01
    ME_BAPI_PO_CREATE_02
    ME_BAPI_PO_CREATE_01
    ME_BADI_DISPLAY_DOC                     BAdI for Internal Control of Transaction to be Invoked
    ME_ACTV_CANCEL_PO                       BAdI for Activating the Cancel Function at Header Level
    MEGUI_LAYOUT                            BAdI for Enjoy Purchasing GUI
    ME_CHECK_ALL_ITEMS                      Run Through Items Again in the Event of Changes in EKKO
    ME_COMMTMNT_REQ_RE_C                    Check of Commitment Relevance of Purchase Requisitions
    ME_COMMTMNT_REQ_RELE                    Check of Commitment Relevance of Purchase Requisitions
    ME_COMMTMNT_PO_REL_C                    Check for Commitment-Relevance of Purchase Orders
    ME_COMMTMNT_PO_RELEV                    Check for Commitment-Relevance of Purchase Orders
    ME_COMMITMENT_STO_CH                    BadI for checking if commitments for STOs are active
    ME_COMMITMENT_RETURN                    Commitment for return item
    ME_CIP_REF_CHAR                         Enables Reference Characteristics in Purchasing
    ME_CIP_ALLOW_CHANGE                     Configuration in Purchasing: Changeability Control
    ME_CIN_MM06EFKO                         Copy PO data for use by Country version India
    ME_CIN_LEINRF2V                         BADI for LEINRF03 excise_invoice_details
    ME_CIN_LEINRF2R                         BADI for CIN India - Delivery charges
    ME_CHECK_SOURCES                        Additional Checks in Source Determination/Checking
    ME_CHECK_OA                             Check BAdI for Contracts
    Reward points if useful
    Regards
    Anji

  • Necessary Fields For Creation of Service PO of Order Type Relaese Order.

    Dear Guru,
    I have encountered an issue which i am trying to resolve...
    My this requirment will seem little okward the way i am asking but i have no way...
    The issue is I have to create a Service PO of Order type Release order (RO) using BAPI Function Module .BAPI_PO_CREATE1.
    The service PO should be of multiple Item and services for particular line item should be multiple.
    When I am creating this using ME21 or ME21N i am facing no issue.
    But when i am using BAPI Function Module .BAPI_PO_CREATE1
    i am getting following errors ;; The error which i am getting as below                                                                               
    T ID                   NUM MESSAGE                                                                               
    E BAPI                001 No instance of object type PurchaseOrder has been created. External reference:
    E MEPO              000 Purchase order still contains faulty items                                    
    E SE                   029 Please maintain services or limits                                            
    E SE                   140 Service HIRING OF LCD: please specify unit of measure
    But I am failing to findout in which field services  or limits and unit of measurement have to maintain.
    What are the necessary fields have to pass in Bapi import parameter and the table i am unable to findout.
    Please show some way how to resolve this or give me some guideline to resolve this
    Dear Moderator request your kind intervane to move this qurry into correct forum if i have asked this in wrong forum
    Thanks and regards
    saifur rahaman

    Hi Saifur
    Can you please elaborate how did you resolve the issue we are also facing same problem when we are trying to create the PO for service items through SRM it is throwing same error while creating the PO in SAP.
    Email Id : [email protected]
    Thank you in advance!!
    Regards
    Deepika

  • Creating a new order type in OM

    Hi dear
    I have to create a new order type in order management.
    Once the order is booked, the inventory should decrease automatically without passing through "Release Sales Orders", "Transact Move Orders" and "Shipping Transactions".
    After the line status is closed, i can generate the invoice for the order through the autoinvoice master program in receivables.
    Can somebody explain me how to create such an order type?
    Thanks.
    Regards,
    Mustapha.

    Thx a lot for ur help dr.
    I have activated the material transaction interface and now the stock quantity has decreased.
    I just wish to confirm some points in the creation of the new Order Type.
    I have done the following setups:
    Order Category: Mixed
    Transaction type code: Order
    Fulfillment Flow: Order Flow - Generic
    Line workflow assignment: BO Line - Inventory Interface
    Default return line type: Credit Only Line
    Default order line type: BO Line - Inventory Interface
    Plz confirm if the setups parameters are ok especially the Default return line type: Credit Only Line
    Thanks a lot dr.

  • Error message when releasing a rework order

    Dear Experts
    I try to create a Rework production order  using co07 but I am unable becase when I click on the Release button, I get this error message " order type pp07, no checking rule maintained for operation. Release of order not possible". what steps do I take to solve thisproblem?

    Dear Vincent,
    1) Go to OPJK, here for ur plant & Order type do settings for Business function 1 & 2
    2) or else Copy any Std Rework order in OPJK & Give ur plant & order type & save
    Then check the result
    Regards
    Madhu Kumar

  • Change Purchase Order type ,price before auto creation of PO through MIGO?

    Hi ,
    I have reuirement  infront of me.
    We are creating return Purchase order through MIGO for Non-ordered items.
    Purchase Order is created automatically by SAP.
    I need to change its Purchase Order type  , Net Price , Order Price Unit .
    Is it possible to modify the content before the creation of this PO.
    Please help me .
    Regards,
    Amit

    We are not using BPA ; is there any solution involving ASL and/or Sourcing Rule which can be used to meet the User requirement.There certainly is. It involves using either Blanket Purchase Aggreement (which you don't have) or using Quotes.
    Once you have created either of those, simply create an ASL entry for the item(s), attach the Quote or BPA to the ASL entry; create a sourcing rule.
    Once these setups are done, when a requisition is created and approved, it will get converted into a PO automatically.
    And depending upon the value you enter in the "Release method" field on the ASL screen (and your PO workflow attributes), the PO will be created in incomplete status or it can be automatically submitted for approval.
    Hope this answers your question,
    Sandeep Gandhi
    Independent Techno-functional consultant

  • IDOC on create or release of production order

    Hi All,
    I want to create IDOC on creation or release of production order (CO01), can anyone provide me steps and setting that i need to do to achieve this functionality. Business object used for his is BUS2005, and on release of Production order RELEASED event of object type AFVC_PM  is getting triggered.
    Thanks

    Check below badis.
    AFABD_CHANGE
    CAUFVD_CHANGE
    SIDAT_UPDATE
    Regards,
    Mkhan

Maybe you are looking for