How to troubleshoot approval workflow of a rejected purchase order

Hi,
We are working in oracle applications 11i.
I have a purchase order with status rejected that has hanged up in the system. The user rejected PO and the document has not been transferred to the PO buyer. From the application forms -> Forward documents window, I can see that neither the user who rejected or the buyer has the document.
From System Administrator responsibility I can see that the workflow administrator can modify a PO that is only IN PROCESS,
what shall I do?

please check :
http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/how-to-troubleshoot-approval-workflow-of-a-rejected-purchase-order-4211332

Similar Messages

  • How can I prevent any use to update Purchase order if status was "Approval"

    I have some users can update any purchasing order update after "Approval"
    Please I would any Purchasing oracle module expert to Assist me to get way to solve problem.
    How can I prevent any use to update Purchase order if status was "Approval"?
    Further Information :
    Oracle Allpication Release : 11.5.9
    Oracle Purchasing Module.
    Oracle Data Base: 11i
    Khaled,

    Try writing a personalization on the PO screen that adds the following condition to the where clause
    "and authorization_status !='APPROVED'
    However, I will be careful with a blanket restriction like this. There are situations when you need to modify an existing PO. So you should code some exceptions for this rule.
    Hope this helps,
    Sandeep Gandhi

  • Rejected purchase order

    Hi Gurus,
    Let me know how to extract all rejected purchase order in the standard report ?
    hoping your answer.
    Regards,
    Marina

    HI,
    i am not sure about your rejection concept
    but if you want Po report for deletion item
    then try following
    go in ME2N,select dynamic selection icon and click on Purchasing item and select deletion indicator and give L there
    same thing in ME80FN also
    Regards
    Kailas Ugale

  • Editing of Rejected Purchase Order

    Hi all,
    I have 2 inquiry with regards to rejected purchase order (status "Release Indicator" in transaction code "me22n"-change purchase order).
    1. What is the standard operating procedures (suggested by SAP) with regards to editing of rejected PO?
    2. Where can I check (in transaction code "spro") if I want to limit the editing of rejected PO?
    Scenario:
    In my company, PO that was rejected is still modifiable; especially on the financial value. This result in the re-trigger of work-flow and subsequently lead to the restart of release strategy.
    I'm to believe that PO that was rejected will remain in "read-only" mode until approval reverse his/her rejection. Thus, I find this scenario abit odd; and wishes to seek advice and suggestion on the SOP and where I can check the configurations for my current company.
    Thank you,
    Regards

    Dear Sek Yao Ooi,
    I will suggest you to see SAP note 751129 for more details. In external purchasing documents, following objects are checked.
    M_BEST_BSA (document type in PO)
    M_BEST_EKG (purchasing group in PO)
    M_BEST_EKO (purchasing organization in PO)
    M_BEST_WRK (plant in PO)
    An I regret for a mistake. Activity type is 09 not 08, as I wrote.
    This note would give you details.
    Activities are these
    01 Create or generate
    02 Change
    03 Display
    08 Display change documents
    09 Display prices
    - Sanjeev

  • How to get Information Template fields to Standard Purchase order Document.

    Hi Guy's
    I Created Information Templates to capture extra information to suit our business needs. But i dont know how to get populate those information into Standard Purchase order docuemnt. After Some research I found that we have to customize the PO_STANDARD_XSLFO.xsl. But i did not get how to get those information.
    If any one know knows or has done this type of customization let me know asap
    Thanks in advance
    Thanks & Regards
    Palakondaiah.U

    Hi,
    I resolved this as following :
    Since, i needed the Manufacturer Serial no. to be fetched in custom field at item level ( Enhanced via EEWB the item  ) , the moment there is a product  available in the sales doc header field.
    I wrote  badi implementation for definition : CRM_ORDERADM_I_BADI and utilized method  : CRM_ORDERADM_I_PRODUCT_DETERM . This method's signature if you check makes me available the header, item guids along with the product available in the field even before i save the sales document. There i fetch the serial number of product from custom table and then poulate the serial no. field in customer_i extension as follows:
      LS_CUSTOMER_I_COM-ZZCUSTOMER_I0803 = LV_MFR_SLNO.
      LS_CUSTOMER_I_COM-REF_GUID    = IV_ITEM.
      LS_CUSTOMER_I_COM-REF_HANDLE  = '0000000000'.
      LS_CUSTOMER_I_COM-MODE        = 'A'.
      APPEND LS_CUSTOMER_I_COM TO LT_CUSTOMER_I_COM.
      LS_FIELD_NAME_CUSTAB-FIELDNAME = 'ZZCUSTOMER_I0803'.
      APPEND LS_FIELD_NAME_CUSTAB TO LT_FIELD_NAME_CUSTAB.
      CALL FUNCTION 'CRM_CUSTOMER_I_MAINTAIN_OW'
        EXPORTING
          IS_CUSTOMER_I_COM    = LS_CUSTOMER_I_COM
    *        IV_EXTERNAL_CALL     = 'X'
        CHANGING
          CT_INPUT_FIELD_NAMES = LT_FIELD_NAME_CUSTAB
        EXCEPTIONS
          ITEM_CHANGE_ERROR    = 1
          ITEM_CREATE_ERROR    = 2
          ERROR_OCCURRED       = 3
          OTHERS               = 4.

  • BAPI to Reject purchase order

    Hi All
    Kindly let us know if there is any  BAPI to Reject purchase order  (ME29N)
    Thanks

    Hi,
    Try this,
    BAPI_PO_RELEASE
    see the below link for more help.
    Re: BAPI to reject PO (like ME29N functionality to reject PO)
    Regards,
    Vijay

  • Reject Purchase order using abap OO class CL_PO_HEADER_HANDLE_MM

    Hi all,
    We have created a webdynpro application for maintaining purchase
    order by using class CL_PO_HEADER_HANDLE_MM.
    With this class we are able to release (method RELEASESTATE_MM~RELEASE)  or cancel release..
    We are trying, in vain,  to reject purchase order by using method IF_RELEASABLE_MM~REJECT
    even if sy-subrc eq 0 .
    any idea ?
    thanks.

    Hello
    Have you had a look whether you can reject the PO at all using method
    IF_RELEASABLE_MM~IS_REJECTION_ALLOWED
    Regards
       Uwe

  • How to relate the Fixed Asset module to Purchase Order?

    Hello experts,
    Good day!
    How can I relate the fixed assets to purchase order? Is there a ways, so that we can't create different item code for purchase cycle and fixed asset module...
    2nd, how to Increase the net  value of fixed assets ( vehicle, machines) without affecting Profit and Loss? what is the SAP process to do this? Please help me on this..
    Thanks,
    Mari

    Hi Mari,
    First I suggest you add a lot more info. Are you doing this in Crsytal Report Designer or are you referring to one of the SAP applications? If an SAP app then please mark this case as answered and post your question to the SAP forums.
    If you are using Crystal Reports then need more info like the version and what those tables are and if you can use a common link?
    Thank you
    Don

  • How to Park the single invoice for multiple purchase orders

    Hi,
    How to Park the single invoice for multiple purchase orders?

    brother this is possible to enter one Invoice fro multiple purchase order.
    call transaction MIR7, select " purchase order/Scheduling Agreement" from the PO refernce Tab. then click on arrow. give your purchase orders here.
    Thanks

  • How to find the supplying plant for a purchase order

    Hi Guru,
    My requirement is to dispaly the suppling plant and some other fields for the purchase orders using ALV report.
    Could any one help me how to find the supplying palnt for a purchase order.
    Suggest me any function module or with sample coding
    Regards
    Paul

    Hi Ravi,
    You are solution is right but in that table the supplying plant is not updated
    Could you suggest me any other tables
    Regards
    Paul

  • How to implement the promotional quantity on a purchase order

    HI,
    Good Afternoon,
    Scenario on a procurement of every 10 Qty we receive 1 Promotional quantity.
    How can we acheive the above
    How to implement the promotional quantity on a purchase order
    Regards
    Kiran T

    Can you consider adding another line at $0?
    Also look at Sundeep Sharma's presentation at http://www.ncoaug.org/NCOAUG%20Training%20Day%20Feb%202009/Sundeep%20Sharma%20-%20Integrating%20Advanced%20Pricing%20with%20Purchasing%20in%20Release12.pdf
    Sandeep Gandhi

  • Troubleshooting Approval workflow issues

    We are getting this message from time to time and are unsure how to troubleshoot it.
    It seems as though something is changing the document, what is the best way to figure out what?
    Approval on DOCUMENT NAME has ended because the item that the task process is running on was changed.

    Hi Daniel,
    1.What message do you get?
    2. Look in the Workflow History list, eg "http://sp2013/Lists/Workflow History". Do you find any errors in there?
    3. Is the user account starting the workflow correctly synchronized in the user profile database?
    4. Is the user account starting the workflow different from the Worflow Manager setup account? (more info at
    http://technet.microsoft.com/en-us/library/jj658588.aspx#section7)
    5. Are the User Profile Service and App Management Service started? See the green frames in the screenshot below, taken from Central Administration \ Manage Services on Server.
    6.Are the App Management Service Application and User Profile Service Application started? Their proxies should be started as well. See the green frames in the screenshot below, taken from
    Central Administration \ Manage Services on Server.
    For troubleshooting sharepoint workflow issues, you can have a look at the blog:
    https://technet.microsoft.com/en-in/library/cc298927%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    http://blogs.msdn.com/b/vincent_runge/archive/2014/01/07/troubleshooting-actions-for-sharepoint-2013-workflows.aspx
    http://ranaictiu-technicalblog.blogspot.com/2013/03/sharepoint-2013-workflow-debugdiagnosis.html
    https://infopathandsharepointdesigner.wordpress.com/2013/12/13/five-top-tips-for-troubleshooting-sharepoint-workflows/
    http://blogs.technet.com/b/victorbutuza/archive/2009/02/26/how-to-enable-workflow-tracing-debug.aspxBest
    Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to trigger workflow for already created purchase order ?

    HELLO EXPERTS
    let me clear my scenario first . i have 1 purchase order whose workflow is not triggered . means it is showing me message no workflow that have already worked for this object.i have created 1 more purchase order taking reference of this purchase order means both are same same message for this po also. it was happening because event linkage for the business object bus2012 is not activated but now it is enabled and i have created third purchase order with reference to above po means this third po is also same as above 2 no change other than po number but for this workdflow is getting triggered . now i want to trigger workflow for orignal first po but for my first po it is showing me same message that no workflow that have already worked for this object. what i have to do to trigger workflow for this po. i have performed this steps in test system. i have workflow number

    Hello !
          You can trigger the workflow from SWUE.Enter bus2012 and created for object type and event respectively.
          Click object key button where enter the purchase order number which have been already created.
          But, why do you want to trigger the workflow again for already created purchase order ?
    Regards,
    S.Suresh

  • Additional workflow Mailer setup on Purchase Order

    Dear All,
    We are running on R12 on 11.0.1.7 database. We have configured Workflow mailer notification and it seems to be running properly.. And the approver/approvee gets appropriate mails on appropriate time.
    But our management requires additional customization on how this function should work, The requirement is as follows:
    Problem Description: When a PO is raised it goes to his immediate superior who can approve the PO for less than Rs.100,000 and if it is above the stated amount, the respective PO requires further approval from the next superior in the hierarchy.
    The workflow standard setup is such a way so that the user who has raised the PO gets a mail notification alerting that the PO has been approved if so.
    Could you guide me a way in Oracle Ebiz R12 so that not only user who has raised the PO is alerted through mail if the PO is approved but also the immediate approver is also notified via mail for POs which is above Rs.100,000.
    Note: PO above Rs.100,000 goes through immediate approver and then to the next approver in the hierarchy.
    Thanks in advance for all ur support
    and Regards,
    Asif

    Please see if (How to create a custom copy of the seeded Purchasing PO Approval Workflow POAPPRV [ID 1270010.1]) helps.
    Thanks,
    Hussein

  • No approver was found for Standard Purchase Order #

    I created an Employee for that employee i assigned a Buyer
    and Document type i gave a Direct approver ,But it is still showing No approver for this PO.
    could some one please give me the details how to approve a purchase order using Direct Method.
    And also please tell how to define approval hierarchy for PO approval and how to assign that hierarchy to Buyer.
    Regards
    Narasaiah
    Message was edited by: Narasaiah
    user554411

    hello,
    I found the documents still at the buyer's.it has to do with the revision number; it was not sent correctly. the buyer reopened the documents and resent them.
    Now the problem is solved...

Maybe you are looking for

  • Do i need to set Resource Ref's in teh deploy tool for a CMP bean?

    Hi, I have a CMP bean which i have deployed, it doesnt work, in the server log shows the following. [#|2005-03-10T14:13:21.046+1030|WARNING|sun-appserver-pe8.1|javax.enterprise.system.container.ejb.entity.finder|_ThreadID=16;|JDO74004: Bean 'PersonEn

  • ADD-ON Document Number is not Increase

    Hi All,         My Company use One Customize ADD-On . The Problem is that ADD-on From Document Number Some Time is not Increase Automatically in ONNM And NNM1 Table .Thats why when add any document the massege show_'Document Allrady exists* '_*. Beco

  • VNI -2015 Error in OEM

    Hello, The following are my specs: OEM 9.0.1.0.0 Windows 2000 SP3 I'm trying to execute 2 simple jobs via the OEM and I encounter the following Error VNI-2015: Authentication Failed. My Windows user is registered as having Batch access. I'm trying to

  • Subpanel scollbars in labview 8.0

    HI I Just installed Labview 8.0 instead of 7.1. I my VI i use a lot of subpanels, with no scrollbars but when i compile my vi to 8.0 scrollbars are added to the subpanels, and i  cant find an option to disbale them..please help.. thnx Bart B Labview

  • Self-made iPhone 4 accesoiry doesnt work

    I have made my own iPhone 4 accesoiry. It's a charger that works with 4 AA batteries. This is how it's made: 4 AA batteries -----> 7805CT Voltage Regulator -----> Female USB Jack I have measured the outbut of the usb jack and it was 5V 1A (just like