Workflow for PO Rejection

Hi All
I have configured successfully PO and PR work flow. System generating mails to users successfully.
But when Supervisor rejected the PO or PR system not generating any mail to Buyer.
i try to configure sent mail in work flow . But it was not working.
Can any body suggest how to configure this.
Thanks in Advance
SUNIL KUMAR

Hi Sunil,
This you may check with the Basis Administrator to maintain the config in the SMTP listing to send out mails to vendor. Thereafter, you would also need to maintain the necessary settings for the output type in t-code ME9F, and thereafter you may check the status of delivery in t-code SOST.
In t-code NACE under Application type EF, make sure that the output type for NEU is properly maintained and for medium EDI and Function VN (Vendor) in partner function dialog structure.
Hope this helps.
Rgds.

Similar Messages

  • Workflow for PR Rejection at Header Level

    Hi,
           Is there a standard workflow available when we reject PR at header level ?
           I found it available at item level with BUS2009. but this event is not triggered when we reject at header level.
    moreover there is an event triggered with BUS2105 with REJECTION_START. I couldn't find out which workflow is using this event.
    any idea ?
    Thanks & Regards,
    Sudhahar R

    check this WF template : WS65400029

  • Email Notifications through workflow for all Approved and Rejected Orders

    hi,
    i have to send Email Notifications through workflow for all Approved and Rejected Orders to the user who have submitted the order for approval.how could it be done.please send ur solutions.
    regards
    yesukannan

    Hi,
    An option would be use Oracle Alert. Create an event based alert on the table where you have order approvals or rejections. This alert will be raised after inserting or updating this table. Create an action linked to this alert, and choose message as action type.
    This setup can be done under Alert Manager Responsibility.
    Regards,
    Ketter Ohnes

  • Workflow for purchase order rejection and esclation.

    Hi,
    Can any body tell us the what is the standard workflow for purchase order rejection and esclation.
    if no standard WF is there then how can create the workflow for ecslation and rejection.
    Thanks & Regards,
    Priti shrivastava

    Please check here.
    http://help.sap.com/saphelp_srm30/helpdata/en/5a/c5173f5ff48443e10000000a114084/content.htm

  • Workflow for PR release

    Dear Experts,
    We have implemented SAP standard workflow for PR item release i.e WS00000038, when I reject a PR notification is not sent to initiator.
    If I see In SWEL - When a PR item is rejected system is picking up step "PR item significantly changed" instead of "Item release cancelled"
    Request your suggestions in this regard.
    Thanks,
    Uzair

    Hi,
    Please see the below thread, it may help you.
    Re: Trigger Purchase Requsition Workflow trigger after purchase req. changed

  • Regd Workflow for a new custom page

    HI ,
    We have created 2 pages for some functionality where in user can login n serach for a person and update certain attributes like his source/company, assignment category etc.
    First page he can searach the person and after search results come in, he can click on a link and go to the next page where he can edit the attributes n submit.
    Now after updating and submitting the page, we have a reqt to send notifications to the initiator in case the user has approved the txn or rejected or sent for correction. But we dont know how to achive it with the 2 pages n no workflow.
    How to launch a workflow for this ?
    or is there a way we can send notification from backend without using workflow n it shud still come in the worklist of a person.
    Regards,
    Preeti

    Hi Preeti
    DECLARE
    l_itemtype VARCHAR2(30) := 'XX_TEST';
    l_itemkey VARCHAR2(300) := 'TEST';
    BEGIN
    Begin
    wf_engine.createprocess(l_itemtype, l_itemkey, 'XX_MAIN_TEST');
    Exception
    when others then
    dbms_output.put_line('Error in create process:' sqlerrm);
    End;
    BEGIN
    wf_engine.setitemuserkey(itemtype => l_itemtype
    ,itemkey => l_itemkey
    ,userkey => 'USERKEY: ' l_itemkey);
    EXCEPTION
    when others then
    dbms_output.put_line('Error in set userkey process:' sqlerrm);
    END;
    BEGIN
    wf_engine.setitemowner(itemtype => l_itemtype
    ,itemkey => l_itemkey
    ,owner => 'SYSADMIN');
    EXCEPTION
    when others then
    dbms_output.put_line('Error in set owner process:' sqlerrm);
    END;
    BEGIN
    wf_engine.startprocess(l_itemtype, l_itemkey);
    dbms_output.put_line('Process started');
    commit;
    EXCEPTION
    when others then
    dbms_output.put_line('Error in set owner process:' sqlerrm);
    END;
    END;These are the details of the functions used
    1> wf_engine.createprocess
    This API creates a new runtime instance of the workflow process, Pass the item type and item key for the workflow.
    2> wf_engine.setitemuserkey
    Use this API to mark the new runtime instance of the workflow process with an
    end–user key
    3> wf_engine.SetItemAttrText
    Use this API to set values for the item type attributes defined for workflow process .E.g.: Email ID, Description defined in the workflow.
    4> wf_engine.setitemowner
    Use this API to set the value of owner (Of Workflow)
    5> wf_core.context
    In case of exception, it will help in locating source of an error.
    6> wf_engine.startprocess
    Use this API to invoke the workflow for the item type and item key specified.
    Ajay

  • Sales Order (Returns)  for Approval / Reject

    Hi,
    I have a Sales Order of Credit Only Order type.
    Existing Custom Workflow
    When the Customer Service creates Sales Order of Order Type Credit Only, it will got to AR dept for Approval/Reject.
    If the AR dept rejects, then a Notification will flow to Customer Service with Rejection comments.
    Required Logic
    Once Customer Updates and saves Sales Order, Customer Service should have an option to send SO back to Approval to AR dept.
    Could any one give me the logic.
    Thanks

    Thanks for your quick response Ajay.
    I am aware that I can move it to unrestricted stock but I would lose my link to the RMA sales order. Correct?
    We currently are not using split valuation.
    Any other suggestions?

  • Workflow for PO Release Strategy

    Hi all Workflow experts
    We are on ECC 6.0. We have created a 3 level Rel strategy PO and are creating the workflow for this scenario.
    The business object we are using is BUS2012 and WF Template is WS20000075.
    Each time a PO is created/changed workitem will be sent order we have defined, ie. L1, L2,L3. Each time mail goes to the inbox of the concerned approver.
    The problem is when the final approver cancels the release. Under activity 'Release of PO canceled, Task TS20000167 we have assigned the agent as Originator of PO. However at this instant mail does not go into the originator's mailbox.
    Approver is cancelling the release in ME28 as it should be, I presume.
    Are we missing something here? Is there any additional settings required to trigger the mail to the originator?
    I would be happy if the responses from you all does not point to SAP .htm files! since I have already gone through them but it is very hard to understand some simple things!
    Thanks in advance.
    Regards,
    Raghu

    All,
    I gather that ver 4.7 onwards, SAP has supported the PO rejection/cancellation feature. Since I am working on client's server which is 4.6 c I am not able to implement this. Unfortunately, in the process of doing R&D within the sandbox I seem to have damaged the template WS000075. Now I am getting an error message at the first approval level saying "relase written to buffer".
    Can anyone tell me what does this mean? Also is there a way to retrive the original template form the development clients?
    Regards,
    raghu

  • Workflow for JV posting

    Hi All,
    Can you assist us on how the below requirement can be achieved in SAP.
    For specific document types, the user must not be able to post the JV, if the total amount of the document is more than specified amount limit , say 10K (local currency). He can only PARK the document and the other user /manager have to review the document (JV) and have an option to approve or reject the JV with comments/reason for rejection.
    When the Doc is approved by the Manager/Other User, it has to been posted in the books (to the financials) and if rejected, the Doc has to return back to the creator of the Doc for modification as per the comment made in the rejection note.
    A mail has to triggered when the Doc has been parked and also when the manager approves or rejects the document.
    What are the setting has to been carried out in Finance module to implement the control.
    We know that through workflow this can be achieved, but not sure the process.
    Appreciate your earlier response.
    Do revert.
    Regards,
    TIM

    Hi,
    According to me, you should activate workflow for Parking Documents.
    As per your requirement, first of all you will need to create workflow variant for parking document in SPRO> Financial Accounting (New) > Accounts Receivable and Accounts Payable > Business Transactions > Incoming Invoices/Credit Memos > Carry Out and Check Settings for Document Parking > Create Workflow Variant for Parking Documents. In this, you can put an amount from which you want to initiate the workflow.
    Then, assign to company code. Then you will need to define release approval group and path. Both will be assigned to to your document type with the combination of your variant.
    You just go through the process, you will come to know the things and also take the help of ABAPer to determine the sub workflow and parent workflow.
    Regards,
    jigar

  • Workflow for Reversing Invoice (FB08)

    Hi Gurus,
                  We are configuring Payment Release workflow for our project.
                  I am using the standard Workflow WS00400012  for the same and its working fine.
                  In the above mentioned workflow, if the payment release is rejected it will go the next step 'Change document line'
                  to change the line item and post again.
                  But now the requirement is, once the payment release is rejected system should do the invoice reversal for that
                  document (FB08).
                  Is this possible by customizing the standard workflow ?
                  If so, is there any business object or workflow to reverse invoice through FB08.
                  Please suggest me.
                   Thanks in advance,
                   Santosh.

    Hi Suresh,
                   Thanks for the reply.
                   I have checked those methods to display and edit documents.
                   Actually they are calling the Transaction code  directly and we can change the data manually and save.
                   But we want the workflow should take care of the reversing invoice without manual interaction.
                   Can i use any BAPI or FM in my custom method to meet my requirement ?
                      Thanks in advance,
                      Shyam.

  • Mitigated risks workflow for SoD detour approval

    Hi All,
    Please assist. I have configured a workflow for requests as follows:
    Super user submits request - Workflow to Business Analyst (if there are violations they can assign an existing mitigation control) - Auto Provision
    If no existing control is available - Detour to SoD officer (to compile a new control with Business Analyst) - workflow to GRC administrator to capture new control on the system - Auto provision
    The problem that I have now is with the first part of the workflow wherein there are violations and there is a control in place that can be applied to mitigate the risk. If mitigate the risks associated with the request, the worflow still goes to SoD officer in spite of all risks mitigated.
    Is there a way I can set this to enforce the assigned controls? Checking from RAR, the user is only linked to the control upon closing the request.
    I have set Risk Analysis defaults on CUP to "Consider Mitigation Controls"
    GRC 5.3 SP13
    Any help will be appreciated.
    Thanks,

    Hi Sabrina,
    For Access Request workflow, we generally use GRAC_MSMP_DETOUR_SODVIOL to implement routing rule(based on detour condition - risk found). Purpose of same (if I am not mistaken) is to through the request to another level of approver wherein mitigation monitor agent reviews the mitigation performed by role owner stage and approve/reject the request.
    But, when we create a role same is not the condition as we do not mitigate role level risk thus no need to go for mitigation monitor stage. May be you have some business scenario, if you can let us know will be gr8.
    For the rule ID, did you try adding the rule ID ?(you may already know, still would like to cross check with you).
    GRAC_MSMP_DETOUR_SODVIOL under list of rules for "
    Role Approval Workflow" In the screenshot you have shown, just click on ADD feed -
    Rule ID -GRAC_MSMP_DETOUR_SODVIOL.
    Rule description - same as Access request.
    Rule type - Function module based
    rule kind - routing rule.
    Add this and check if it works and let us know the result too.
    Regards,
    Nishant

  • Workflow for marketing plan approval

    Hello everyone,
    Does anyone know if there is a standard workflow for approval of marketing PLANS (I don´t mean campaigns)??
    Best regards,
    Efrain

    Hi Jaya,
    I haven't used this particular workflow but hopefully the following is of use:
    - Email to initiator- the likely explanation is that the workflow has not identifed the recipient's email address. Follow steps 4 & 5 from the Blog and this should resolve the issue.
    - Cancelled Event - The wait step listens out for the triggering of the corresponding event on the BOR object.
          i.e. for this workflow wait step 164 is listening out for CANCELLED to be raised on that particular instance of BUS2010020.
          If this is triggered that branch of the fork will be triggered.
    - Locked/Rejected - There is no step (that I can see) that notifies the initiator that the campaign has been locked.
      However you can add your own Send Mail step(s). An alternative approach would be to have additional branches that listen for the  BUS2010020.locked and the rejected events and then have your Send Mail steps, however this is probably overcomplicating the solution.
    - Schedule condition and start condition - Again I haven't used campaigns yet but in the Blog they are using the Marketing Project Campaign BOR Object status profile and status table  - look at object BUS2010020 in SWO1.
    I hope that this is of use.
    Best Regards,
    Trevor

  • Workflow for Predefined Performance Management Process

    Hi All,
    We are in process of implementing Predefined Performance Management to our client, as I know we donu2019t have workflow for predefined performance management, but I saw below thread:
    Performance Management Process - Workflow between participants
    Please give me more clarification about configuration of Workflow for PMP, we need e-mail notifications only when ever manager is going to do some status change like approve planning phase, reject planning phase etc.
    We are expecting these notifications not through portal only employees e-mail account, can you tell me where the location of the configuration is?
    Thanks in advance.
    -Abhi

    Hi,
    The pre-defined is not ment for changing by anyone. The template is generated and the settings are as is. You would need to go to the phap_catalog to change the template (but that option is disabled for PMP templates). Theoritically you would need to change the status flow tab and select the correct workflow there. The information workflow is standard delivered for use in the flexible one.
    So, yes you probably are able with tricks to get it working in PMP but it is not supported by SAP.
    Regards and Groetjes,
    Maurice Hagen

  • Looking for workflow for funds unblocking

    Dear experts,
    I am looking for workflows for funds unblocking which will be done throught transaction FMW2 or FMWPM1.
    Are there any standard workflow already defined by SAP?
    Thanks

    Please check the following Templates if they are of any use
    WS 50000015     Approve SubWF, Multivalidtn Branch
    WS 50000016     Outline: Funds Reservation Multivalidtn
    WS 50000018     SubWF Change document after rejection
    WS 50000019     Change budget address in document
    <b>Please reward points if useful</b>
    Thanks
    Arghadip

  • Workflow for self registration

    Hi Folks,
    I need to know the exact workflow used for user self registration, i.e., the workflow where in the mail to the registration approver to approve the new user request is triggered.
    Can you please let me know.
    Regards
    Rajeev

    Hi Rajeev,
    All Workflow on SRM can be found on the page
    http://help.sap.com/saphelp_srm30/helpdata/en/8b/4fa9585db211d2b404006094b92d37/content.htm
    Click on details New User (WS10000192)
    Approval Workflow for Creating Internal Users Use
    When an employee requests a user master record and Customizing has been configured such that a user needs to be approved, the user’s manager receives a work item.
    · If the manager approves the request, the user is released. The employee receives an e-mail with an automatically generated password at the address that he or she entered when making the request.
    · If the manager rejects the request, the employee is also notified by e-mail.
    Prerequisites
    · You have activated approval by the manager.
    Menu path in the Implementation Guide (IMG):
    Supplier Relationship Management ® SRM Server ® Master Data ® Create Users ® Set Approval Indicator
    · You have included the manager in the organizational plan.
    Menu path in the Implementation Guide (IMG):
    Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® Organizational Management ® Change Organizational Plan
    · You have activated event linkage for the event Created for workflow WS10000192.
    Menu path in the Implementation Guide (IMG):
    Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® SAP Business Workflow ® Perform Task-Specific Customizing
    Regards,Nishant
    Please reward if this helps.

Maybe you are looking for

  • My macbook pro keeps flashing green lines across the screen then freezing, can anyone help?

    Back in December my macbook started doing this thing quite regularly where it would flash black or green lines all across the screen, for maybe half a second, then the screen would freeze, so I would power it down manually then back on again. I took

  • Due ro document splitting problem

    Dear Sapgurus, in dopcument splitting 2 options 1) business area 2) Profit Center, if i select both option when we do the transaction system it will updated business area wise &  profit center wise, unexpectedly it was not selected user has already p

  • All appointments gone from iphone calendar for last year

    For some reason, all the events in my calendar prior to Jan 1, 2012 are no longer on my iPhone. (3gs) All is synced with pc in outlook, and iCloud (apparently). I NEED these on my phone for business and reference. My settings for iTunes: the "do not

  • Connection context

    if i open a connection in java stored procedure , does oracle open process for each connection? how do i close this connection? Thank's Benny

  • Should i download adobe photoshop elements 10

    Good grief, this is like my 15th screen... My question is this, should I install Adobe Photoshop Elements 10 on my new mac book?  Will it cause problems?