Purchase Order not subject to release strategy

Good day everyone!
I've created one release strategy for all my purchasing documents. The characteristic is net value, and the value of this characteristic is >=0.00. Meaning, ALL purchase orders are subject to release strategy.
After I did the release strategy in SPRO, I created a few PO and when I tried to release them, I got this message: "Purchasing document 45xxxxxxxx not subject to release strategy".
My question is: How to assign purchasing document to release strategy?
Please help. Thank you in advance.
Anisah

hi
yes you have to use table CEKKO for PO release strategy , now , in PO you can't create without clasification so it will be applicabe for whole PO not for line items ,
now below i am giving u one by one steps , follow and let me know .
The release code is a two-character ID allowing a person to release (clear, or approve) a requisition or an external purchasing document. The release codes is basically controlled via a system of authorizations (authorization object M_EINK_FRG).
Use SE12, structure CEKKO to check all the fields available for controlling the Purchase Order.
e.g. If the total value for the Purchase Order exceeds 10,000, release strategy 01 is assigned to the Purchase Order.  There is only one characteristic created in this example.  For controlling the Purchase Order type, create characteristic for CEKKO-BSTYP and the value NB.
CT04 - Create Characteristic   e.g.  NETVALUE
Click Additional data Table name CEKKO      Field name  GNETW    and press enter
(for currency dependent field, you are prompt to enter the currency which the system then converts the currency of the Purchasing document into this currency)
In the Basic data (X refers to tick),
X    Mutliple values
X    Interval values
In the Value data, in the Char. value column, type >10000 and press enter
Save your data
CL02 - Class
Class - Create REL_PUR
Class type - 032
Click Create
Description - Release Procedure for Purchase Order
In the Same Classification section, click Check with error
In the Char. (characteristic) tab, type NETVALUE to assign your characteristics to the class
OMGS - Define Release Procedure for Purchase Order Type
Release Group - New entries
Rel.group   Rel. Object   Class                 Description
  02                                 REL_PUR        Rel. Strategy for PO
Release codes - New entries
Grp         Code
02           01
Release indicators
Release indicators           Release        Description
      0                                                        Blocked
      1                                     X                Release
Release Strategy
Release group   02
Rel.strategy    01
Release codes   01
Release status   0
                        1
Classification   Choose your check values
OMGSCK - Check Release Strategies
(make sure there are no error messages)
Once the Purchase Order is not release, buyers will not be able to print the Purchase Order.
Goods Receipts will be shown with Message no. ME 390 - Purchasing document XXXXXXX not yet released.
In 4.6c, Purchase Order with Release Strategy have a tabs at the end of the Header.  This allowed the buyers to check the release status of the Purchase Order.
The person with the release authorization have to use ME28 to release the Purchase Order. 
regards
ravikant dewangan

Similar Messages

  • Purchase Order not subject to release strategy for contract rel. strategy

    Hello, I am trying to set release strategy for contracts (TCODE: ME31K). I have created characteristic, which use table CEKKO and field name BSTYP in Addnl data tab. I have checked values, and they are correct. Then I have assigned in release strategies in classification view value contract. But when I try to check release strategy in ME31K with green flag, it display error: Purchase Order not subject to release strategy. (I have tried to do the same strategy in purchase order, of course with value Purchase order, and it works nice).
    So I have checked this release strategy with this codes:
    CL24N ok,
    CT04 ok,
    CL30N ok,
    CL20N ok,
    Release simulation in release strategy works,
    Then I found out that I should check SE38, SE37 but I do not understand how to use them (according: Purchasing Document Not Subject to Release Strategy).
    Thank you for your help in advance.

    I haven't said to use EKPO table in characteristics. You have to use CEKKO - BSTYP in characteristics.
    I've just said the compare the value which you have given in Release strategy - Classification and EKPO table for the particular contract.
    Also compare your release strategy settings with many existing documents in SCN.
    Check your Classification should be like that.
    You may see the error message in ME31K. Just save the contract then go to ME32K/ME33K or ME35K you can see the release strategy will effect for the contract.

  • Purchasing document not subject to release strategy

    Hi
    I created Scheduling Agreement using BAPI ' BAPI_SAG_CREATE ' . Document number created successfully but when go to release release strategy in
    ME33L then it gives information  'Purchasing document not subject to release strategy  ' . How i resolve this issue using BAPI .
    Regards,
    Suvakant

    Yes it is created by using same input for ME31L .
    report zsa_creation_test.
    data:   poheader     type bapimeoutheader,
            poheaderx    type bapimeoutheaderx,
            poitem       type bapimeoutitem occurs 0 with header line,
            poitemx      type bapimeoutitemx occurs 0 with header line,
            i_bapireturn type bapiret2 occurs 0 with header line.
    data : i_bapireturn1 type bapiret2 occurs 0 with header line .
    data: l_ebeln type ebeln.
    poheader-comp_code   =  'ABC'.
    poheader-doc_type     = 'ZPA2'.
    poheader-creat_date    = '20140507'.
    poheader-created_by     = 'ABAP'.
    poheader-ITEM_INTVL = '00010' .
    poheader-vendor       = '0000100176'.
    poheader-purch_org  = 'AB01'.
    poheader-pur_group  = 'RR1'.
    poheader-currency    = 'INR'.
    poheader-doc_date    = '20140520'.
    poheader-vper_start    = '20140520'.
    poheader-vper_end     = '20200507'.
    poheader-incoterms1    = '1'.
    poheader-pmnttrms     = 'YP04'.
    poheaderx-comp_code    = 'X'.
    poheaderx-doc_type   = 'X'.
    poheaderx-creat_date = 'X'.
    poheaderx-created_by = 'X'.
    poheaderx-ITEM_INTVL = 'X' .
    poheaderx-vendor  = 'X'.
    poheaderx-purch_org     = 'X'.
    poheaderx-pur_group     = 'X'.
    poheaderx-currency  = 'X'.
    poheaderx-doc_date  = 'X'.
    poheaderx-vper_start = 'X'.
    poheaderx-vper_end  = 'X'.
    poheaderx-pmnttrms  = 'X'.
    poitem-item_no  = '00010' .
    poitem-material    = 'RT010006'.
    poitem-plant  = 'PL02'.
    poitem-stge_loc     = 'ST01'.
    poitem-trackingno    = 'F'.
    poitem-rel_create_profile    = 'ZAB1'.
    poitem-jit_relvt  = '1'.
    poitem-target_qty    = '10.000'.
    poitem-po_unit = 'EA'.
    poitem-orderpr_un    = 'EA'.
    poitem-conv_num1 = '1'.
    poitem-conv_den1 = '1'.
    poitem-net_price = '10.000000000'.
    poitem-price_unit    = '1'.
    poitem-tax_code    = '00'.
    poitem-info_upd    = 'C'.
    poitem-item_cat =   '0'.
    poitem-acctasscat     = ''   .
    poitem-apo_planning     = '1'.
    append poitem .
    poitemx-item_no  =  '00010'.
    poitemx-item_nox  =  'X'.
    poitemx-material  =  'X'.
    poitemx-plant      =  'X'.
    poitemx-stge_loc    =  'X'.
    poitemx-trackingno  =  'X'.
    poitemx-rel_create_profile  =  'X'.
    poitemx-jit_relvt      =  'X'.
    poitemx-target_qty    =  'X'.
    poitemx-po_unit        =  'X'.
    poitemx-orderpr_un    =  'X'.
    poitemx-conv_num1        =  'X'.
    poitemx-conv_den1      =  'X'.
    poitemx-net_price       =  'X'.
    poitemx-price_unit    =  'X'.
    poitemx-tax_code    =  'X'.
    poitemx-info_upd    =  'X'.
    poitemx-item_cat    =  'X'.
    poitemx-acctasscat  =  'X'.
    poitemx-apo_planning  =  'X'.
    append poitemx.
    call function 'BAPI_SAG_CREATE'
      exporting
        header             = poheader
        headerx            = poheaderx
      importing
        purchasingdocument = l_ebeln
    *   EXP_HEADER         =
      tables
        return             = i_bapireturn
        item               = poitem
        itemx              = poitemx.
    call function 'BAPI_TRANSACTION_COMMIT'  .

  • Purchase Order E-mailing with Release Strategy

    Hello,
        We are experiencing an issue when e-mailing a Purchase Order which has a release strategy. When the order is released, the confirmation e-mails are going to the person who releases it when it is supposed to go to the person who has created the P.O. We are using a Smartform P.O. based on /SMB11/BL_MM_PO_L and print program /SMB40/FM06P. I must note that there was a bug found in the aforementioned print program and before that was fixed e-mailing would not work at all.
      We have also attempted to use all combinations of standard unmodified print programs and standard unmodified smartforms and have had no luck at getting the confirmation e-mail to send to the correct person this way either.
      SAP has recommended that we use program SAPFM06P with form Medruck. While this combination does work correctly, Medruck is not a Smartform. Has anybody here used a smartform Purchase Order with a release strategy and had the confirmation e-mail send to the created and not the releasor?
      Below is a list of the print programs and forms we have tried in various combinations. We are running ECC6/Basis 7
    Print Programs:
    /SMB11/FM06P
    /SMB40/FM06P
    SAPFM06P (Sapscript Only)
    Forms:
    /SMB11/BL_MMPO_L
    /SMB11/MMPO_L
    /SMB40/MMPO_L

    Hi,
    Purchase order via e-mail in SAP sys,the configurations and pre-requisites are follow:
    1. You must maintain an e-mail address in the address in the vendor master.
    2. The same applies to your own user master. You also have to specify an e-mail address there in order to identify the sender.
    Note that it is not possible to change the e-mail address of the vendor via the SAP purchase order transaction (ME21N, ME22N, and so on). The system only uses the e-mail address of the vendor that is maintained in the vendor master!
    3. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the Customizing via the following path: (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
    4. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
    5. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
    6. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
    7. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node.
    For more details, check SAP note:191470
    Regards,
    Biju K

  • Entry Sheet Not Subject to Release strategy

    Hi Gurus,
    I have a situation ,an end user is trying to release the Service Entry Sheets,but he gets an error saying "Entry Sheet Not Subject to Release strategy message 0k000,i dont know what exactly is going on???
    Can some one help me out with this.
    Thanks,
    Srikanth

    Hi
    Check out the release statergy with classification values and also check - your service sheet falls under this criteria. 
    Regards
    Anand

  • Re: Purchasing document 13000040 not subject to release strategy

    Dear all
    i am create PO some qty  it's showing release indicates,but some PO's as 0 qty ,that po's not showing release indicates  below error is showing,
    Purchasing document 13000040 not subject to release strategy

    hi..
    please check your release strategy characteristics ..whether it is net value or quantity...
    bcz..i think u have taken quantity as one of ur characteristics and given cond that..quantity should not greater than zero.
    Please chk this setting and let me know..
    Thanks

  • Purchasing document 13000040 not subject to release strategy

    Dear all
    iam create Po
    30 or 30+ qty it is showing Release code but less-then 30 qty its showing bellow error
    how rectify this error
    Purchasing document 13000040 not subject to release strategy

    HI
    you are creating two thread for same requirement
    check your following  thread
    [how to set Release indicator ,ofter quantity change PO release cancel;
    as qty change your value will get change in PO
    as you are changing qty now try following
    keep qty less than 30 and change price increase it you will get Po for release,means your release procedure set for value of PO
    Regards
    Kailas  Ugale

  • PO not subject to Release strategy but PR is.

    Hi Friends,
    I am trying to check what purchases have occured in my organisation which have not been authorised at some point.
    I first have done a search using table EKKO for PO's not assigned a release strategy and found many.  Therefore I thought well maybe they have been authorised at the PR level using a release strategy.  I looked at one and this seems to be the case.
    Am I right in thinking that what has happened in this scenario is that a PR has been created, been released via the appropriate release codes and then automatically become a PO but the PO has not met the criteria of a release strategy and so been released automatically?
    I'm a little confused because we only appear to have release strategies defined for PO so how would these pick up PR? 
    BTW our release strategies are classified on PO approval - reasons and PO approval - Plant.
    Last thing:
    So if I want to check which orders have not been authorised I was thinking of using table EKPO to look for PO documents with no PR (Do all PO's need a PR?) and no release strategy assigned to the PO.  Using table viewer SE16 how do I specify "null" i.e. no value?  Do I just type NULL?
    I guess then I need to look at all PR's that come out to see if they have got a release strategy assigned?
    Thanks for your help, sorry for the rambling question...
    Chris

    Chris,
    1. Your PRs might not be subject to release strategies at all
    Go to SE16 and look up T16FG, and run it wide.. look for the release object .. if you see "1" you have Release configured for PRs as well, else 2 is for POs
    2. Tcode ME2N, select dynamic selection  and under  PO header choose Release status and Subject to release indicator and play around with them the way you want.
    also, choose Purchasing item>> purchase requisition  and in teh field .. right click and choose options..= and leave teh field blank, that 'd mean null
    execute the report based on other criteria if any
    Not all POs require a requisition although they should theoretically.

  • Send purchase order e-mail with release strategy

    Hi!!
    I have a problem with sending e-mails in purchase order that are blocked with release strategy.
    I create a purchase order that is block for the release strategy, then I release it. This is working OK, but I can't send an e-mail with this released puchase order, to do it, I have to modify something in the purchase order.
    Somebody knows what is happening?
    I would like to send e-mails without previous modification of the purchase order.
    Thanks for your help.

    Hi,
    Purchase order via e-mail in SAP sys,the configurations and pre-requisites are follow:
    1. You must maintain an e-mail address in the address in the vendor master.
    2. The same applies to your own user master. You also have to specify an e-mail address there in order to identify the sender.
    Note that it is not possible to change the e-mail address of the vendor via the SAP purchase order transaction (ME21N, ME22N, and so on). The system only uses the e-mail address of the vendor that is maintained in the vendor master!
    3. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the Customizing via the following path: (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
    4. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
    5. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
    6. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
    7. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node.
    For more details, check SAP note:191470
    Regards,
    Biju K

  • Purchase requisition  not subject to a release strategy

    Hi All,
    When I will release PR, appears Error: "Purchase requisition  not subject to a release strategy". I've check the configuration, but it was appropriate. Can anyone help me to find the solution?
    Regards,
    MamaRara

    hi
    In our case also we have faced this problem
    Usually when you are executing ME54N the system displays the latest viewed / modified PR.
    Hope in your case the latest PR viewd / modified is not subjected to release.  Hence it is showing the message
    Go to ME22N  open your PR - Press save button.  Then try to open the same in ME54N.
    Hope this will help you
    SAS

  • Goods receipt  for purchase order not allowed for a particular wbs

    hello everybody..
    Am creating a good receipt for a purchase order using the T-CODE-: MIGO...
    While doing so am getting an error as " goods receipt  for purchase order not allowed(wbs element)".
    What can be done to rectify this error?
    Plz do help me....
    Regards,
    Deepika
    Moderator message: not directly related to ABAP development, please have a look in the appropriate functional forum, study the long text of this error message.
    Edited by: Thomas Zloch on Dec 1, 2010 5:52 PM

    Hi Br. Ajay M,
    Released the order and Status line as follow
    REL  AVAC BUDG GMPS
    but the error changed while reverse the document
    item 0001 Order is invalid.
    Many thanks for your kindly reply.
    regards,
    Steven

  • Open Purchase Orders not considered as requirement for MRP Run

    Hi ,
    We are facing a issue of Open Purchase orders not appeared in Stock requirements list and also it is not considered as requirement for MRP Run against reservation.
    As aresult for a reservation demand of 10 units we are ending with Open POs 10 units and a additional planned order 10 units.
    Material Type : ERSA
    MRP Type : PD (or VB)
    Lot size : EX (  HB if MRP Type is VB)
    Could you please throw some light to correct our settings to MRP to consider Open POs?
    Saravanan

    Can you check to see if there is a re-order point set up for this materia? That could be causing the problem too.

  • Purchase order not create in sus

    Dear customizer,
    Ihave implemented a plan driven procurement with sus (r/3-sus) scenario,we have a problem when we transfer idoc from r/3 to sus.In sus sistem give me this error message
    "An error occured within an XI interface: Exception occurredE:BBP_PD:BBP_PD:051 -No address found for partner function type Sold-to Party E:BS:002 -"Create" is not allowed (SUS Purchase Order 4500000006 )CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</FAULT_TEXT>"
    I hope in your answer.Thank best regards.
    Pernasetti Alessio

    Hi,
    Please check the following things.
    Check whether the roles delivered by SAP meet your requirements. If not, you can create new roles and assign transactions to them. We recommend that you copy standard roles and tailor them to your requirements.
    All users assigned to a respective role are then allowed to carry out the transactions. If required, you can refine the authorization check on the tab page Authorizations.
    Standard SAP Single-roles
    SAP_EC_SUS_ADMIN_PURCHASER (for purchasing administrators - SAP Supplier Self-Services)
    SAP_EC_SUS_BIDDER (for bidders - SAP Supplier Self-Services)
    SAP_EC_SUS_DISPATCHER (for dispatchers - SAP Supplier Self-Services)
    SAP_EC_SUS_INVOICER (for invoicers - SAP Supplier Self-Services)
    SAP_EC_SUS_ORDER_PROCESSOR (for order processors - SAP Supplier Self-Services)
    SAP_EC_SUS_MANAGER (for managers - SAP Supplier Self-Services)
    SAP_EC_SUS_SERVICE_AGENT (for service agents - SAP Supplier Self-Services)
    If you want to use SAP Supplier Self-Services, proceed as follows:
    1. Select one of the following single roles:
    SAP_EC_SUS_ADMIN_PURCHASER
    SAP_EC_SUS_ADMIN_VENDOR
    SAP_EC_SUS_BIDDER
    SAP_EC_SUS_DISPATCHER
    SAP_EC_SUS_INVOICER
    SAP_EC_SUS_MANAGER
    SAP_EC_SUS_ORDER_PROCESSOR
    SAP_EC_SUS_PRODUCT_MANAGER
    SAP_EC_SUS_SAR_PROCESSOR
    SAP_EC_SUS_SERVICE_AGENT
    SAP_EC_SUS_SERVICE_MANAGER
    2. Choose Change Roles.
    3. Choose the Personalization tab page.
    Note: The personalization applies to all roles, meaning the user can also create his own roles, for example copying the delivered SAP SUS roles. He can tailor these roles to his requirements by changing the SUS-specific attributes (BBP_SUS_ROLE_ATTRIBUTES).
    1. Select the entry BBP_SUS_ROLE_ATTRIBUTES (SUS-specific role attributes).
    2. Choose Change values.
    A dialog box for maintaining SUS-specific roles appears.
    3. If required, perform the following steps:
    If the role should be displayed in the SUS User Management (UM) and should be able to be assigned to the relevant user by the supplier administrator, set the indicator to display the role in SUS UM.
    If the user should be displayed as a service agent for the purchaser, set the Service agent indicator.
    If you want to define the user as an SRM administrator, set the SRM administrator indicator. The user is then authorized to change all supplier data.
    If want to assign the role SUS administrator automatically to the user during registration, set the SUS administratorindicator.
    Sets the relevant indicators if you want users to receive the following notifications: Notification If Purchase Order Not Opened, Notification If Purchase Order Response Is Missing, Notification If ASN Is Missing, Notification If ConfirmationIs Missing, Notification If Invoice Is Missing,
    Award the points for the help.
    BR,
    Vijay Mittal

  • Purchase Order Notes not displaying in some systems

    Hi All,
    Purchase Order Notes are not displayed in some systems. But the same notes are viewable from a different PC.
    This is the case of few of my end users.
    Please help.
    Thanks
    Vijay

    Hi All,
    The issue is resolved. It was because of updating the IE version from 6 to 7.
    We have degraded the IE version back to 6 and it all worked fine.
    Thanks
    Vijay

  • Disabling selected Purchase Order field(s) after released/approved

    Hi Experts,
    I have a requirement to disable specific Purchase Order fields after released via ME29N.
    For example, in Purchase Requisition - I can "Release Indicator - Field Selection Key" to control Purchase Requisition screen layout. However, for Purchase Order - the configuration for "Release Indicator" consist only standard default "Chgable" options.
    Question:
    Is there a way to customize the Purchase Order "Release Indicator" for screen layout based on customer requirements other that using the default as mentioned above?
    Thank you.
    Steven

    Hi Padmasri,
    I understand your explanation on the standard SAP behavior.
    Nevertheless, I'm looking for some flexibility to meet customer requirement. Like in Purchase Requisition, there is option to further customize the screen layout by linking it to the "Release Indicator".
    Therefore, apart from the standard 6 options given by standard SAP, can we add/customize the options? For example, my customer may one to change a field in the Purchase Order even after released.
    Thank you.
    Steven

Maybe you are looking for

  • Xy Graph property node:apply to all plots

    I have an xy graph with multiple plots and am using property nodes to give each plot a different color.  My problem is that i would like to set the "point style" for every plot to be the same, in other words: create a default point style that differs

  • Photoshop cs3 Photo Gallery

    I have made a photo gallery for a webpage but when it loaded it rearranged the photos in a different order, how can I make sure they go in the order I want and not what the computer wants.?

  • Can't export versions and other issues

    Background. I installed a SSD inplace of my Mac HD.  Moved the Mac HD to the superdrive bay. I have the OSX operating system on the SSD and my home folder on the Mac HD. I used system preference to point the operating system to the new home folder lo

  • An error prevents the Change Management Upgrade script from executing

    I have Warehouse Builder 10g on a database 10g R1. On a server linux I have the repository, and on other server (Sun 5.9) I have runtimes for production. I want execute an upgrade deploy action on one object but I get this error: An error prevents th

  • Can't click drag within widgets in Dashboard

    Not sure what caused it, but suddenly I can't click-drag WITHIN a dashboard widget. For example, if I click and hold the pulldown menu in the Dictionary to change to thesaurus, the pull-down menu won't activate. It only activates if I click and relea