Notify all approvers for any reject order

Under the on-line help, I had a question regarding on the following statement:
What happens when I reject an order?
The approval process stops. The order owner is informed of your rejection, and the order is canceled
Why rejecting the orders, only the order owner is informed? How about all other approvers, shouldn't they get notify, too?
null

Your idea sounds logic, however we think it is better to give the rejector the option to notify both requestor and all approvers.
This to avoid a mass of e-mails sent for orders not that important.
Could also be a setting by the company admin to define what should happen.
Regards,
Michel de Knoop
KPN Xchange

Similar Messages

  • Different Payment terms for a certain order.

    Hi,
    i am currently working on a ticket involving a sales order. What is happening is that the field Payment Terms(Z-TERM) is different in sales order and the invoice which got created from the delivery of the same sales order. Can anyone tell me as to why this is happening?
    and can anyone please tell me as to from where this field of Z-Term (Payment terms) is getting fetched for any sales order.
    Thanks in Advance.

    Hi Rittik,
    You can fetch the value of ZTERM for a delivery invoice from table VBRK.
    VBRK-ZTERM
    Regards,
    SB.

  • Table for picking PURCHASE ORDER field corresponding to accounting document

    Dear All
    Table for picking PURCHASE ORDER field corresponding to accounting document.
    Thanks
    Rahul Jain

    Dear Jayram
    I know that Purchase order field can be picked from BSEG table but i am not able to capture the data into it. Whenever i book a invoice through FB60 or MIRO i give the reference PO number which is not getting updated in BSEG, BSAK and other relevant tables.
    Thanks
    Rahul Jain

  • Select all siblings if any child is modified and recalculate qty.

    Hi All,
    I am in a following situation.
    with sales as
        select  1025 CUST_ID, '23239D' ITEM_ID, 1 qty_ord, 1 qty_Ship, 1 qty_Cancel, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS') load_ts, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS') updt_ts  from dual union all
        select   1025, '3434h', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), sysdate + 1  from dual UNION ALL
        select   1025, 'sku324', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS')  from dual union all
        select   1025, 'TRL.33', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS')  from dual union all
        select   1025, 'RTL56', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS')   from dual union all
        select   1025, '34fgh', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS') from dual   union all
        select  1027 CUST_ID, '23239D' ITEM_ID, 1 qty_ord, 1 qty_Ship, 1 qty_Cancel, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS') load_ts, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS') updt_ts  from dual union all
        select   1027, '3434h', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS')  from dual UNION ALL
        select   1027, 'TRL.33', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS')  from dual union all
        select   1027, 'RTL56', 1, 1, 1, TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/08/2013 09:59:25', 'MM/DD/YYYY HH24:MI:SS')   from dual
    select * from sales
    where updt_ts > sysdate 
    Now in the above table if any record is modified then the UPDT_TS will be updated with sysdate.
    And every morning an ETL job runs to identify the changes in the above table, While for changes only one record is updated with the Updt_ts. But the requirement is to write a select Query which would select all siblings for any change in the Updt_ts for a given CUSTID. Please let anyone need more information.
    The select query returns only 1 record with      ITEM_ID = 3434h, but requirement is it shoud return all siblings associate with cust_id 1025

    Hi,
    Thanks for posting the sample data; that's very helpful.
    Don't forget to post the exact results you want from that data, and explain how you get those results from that data.
    See the forum FAQ: https://forums.oracle.com/message/9362002
    Define any special terms you use in the explanation, such as "sibling".  How can you tell if 2 given rows are siblings or not?
    If being a sibling means having the same cust_id, then maybe:
    SELECT  *
    FROM    SALES
    WHERE   cust_id  IN (
                            SELECT  cust_id
                            FROM    sales
                            WHERE   updt_ts   > SYSDATE
    Of course, if updt_ts is always set to SYSDATE when a row is modified, then updt_ts > SYSDATE will never be TRUE in a query run later (unless you're resetting the clock on the database server).

  • 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

  • Problem when setting Reason of Rejection for a sales order using IDOC

    Hi All,
          I am working on a requirement where i need to put a reason for rejection as 'Item Cancelled' for a sales order via IDOC 'IDOC_INPUT_ORDCHG' in a third party scenerio where the PR is created automatically from the sales order . When the IDOC is run in the foreground I get the information message Subsequent function  " 'Purchase requisition from sales document' not possible Item & was rejected "(Message V1579) and the IDOC results in a error when run  in the background mode because of the same information message. The message should not appear when a sales order is being processed in the background but still the message is being displayed . Is there any way the message can be suppressed ? Thanks in Advance.
    Regards,
    Sowmya.

    can you send the program how you create a so or po using IDOC, as i've a assignment creating PO using IDOC & then creating a sales order of the PO. and i dont know how to create a IDOC. SO IF you have sample program it would be help full
    Thanxs

  • How to block Sales order for any overdue balance.

    There is a need to change SAP setting for blocked Sales Order for due balance. Current SAP setting : block is valid only for "over due
    more than 30 days".
    The requirement is to block order based on any overdue amount say For example : if we have due balance for 1 day, than system should block the SO.
    In current credit management settings applied, there is Static check ( C ) and Oldest open item (C ) with Days oldest item =30 days. Kindly suggest as what changes should be made to reflect the desired changes. Also , help in confirming the thought that Static check itself considers the OPEN ITEMS, so if i am activating static check and REMOVES THE OLDEST OPEN ITEm, will it take any overdue amount automatically and block subsequently. To add to it kindly explain, what is the use of this additional check of Oldest Open Item ( with days = X days ) for creit mngt. can't we maintain it by Static check.
    Kindly guide as what to change in OVA8 to have this. All feeedbacks are highly appreciated.

    The user want to  block SO for 2 types below. System must block SO if the credit limit is exceeded and/or the payment is overdue
    Currently Two credit checks in OVA8
    1- Static check
    2- Payment Overdue check by Oldest Open Item ( 30 Days limit is set)
    But, now for SO block due to payment overdue need to be changed from 30 days overdue to any day overdue.
    How to acheive the above , Also kindly confirm that Static check contains OPEN ITEMS so Won't static check only carry the functionality to block SO for ANY DAY OVERDUE.
    Any feedback is highly appreciable.

  • How to remove billing block for rejected order

    Hi gurus,
    There is a question about billing block that needs ur help..
    A sales order's credit status in header level is "Not approved" and thus it's blocked for billing. We've rejected this sales order in all items, but this sales order is still showing in V23-Billing block report, how can we remove it from that report without changing Credit status?
    Or we have to update the credit status and then reject it again?
    Looking for your advice and thanks in advance.

    First tell me have you checked the credit status of that particular customer.
    Have you rejected all the item in sales order of the same order in which you have set the credit limit.
    then in that case you will have to increase the credit limit and then reject it.
    I hope it completed your work
    please let me know is it a proper solution.

  • 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?

  • Purchase order idoc - generate all lines with any changes

    when the orders idos is created new all material lines are created in the idoc
    when there is a change only the changed material lines are included in the idoc
    if no material lines are changed only the header idoc segments
    are created
    how can I have the entire puchase order idoc, header and all material lines, created for any change

    Follow Auto Sourcing And Auto Create/Release Checklist [ID 417966.1] carefully.
    Sandeep Gandhi

  • In Sales Order Users are not allowed to change price for any material

    Dear all,
    Please give me the solution :
    In Sales Order va02 Users are not allowed to change price for any material .

    Hi Amit
    If you  want that in VA01 manual as well as other pricing condiion entry and cahnges to be allowed and only in va02 users should be restricted ,then  you have following alternative.
    Go to  T.Code SHD0
    Select Transaction VA02.
    Create a new variant ,give suitable name.
    select option change with processing.
    So u can run a va02 transaction and for every screen u can create screen variant and control data entry whether required  , dispaly or hide.
    in this for  LV69a pricing  screen disable update button .
    so system wont change anything updated or cahnged in pricing.
    further you can create the variant transactions  from this transaction variant and assign to different users as per control requirements.
    I think this will help you
    Regards
    mandar

  • Is there any provision for viewing Sales Order at a plant level?

    Salute All !
    Is there any provision for viewing Sales Order at a plant level?
    Please provide TCode or any other way.
    Rgds
    Srivastav

    Hi
    Go to SPRO>Sales & Distribution>Sales>Lists>Define selection criteria.
    Select the Programme "SAPMV75A" , Trnsaction group=0 and pu display group=K and select the field =WERKS.
    Hope it will resolve.
    Regards
    Sanjay

  • AFS Sales order retrieve for any  Sold to party

    Hi,
    I am looking for a function module to retrieve all the sales order for any sold to party.
    I am working on AFS R/3.
    Please let me know which function module can be used for this.
    thanks in advance
    Binal

    Binal,
             Try  va05 for all sales orders. I guess va05  is also extended for AFS.
    Regards,
    Girish

  • Unable to put  Reason for Rejection for Return Sales Order

    Hi
    I am unable to put  Reason for Rejection for Return Sales Order.
    what may be the reason?
    Reg,
    Antaa21

    hi
    One of the possible reson could be, there is subsequent document created. Please check the VBFA table for document flow and see if there is any other document created for this line item, if yes then you have to reverse the same
    Check whether this field is maintained as DISPLAY only or not
    T-Code SE51(Screen Painter)
    Give Program Name SAPMV45A
    (before doing this confirm from the field from sales order, keep curcer on the pricing date press F1
    and then select technical details)
    Screen Number 4441
    (before doing this confirm from the field from sales order, keep curcer on the pricing date press F1
    and then select technical details)
    Select Attributes radio button.
    Go to Element list Tab. Inturn select Special Attribute tab in Subscreen.
    For Field Name "VBAP-ABGRU" Check what is maintained might be it is maintained as DISPLAY only.

  • IN AE 5.2 the difference between 'All Approvers' vs. 'any one approval'

    We are having an issue in AE 5.2 where we have a ticket that will split into two parts, one for a ECC path and the other for a BI path, where if the ECC path is approve and provisioned you can not open the BI half. The error is ' Request Approval Screen is not displayed because Request Status has changed'
    I was wondering if change the approval option for the stage will fix this but need a better undering of the two options.

    Clark,
    Changing the approval type will not fix this issue. All approvers means AE will wait until all the approvers on the request approves the request (eg. lets say you have 5 roles on the request, AE will wait for all the approvers for 5 roles to approve the request), if you choose any one approver, AE will provision access as soon as the first approver approves the request (eg. eg. lets say you have 5 roles on the request, AE will look for any one approval, as soon as the first approver approves the request, AE will provision the access.) This will be a Audit issue.
    To solve your issue. Please make sure you have value Request for Approval Level in the workflow stage (role approver stage)
    Hope this helps.
    Naveen

Maybe you are looking for

  • Help: folders in Mail disappeared!

    I regularly check two POP mailboxes in Mail in 10.4.3. While on vacation, I moved the Users/Library/Mail folder and my Mail prefs (Users/Library/Preferences/com.apple.mail.prefs or whatever it is) to my laptop and then proceeded to work from my lapto

  • Sync after hard drive failure.

    Im at my wits end-I really am. Why on earth is I Tunes so chuffin awkward. Right after a hard drive failure I've now gone and purchased a refurb desktop. Fortunately on my previous I Tunes library the default location for the library was on an extern

  • Issues connecting to sql 2005 database using Oracle sql developer 1.2

    I just installed the sql developer and was trying to use the quick migrate to try a migration from a sql server to oracle.. I am getting the following error message when i click on the retrieve database after entering the database credentials Status

  • How do you display the tables of EBS R12 (VIS)?

    Hi, My sqlplus does not work but I have an Oracle sqldeveloper. How do you display the tables info of order management module in EBS R12 for windows? For example: Base tables oe_order_headers_all oe_lines_all oe_lot_serial_numbers oe_sales_credits oe

  • RSNAST00 - Selection screen

    Hi! I need to call program RSNAST00 with selection of 2 output types for the same object key (vbeln). Is that even possible? When I select using a low and high value like below, only the output for kschl-low is created. wa_range_tab_kschl-sign = 'I'.