Pop up message for pending sales order.

My requirement is whenever a zgor sales order is being created for a particular material,if a pending sales order exists for the same material,the message should pop up : "number of sales orders pending for the given material",
Pls help me how to write coding for this to deliver a pop up message.

Hi,
         You need to find the correct exit for your req.  se38 -> sapmv45A-> INCLUDE MV45AFZZ and check the triggering point before saving the sales order . Write your necessary POPUP code..
Regards,
Kumar.

Similar Messages

  • Total value for Pending Sales order

    Hi All,
    Kindly tell where we can find the total value for the pending sales order. I think that there should be standard t-code for the same.
    Thanks & Regards
    Points will be rewarded

    Dear,
    One more problem has been highlighted of mismatch inthe values of Billing document and MC01 reporting.
    We have dispatched material for one customer for value Rs. 105000 and the same is shown as 20375 in the MC01 report. This is the First line item in the billing document.
    Kindly suggest the course of action or alternate solution.
    Thanks

  • To get an Pop up message while creating sales order to refer

    Hi All,
    We have requirement where in  a POP UP screen is required to display while creating a Return Order.
    The message can be" Please refer this return order  to sales order or to the Invoice if required"
    Please let me know is there any OSS note for this or Any user exit or any configuration set up...
    Since this is Standard SAP and some times return orders are created without referring to any document , we don't want to make reference field MANDATORY while creating  Return order.
    Thanks
    Veerendra

    You have to make a user exit in MV45AFZZ for it.
    But maybe it is better create 2 return orders: one with mandatory reference and the other without mandatory reference. The user will choose the right one.
    From my experience usually popups bore the user that in short time will ignore it always skipping even when usefull !!
    Roberto

  • How to created a Report to calculate On-Hand inventory for pending sales

    hi,
        how to  created a Report to calculate On-Hand inventory for pending sales orders.for this report what are the tables and fields we have to use give me sample report.
    thank you
    radhakrishna.

    Hi!
    Tables:
    VBAK - sales order header data
    VBAP - sales order position data
    VBUK - sales order status header data
    VBUP - sales order status position data
    VBELN field is the key between the tables.
    Statuses in tables VBUK, VBUP: A-uncompleted, B-partially completed, C-fully completed
    Regards
    Tamá

  • Pending sales order weight and value

    Dear all,
    Please guide me that how ill get pending sales order weight and net value for all line items.
    I used VBUK for pending sales order where lfstk = ''a' or 'b' and vbtyp = 'c'.
    for line item details i used VBUP where LFSTA = ''a' or 'b'.
    for further line item details i used VBAP, in BRGEW and NTEWR i get weight and value for particular line item.
    But if some line item is partially deliverd, then how i come to know that it is partially deliver and where its details are stored. how i calculate the partial delivered weight and value.
    Please help me in this issue.
    Thanks
    Puneet

    hi,
    vbap -for sales orders,
    likp - for delivary.
    if u need remaing qty in partial delivary then u use logic which satisfy the condition below.
    OPEN qty = Order Qty - Delivery Qty.
    by linking vbap & likp u can get this.
    regds:
    rajesh.k

  • Pending sales order with value

    Dear Experts
    Am using below query for Pending Sales order.I just want to multiple balance quantity with my price list 1.So  can anybody modify my query.
    SELECT T1.[DocNum] as 'Sales Order No', T1.[DocDate] as 'Sales Order Date',
    T1.[CardCode], T1.[CardName], T0.[ItemCode], T0.[Dscription], T0.[Quantity] as 'Sales Order Qty',
    T0.[Quantity]-T0.[OpenQty] as 'Delivered Qty', T0.[OpenQty] as 'Balance Qty' FROM RDR1 T0  INNER JOIN ORDR T1 ON T0.DocEntry = T1.DocEntry where T1.[DocDate] between [%0] and [%1]
    thanks in advance
    parikshit

    Hi Parikshit,
    Try this Query Report,
    SELECT T0.DocNum as 'Sales Order No', T0.DocDate as 'Sales Order Date',
    T0.CardCode, T0.CardName, T1.ItemCode, T1.Dscription,
    T1.Quantity AS 'Sales Order Qty', (T1.Quantity-T1.OpenQty) AS 'Delivered Qty',
    T1.OpenQty AS 'Balance Qty', T1.OpenQty*T2.Price AS 'Open Amount'
    FROM ORDR T0
    INNER JOIN RDR1 T1 ON T1.DocEntry = T0.DocEntry
    INNER JOIN ITM1 T2 ON T2.ItemCode = T1.ItemCode
    WHERE T2.PriceList = '1'
    AND
    T1.LineStatus = 'O'
    AND
    T0.DocDate BETWEEN '[%0]' AND '[%1]'
    Regards,
    Madhan.

  • Message: Stocks already exist for the sales order

    Hi Gurus,
    I am trying to change the material valuation class in MM02. I am getting an error Stocks already exist for the sales order. Even though there exists no stock. SAP note suggests to make this error message as warning message. Could you pls help me to know the message class and number?
    Thanks
    Shashi

    Jürgen,
    Yes, you are right. SAP, unfortunately does not tell that stock does not exists in current or previous period. As I consultant, I have assured that there exists no stock in current and previous period. However, I am not sure, still why this message is thrown. Its checked in MD04 that nothing is assigned to material and in MMBE no stock exists. We shall take care of this Sales order that it is not used after changing the valuation class but now I need to know what is the message class and number for that error. Suggestions would be much appreciated.
    Shash

  • Credit management for Old sales orders

    Hi experts,
    pls consider the follwing example where i am facing some problem.
    I activated the Credit lock system in Sales order level (Warning message with release strategy)and in PGI. (Warning message with release strategy).
    Customer A
    C.limit : 10000
    Outstanding : 7000
    Sales value(Without pending sales order value): 2000
    Eli gable new sales order value  1000
    Pending sales order value 5000(Sales order no 111)
    Now if i process this old SO no 111 in VL01N i am getting error that Order blocked due to credit limit. But i activated dynamic credit control only in sales order and in PGI.Not activated in VL01N level.
    Awaiting for your valuable reply.
    Thanks
    SR

    Hi
    1.KIndly check in the sales order that you have maintain the payment guarentee procedure because of this the system is not allowing to do the delivery
    PATH: VA02sales order no-Go toItembilling document---payment guarentee procedure
    so kindly check that and remove or assign the financial document to that for processing the billing
    2.Check the credit lock procedure is release or not
    By doing above the issue will be resolved,kindly check and confirm.
    if you have any further clarifications let me know
    REgards
    Damu
    KIndly check the belwo

  • Deletion of pending sales orders

    Hi,
    I have checked the existing threads regarding deletion of sales orders, but I want to know how to delete or archive all the pending sales orders in one shot.
    And is it possible to search all the pending orders through 'va05n'.?????
    Please suggest.
    Thanks & regards,
    Rupam.

    Dear All,
    I have executed the transaction 'Mass' for pending order rejection, but I have faced some problems.It is not working properly for those orders where some line items have already been fully delivered and some are open or partially delivered.
    Another critical issue is that, this operation can't be performed for specific line items in multiple orders, which is a limitation.
    can any one give me any idea to overcome this problems???????
    Thanks & regards,
    Rupam.

  • 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 create one delivery for multiple sales order

    Hi!! Friends,
    Can some one explain the steps to be followed in creating one delivery for multiple sales order in SAP SD.
    Regards
    AKASH
    Message was edited by:
            AKASH TAMBI

    Hi.,
                  You can combine different orders in to one delivery ,But for the customer Order combination should be checked in  the sales area data of the shipping tab,we can combine orders but the ship to party,Route,Inco terms,Shipping date,shipping point should be same,you can do in T.code VL04 & VL10
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • How to exclude sales office for combination sales order type/division?

    Hi experts,
    I would appreciate if you could advise: How to exclude sales office for combination sales order type/division in ECC 6.0 ?

    Hi
    Standard SAP functionality would not be able to cater to this. Ideally create a Z table with sales order type and sales office combination. Put in entries for combinations that are allowed. In Sales order program MV45AFZZ use the exit USEREXIT_MOVE_FIELD_TO_VBAK. In this exit write down the logic passing the sales office determined and the order type and check if the entry is there or not. If the entry is there then it should go on to the next step. If it does not then pass an error message. You need to use the help of your ABAP er for this.
    Thanks
    Indranil

  • VPRS Cost not pickibng only for single sales order

    Hello Gurus
    Goodevening every body
    If we maintain  two prices  in material master one is moving average and another  one  is stanrdard price which  price the system will pick in the  sales order of my pricing procedure.
    Note-Only for one sales order system is not picking  VPRS  cost in my sales when was doing testing and giving some  message  in condition analysis -VPRS     111 Condition ignored (requirement 004 not fulfilled)
    I tried to analysis it but not able to come final conclusion this  message
    I am looking for your inputs
    Thanks in advance
    Regards
    Venkat

    Something wrong in the "item category" settings for that material.
    Pls activate "determine cost" control in the item category setting.
    Revert back for confirmation.
    Rgds
    Sumanth.Gururaj
    Consultant/Systems Analyst - SAP SD/MM

  • Special stock indicator for the sales order (VBAP-SOBKZ=)

    Dear All,
    I am getting a warning message while making an initial entry of stock with Mov.Typ : 561 and Special Stock Indicator (E), i.e., "The special stock indicator for the sales order (VBAP-SOBKZ=)is different from the special stock indicator in the goods movement.
    The system is allowing to post the initial entry of goods but when I am trying to do a PGI, it is throwing an error saying that, deficit of stock in the specific storage location.
    Can anybody help me out with this problem ?
    Reward points shall be awarded.
    Rgds,
    Indrajit Dey

    Hi Indrajit,
    Please post the stock with Special Stock Indicator (E), and againest sales order and item.
    Go to MB1C transaction enter Movement type,Plant and special stock indicator E.
    After that you enter Sales order Number and Item then save the document.
    Noe you try to do PGI,
    I hope it will help you,
    Regards,
    Murali.

  • I am unable to see print preview for my sales orders in VA03.

    Hi All,
    I am unable to see print preview for my sales orders in VA03.
    When ever i am selecting an order and from
    menu-> sales document-> issue output to
    it is raising information message on my status bar no output
    has been selected for printing.
    How can i view may print preview for sales order other
    than from va02/vao3.
    Can we view preview of a sales order if there is no output type is mapped to
    form. if yes can please give me the steps.
    Thanking in advance.
    Best Regards,
    TRS GUPTA

    Hi,
    Go to NACE transaction , from there choose the V1 application,now click on Output types. now see the Output types for print related.
    Now use them for your preview.
    you need to provide Output type  to view the preview
    May be you are missing some configuration(in your case Order type may be Z* so it requires Some Config ).
    Regards
    vijay

Maybe you are looking for