Rejection(release refused) of Purchase requisition?

Hi all,
Sorry to post again.
In ECC 6.0 i have to reject a Purchase Requisition in the transaction ME54N.
When i am rejecting a PR in ME54N an event in Business object type BUS2105  called 'Rejection_start' is getting triggered. There are two more event in this business object 'Rejected' and 'Rejected_stop'. This is the root cause of my doubt.
Will PR be rejected by just pressing the Reject button in the transaction ME54N or there is some more to be done.
Regards,
Gautham P

Hi,
Just click on the reject button and save the PR, then the PR gets rejected.
As you are asking about the bussiness object BUS2105 and the events in the business object the details are as follows:
Rejected' : This event is triggered when you are pressing the reject button and save the PR
'Rejected_stop' : This event is triggered when you are cancelling the rejection ( You are approving the PR by pressing release button) after rejection of PR.
Regards,
sampath

Similar Messages

  • Release Procedure of Purchase Requisition

    We are trying to configure the release strategy of purchase requisition with classification system.  Following field are included in the release strategy: document type, creation indicator, requisitioner, item category, purchasing organization and total value of item; but the strategy is not effecting due to the item category field.  We have verified all the remaining fields and they are working properly.
    Following are the characteristics detail of the item category.
    1.Multiple values checked in the Basic Data tab
    2.Following values set in the Value tab
             a. blank for standard
             b. “K” for consignment
             c. “D” for services
    3.Following values set in the Additional data tab
             a.CEBAN in the table name
             b.EPSTP in the field name
    However, we have also verified the following table and field values in Additional data tab
    1.     CEBAN table with PSTYP field
    2.     MEREQ3211GRID table with EPSTP field
    3.     MEREQ3211GRID_DATA table with EPSTP field
    4.     MEREQ3211GRID_DATA table with PSTYP field
    But none of the above is working.
    It will be highly appreciated if you provide help to configure the Release Strategy of Purchase Requistion with item category.
    Thanks & Best Regards
    M. Rehan Qureshi

    Hi Muhammad
    The item category applied in PR is external one (Field: EPSTP)
    In IMG ("Define external representation of Item categories"), a corresponding internal item cat are defined (Field: PSTYP).
    In the comm structure CEBAN, the available field is internal item cat. is PSTYP.
    Hence u need to maintain the values of internal item cat for the characterisic.
    By this, you will get the desired.
    warm regards
    sairam akundi

  • Cancellation of Release of a purchase requisition

    Hi,
    Currently the system allow to cancel the Release of a purchase requisition eventhought the Purchase Order already created for it.
    I could not locate the any system message that actually control this.
    How to disallow the cancellation of Release of a purchase requisition if the processing status is 'PO Created'.
    Best regards,

    Dear Eric,
    We cant do cancel of PR onece PO created.not only that onece release of PR we cant cancel the PR we can do only flag the release PR.
    Hope this will helps you
    Prem.

  • Release strategy for purchase requisition does not kick in

    Hi Gurus!
    I've been struggling with this issue for some weeks now.
    I have set up the release strategy configuration for purchase requisitions with classifications.
    However, if I create a purchase requisition the release functionality is not taken into account by the system.
    See below some more information regarding my configuration:
    1. I've created a new characteristic "REL_PR_GROUP". Status: released, Multiple values, Number of Chars 3, 7 values (TR1, TR2, TR3....TR7), Table name: CEBAN, Field name: EKGRP, Procedure for value assignment set to not ready for input.
    2. I've created a new class: "REL_PR_ANPC". Class type 032, Status: released, Same classification: do not check, Char: "REL_PR_GROUP"
    3. I have one release group "T1", Rel. object 1, OverReqRel is marked, Class: "REL_PR_ANPC"
    4. I have 5 release codes. Grp: T1, Code: 01....05
    5. I have 2 release indicators:
    "R = Released", Rel. for ordering is marked, Changeabil: 4, Value chgs. 100,0
    "X = Blocked",  Changeabil: 4, Value chgs. 100,0
    6. I have 1 release strategy:
    "T1 with Grp T1"
    - one release group, 01 Manager
    - release prerequisites not applicable because of only one release group
    - release status, nothing marked = blocked, 01 marked = released
    - classification, purchasing group is TR1 or TR2 or TR3 or TR4 or TR5 or TR6 or TR7
    I intentionally kept the configuration as simple as possible so I can try to get it working first.
    Now if I create a purchase requisition for an item with release group T1, I would expect the release strategy to be activated. However, this is not the case. I don't see the "release status" tab in the PR, and if I try to relase via ME54 the system says the PR is not relevant for release.
    Could you please assist in getting this working?

    Hi,
    Have you checked in CL30/CL30N if your release strategy is derived successfully?
    See section 3 of Note 365604. A small section of it:
    You can use transaction CL30 search for an object using the data
    of the purchase requisition/purchase order. Here, it is important
    that the object search determines exactly one strategy. If this
    is not the case, this indicates that there are overlapping
    strategies in the system or that the release strategies in
    Customizing do not correspond with those from transaction CL24.
    See the previous point. If the object search returns more than
    one result, the system subsequently determines an incorrect
    release strategy or no release strategy at all.
    If it is derived successfully, next, check the user exit EXIT_SAPLEBND_001 as per Note 371667:
    The following assignment statement has to exist within activated SAP
    enhancements M06B0002 (include zxm06u13) and M06B0005 (include zxm06u31)
    for purchase requisitions:
         E_CEBAN = I_CEBAN.
    Regards,
    Purnima.

  • Perform check after release step of purchasing requisition

    Hi,
    does anybody have a suggestion where to place best some logic which needs to be performed after a release step is performed successfully.
    background: we use different types of Purchase requisitions, while each one is assigned to a static release strategy. I like to change it in more dynamic way by adding certain logic after a release step is performed.
    example: if preceeding release step was 10 and purchase requisition is of type x then check purchase value and account assignment in order to process the current stepo automatically.
    Currently the logic runs during a nightly job, but I would like to add it immediately after a release has been performed. I would imagin something like user exit, BusinessAddIn, or an event which I can use assign the job.
    Can anybody suggest something?
    Thanks in advance
    Best regards
    Torsten
    Edited by: Torsten Hübsch on Apr 29, 2011 10:36 PM

    Hi,
    Enhancement  M06B0005 is relevant for PR in case of overall release
    Check on trx SMOD  :
    Enhancement        M06B0005
    Short text         Changes to comm. structure for overall release of requisistion 
    --> Function module                Short Text
    EXIT_SAPLEBND_004              Changes to Communication Structure for Over.
    Enhancement        M06B0002 is for item-release
    Short text         Changes to comm. structure for purchase requisition release
    --> 
    Function module
    EXIT_SAPLEBND_001
    BR
    Nadia Orlandi

  • Delivery Date getting Copied to Release Date in Purchase Requisition

    Hello,
    When i am releasing the Purchase Requsition, what ever the Delivery Date the system is proposing based on the Planned Delivery Days given in Material Master is copied to the Purchase Requisition Release Date.
    Is there any error in Customization ??
    Regards,
    Kumar

    Hello Shakthi,
    System is considering Delivery date as Release Date when you create the purchase requisition.
    Thanx & Regards,
    Kumar

  • Wrong Release date in Purchase requisition wh later than requisition date

    Hi,
    Purchase requisition created through Planned order then Source (contract) is assinged through Transaction ME57.
    After that in display of PR as found below mentioned below,
    Release date is 27.11.2008 and Requisition date is 04.12.2008. MRP type maintained in Material is Auto Reorder point.
    Checked In display changes of PR as Planned delivery time new value is 45 (45 maintained in Contract and contract assigned in source list) and old value is 0 (Material master-MRP 2 view) on 04.12.2008.
    My question is How come PR release date as past as 27.11.2008 when requisition (PR creation date) date is 04.12.2008. Suggest any setting required to check.
    Looking forward to your expeditious response.
    Regards,
    C. Sundar Rajan

    Hi,
    If I guess, there is an exception message "06" on the PR.
    check with MDO4,  if there is the exception message 06 that means :
    In order to get material at requested time you have to release the PR in the past. This message help the purchaser to detect the problem and try to reduce to lead time by calling the supplier.
    PR release date = Requested date - safety time- lead time - setup time - processign time- ....
    If you want to change the system behaviour you have to change to chage the item strategy ont the:
    MRP3/Planning/Strategy group.
    best regards

  • Release strategies for purchase requisitions

    Hello,
    I'm having trouble with profiles and roles for release strategies, this is the scenario:
    -for purchase requisitions we have two approval levels, release code S1 and S2. When release code S1 is cleared, then S2 must be approved. The head of a certain purchasing group will use S1 to approve the requisitions from his own department, and then the financial director will approve with S2. However, finance is also a purchasing group, so in some instances the finance director will have to approve with S1 and then S2.
    My question is: how can we use profiles and roles so that the finance director has access with S2 to all (*) purchasing groups, but with S1 for only a certain purchasing group (in this case "500")? we can't seem to be able to define certain purchasing groups to different release codes, purchasing groups must be defined at purchsing requisitiom level.
    Many thanks
    Daniel

    HI,
    Not necessarily, you just need a different strategy for each different combination of release codes involved.
    So if certain P groups need to be put through a different sequence of approvals, then have one new strategy for this group of P groups and one for the other combination of P groups.
    Or however many different variations you have.
    Steve B

  • Overall release strategy in purchase requisition

    hi,
    how do i configure overall release in case of  purchase requisition. i have done item wise release in PR. but in case of overall release what field I should take in characteristics?  is their required two seperate classes for item and overall release? i've allready chosen the field BSART and GSWRT for item wise release,
    plz help me in details
    regards
    Aniruddha

    Hi
    For PRs, there are two types of release procedures available
    With classification
    With this we can release the PRs both items wise and in their entirety
    Without classification
    With this we can release only at item level
    When you create the Release Group under the release procedure with classification
    you check the box " ov Rel P Req (Overall release of purchase requisitions
    This  Determines that the items in a purchase requisition are all released at
        the same time (rather than individually).
    This should help to relsove your problem.
    Regards
    Vikrant

  • Redetermine release strategy for purchasing requisitions

    Hi Guys,
    How can I redetermine the release strategy for purchasing requisions when changes on the costcenter (EBKN-KOSTL)  are done -
    I know that it will be redermined when I add the costcenter as charateristics in customizing for release strategy but thats not an option
    I also tried to add coding in userexit for changing the communication strategy (Include ZXM06U13) but this exit doesn't provide information of the document number and position (EBAN, EBKN ..) so I can't find out if changes have been made
    I spend several hours trying to find solutions for this issue but no working results so far ..
    I hope you can help me on that
    TIA
    Manuel

    Hi,
    Note that EBKN will have entries corresponding to a PR only when it is        
    saved or checked, so KOSTL will not have any values for a PR which is under              
    creation. You should always use fields from structure CEBAN while             
    creating characteristics for Requisition release procedure as it              
    contains most of the relevant data about a PR under creation/change.
    I would advice you to check the note 365604.
    Please also check the changeability indicator in the customizing:
    transaction OLME -> Purchase Requisitions -> Release Procedure -> Procedure with Classification -> Set Up Procedure with Classification -> Release indicator -> check the detail screen for settings.
    Please check additionally the possible values for your characteristic cost centre (transaction CT04).
    Regards,
    Edit

  • Release Statergy in Purchase Requisition

    Hi,
    My requirement is to change the Release codes dynamically.
    For eg: As per the configuration there are 6 Release codes 01, 02, 03,  04, 05, 06 according to few conditions then of release codes should change i.e. for one condition 02 03 and 04 for other 01 02 03 and 04 etc.
    Is this possible by any enhancement.
    Regards,
    Ramu N.

    Hi Vinod,
    Please find hte STEP-BY-STEP guide to Pr release strategy
    http://sapdocs.info/wp-content/uploads/2009/07/Step-by-step-guide-of-SAP-PR-Release-Strategy-configuration-a-case-study.pdf
    Regards,
    SuryaD.

  • Release Procedure for Purchase Requisitions

    HI
    i have making a class in cl01  then create Release Groups & link to class but when i save a group massage here  Please check release classes (see long text) can anybody help me
    thanks vijay

    pls check the following:
    http://www.sap123.com/showthread.php?t=59
    regards,
    indranil

  • Rejection of a purchase order or purchase requisition.

    Hello,
    I know this is a question that was asked many times before, but nobody was able to give a clear answer to it.
    The objects purchase order(BUS2012) and purchase requisition(BUS2105) do not have between their methods, the rejection. But they contain the event REJECTED(rejection start). 
    Let's say i create a purchase requisition in me51n. If i want to approve it in an Abap program, I can use the function BAPI_REQUISITION_RELEASE_GEN. But what if i want to reject the requisition?
    PS: I know that i can use workflow, but this is not the case.
    Thank you,
    Efren

    Hello,
    I think you are are right, but i have a question.
    If you create a purchase requisition in me51n, then it will appear in me55( it can be released or rejected in me55). Iif i do not approve the requisition, it is clear that i am rejecting it...but it will remain in me55,no?
    And one more question. I think you know that if you create a workflow where you send a workitem with the release of a purchase requisition/order, the receiver can reject it. Clicking the reject button really does nothing? It is just for design?
    Thanks,
    Efren

  • Reject Purchase Requisition

    Warm Greetings !!!!!!!!!!!!!
    With Reference to Release Strategy of Purchase requisition
    After higher level release preceding level can still reject the purchase requisition example:
    Below release for the level 100000/=
    User create PR /                                                                   Use
    1st level of release  Parts manager /                                   Charles
    2nd level of release  service manager                                Zeeyaudeen
    3rd level of release  service Director                                  Mohamed Ali
    If Charles rejects the PR after released by Zeeyaudeen and Mohamed ali system allows to reject with out any error message. Is this an expected system behavior? Appreciate your advice
    Share with me how it can be prevented to reject preceding PR with out their permission
    Thanks & best wishes
    Regards
    Shamulheq

    Hi shamulheq ,
    This can be handled by AG modification/ remove from user .
    Regards,
    Yagnesh Bhatt

  • Problem in Purchase Requisition Release Strategy

    Hi sapgurus,
                           i am defining a release strategy for Purchase Requisition. but whenver in a strategy two release codes are incorporated suppose
    Release group :MM
    Release Codes: M1 and M2.
    but in relese simulation tab showing
       "M2   Release prerequisite missing"
    and M2 code is not working in releasing pr.only M1 is worked.
    Thanks in advance.
    Regards,
    Bipasha

    Actually I want to create two release strategy
    1. when total value in PR will be 1000.00 then one person can release PR.
    2. when value is greater than  1000.00 then two persons will release.
    For this i created a release group K1 with checkbox against  'OvRelPReq'  is ticked.Then i have created M1 and M2 release codes are created.
    Then I have given release indicator one for realesed and another for not released.
    After that , create a relase strategy
    where after M1 ,M2 can able to release the PR.in prerequisite button i ticked the checkbox near M2.
    It will not work.
    Plz give me a suggestion.

Maybe you are looking for

  • 6300 turn itself off.

    hi there, i'm newbie here. i have a n6300 about 1 month old.2 day ago this machine seem to have problems, it turn itself off. anyone can help?? thanks.

  • I can't open itunes need help...

    i try to open it several times but nothing happen. after un and reinstall it's same.

  • Behaviors tab in Tag Inspector panel

    When assigning behavior effects to page elements, the effects are associated with the onClick event evn if not specified. In many instances the panel dows not display the behavior when assigned. When the event is changed from onClick to any other eve

  • OID Provisioning issue

    I have a case where a user did not get updated in OID when his account got modified in OIM. This lead to a data mismatch between OID and OIM. Can I write a task to send his info into OID. Thanks M

  • Can't open page on safari

    This page works GREAT on OPERA 8, but I can't see it on SAFARI 2... C'mon Apple developers, where is the Safari update?? Will we wait until "Leopard" ??? http://www.kylie.com/