How to find that a sales order for which there is  delivery but no goods

Hi
How to find that a sales order for which there is  delivery but no goods issue has been done i.e we have an open delivery for a sales order.
How in VBUK table can we find  out with the sales order no .
Thanks in advance

make use of table VBFA.
Regards
Peram

Similar Messages

  • How to find number of sales ordered for customers made

    Dear All,
    Is there a standard way in SAP to know, how many Sales Orders of a particular type did customers ordered in a certain time period.
    I wanted to know ? Which customer orders most orders and who ordered least.
    Thanks & Regards
    Venkat

    Hi Venkat,
    Go to [SE16]. Enter the table name as VBAK. Enter the Sales Document Type and time period in the selection screen and execute the query. Save the output into a excel sheet using System -> List -> Save -> Local File.
    In excel, you can sort and group the data as per your requiremet.
    Regards
    Nadarajah Pratheb

  • How to know that a sales order is approved?

    Hi all,
    Can any one let me know how to know that a sales order is approved? Is there any flag or status code to pull the information from the backend?
    Thanks for your help,
    Prathima

    Hi Prathima,
    Oracle Order Management does not have any approvals, i.e. there is no status as 'Approved' for Order. You can consider an order to be final once it is booked, which you can know from the booked_flag or the value of flow_Status_code field in oe_order_headers_all.
    Hope this helps

  • How to find out the Sales order no based on spool no

    Hi Experts,
    Anyone tell me how to find out the Sales order no based on Spool no.
    Thanks and regards,
    Amjad

    Hello Mohammed,
    Please check the following SAP Spool tables for your spool request.
    You will find your required document number as an Object key in these tables.
    TSCMSTAT   --> Field OBJNO
    SOOS           --> Field APPLKEY (Document number will be a part of this key)
    If your document is getting printed by SAP Script, then dont forget to take SCR value in the OBJTP field while searching for your record.
    Thanks and Best Regards,
    Vikas Bittera.
    ***Points for Usefull answers ***

  • How to find who deletes sales order?

    Dear All:
    how to find who deleltes sales order ?and When ?
    Anyhelp will be appreciated!
    CynthiaYu
    20081221
    Edited by: yu Cynthia on Dec 21, 2008 4:19 AM

    Hi Cynthia
            Check in VA05 or VA05N list of sales orders  also where you can see the status of the sales document
           Apart from the above this standard  report will help you to some extent
            VEXP -Expiring SD Documents
        Regards
        Srinath
    Edited by: sri nath on Dec 21, 2008 11:34 AM

  • Sale orders for which invoice has been created

    is there any table in sd module from which we can find out the list of all sales order for which invoice has been created.

    Hi
    Kindly Table VBFA.It is sales document flow table containing data from the begining of sales order till the invoice.
    VBTYP_N = 'M'  invoice
    Thanks
    Subha

  • How to  find the Open sale orders till date for  given plant and material ?

    Hi experts,
                     I have a requirement to calculate the open sale orders for a given plant and material. I have tried in VA05 wherein i can get only for the material and sales area combination. From the document nos obtained from VA05 i can then find the plant. But my question is how do i get the output of VA05 into my progra. (can i use submit for a module pool report ).
    Also if ther is some other standard table or Function module to find the open sale orders till a given date ,it will be even more helpful....in which case i can drop the VA05 route.
    Kindly help
    Thanks in advance
    Ashwin

    Hi Ashwin,
        You can use SAP Tables VBAK and VBUP to get to know if the document is complete or not.
       VBUK-GBSTK is the field that will give you the status of the Sales Order .
      VBUK is used at header level , whereas VBUP is used for Item level.
      So in your case what I would do is :
      Get the Sales Orders that satisy the plant and material criteria from VBAP table , take this Sales Document numbers and go to VBUK or VBUP table to get the Sales Order Status. 
       If I need to find the open quantity as well I will link to VBFA table based on the document number.
      Reward if helpful.
    Thanks,
    Imran

  • How to find whether the sales order is intercompany or not?

    Hi guys,
    I created a sales order. In that i changed the plant which is there in other company code. so it bcomes like a intercompany sales order. but the problem is if i go to change mode how can I findout it as intercompany sales order.
    thanks & regards.
    venkat

    Hi Venkat,
    As every one have already explained other points,in standard SAP there is no provision to determine as if the sales order is intercompany or not.
    But if you  want you can create a user status as normal sales order and intercompany sales order.So by checking the status at table level or in order you can determine if it is Intercompany or normal sales order.
    Best way is to create a different document type itself which will be exclusively used for intercompany orders.So it will be easy for reporting and tracking purpose.
    Reward points if useful
    Regards,
    Amrish Purohit

  • How to create Returns against an order for which Credit memos exist

    Dear Gurus -
    I am getting error message 'Credit memos already exist for item 000010: 1 PC' when trying to create a return order against a standard order for which I have already created a credit memo request.
    Following are the detailed steps:
    1) Created a standard Order
    2) Created a Delivery and Transfer and Posted the Goods Issue
    3) Created a Billing Doc
    4) Created a Credit Memo request against standard order for Qty '1'
    5) Removed Billing Block and released the credit memo request
    6) Created a Credit memo
    Now when I try to create a return (Order type 'RE') for the same standard order; I get following error message
    'Credit memos already exist for item 000010: 1 PC'
    Can any one guide me how can I resolve this issue?
    Thanks!

    What was the original despatched quantity ??  It should have been more than 1 in which case, system wont give this message.
    Also for your credit memo, you would be having a separate item category.  So go to VOV7, select that item category and untick the box for "Sched.Line Allowed".
    Now retry your process and update the forum.
    thanks
    G. Lakshmipathi

  • How to find the obsolete sales order

    Hi Gurus,
    how can we find out the obsolete sales order in the system, in our situation these orders consuming the forecast now and causing problems..how to find these and delete..please share your ideas

    Hi
    Please go to Se38 and execute /SAPAPO/SDORDER_DEL report. You can execute the report for respective location by using different flags. I hope this will provide you the required information.
    Thanks and Information.
    Amol

  • How to activate Approval in Sales Order for the UDF with condition

    Dear Expert,
                       I have created the UDF field Rebate(type amount) in Sales Order.I want to activate the approval procedure for this UDF with condition where Rebate is greater then Zero.I had applied the query and Activate it in approval procedure.--
    SELECT (Case When IsNull(count(T0.[DocEntry]),0) <>0 Then 'True' Else 'False' End) AS TF            
    FROM Ordr T0   where DocType='I' AND t0.U_rebate >0 and convert(Varchar(20),T0.[CreateDate],103) =(select convert(Varchar(20),Getdate(),103))
    But I found that the approval procedure activate every time inspite the Rebate field is Zero.
    Plaese suggest some soloution for it.
    regards,
    PankajK

    Hi Pankaj......
    Try this.......
    Select Distinct 'True' From ORDR T0 Where T0.U_Rebate>0 and T0.DocType='I' And T0.DocNum=$[ORDR.DocNum.0]
    Hope this will help you.......
    Regards,
    Rahul

  • How to trace that particular Sales Order is changed (amended)

    Dear All,
    The issue is to know whether the particular Sales Order is Changed (amended).
    Is there any concept in Sales Order like amendement.
    Requirement is, once the order is created n later the customer specifications are changed n accordingly they have made changes in Sales Order (VA02) too.
    However, now client wanted to track the record of this particular Sales Order which is Changed they call it as Amended & they even wanted to know how many times its changed. For eg., If suppose 100 is the Sales Order No. after the changes in VA02 it should have some version of 100.
    i/p will be helpful n rewarded too.
    With Regards,
    Vijayashree

    Hi
    Go to VA02 -
    In menu path ENVIRONMENT -- Changes---
    this is available in all versions
    And available in sales, delivry, billing documents
    also in customer and material master
    Reward if helpfull
    Muthupandiyan

  • How to find status of sales order without OBJNR

    Hi All,
    Could you please let me know how to find staus of a sales order without VBAK-OBJNR, sales order type is debit memo request(VBAK-AUART = 'L'), it has no status icon in status tab, and VBAK-OBJNR is empty, but 'Rejection status' is showing as 'Everything rejected' in its status tab.
    Thanks & regards
    RK

    HI,
    I just verified with other statuses of sales orders, it is confirmed,
    Many thanks.
    Regards
    RK

  • How  to find cancel of sales order data?

    hii friends,
    now i am creating a sales register so i have need  to calculate the value of cancel of sales order and return of sales material. sp plz give me table name and bill type for sales return and cancel.

    Table for Sales Return is ORDN for header and RDNX for lines.  As for canceled Sales Order, there are no special table but the same ORDR with field value for CANCELED as 'Y'.
    Thanks,
    Gordon

  • How to find out the GR Numbers for which IR has not been done

    Hi Sap Gurus,
    Can anybody tell me how to find out the G R Numbers for which Invoice Receipt has not been done. Any TC or ant standard process to find out.
    Thanks N Regards,
    Siddhartha

    Hi Siddarth,
    Solution :
            1) Go to SE16 - Table Name : EKBE (PO History)
            2) Field - BUDAT (Posting Date)
            3) Transaction event Type:
                             - 1 (Only GR's )
                             - 2 (Both GR and IR)
            4) We can fetch both GR Numbers and also PO Numbers for which IR has not been done if transaction event - 1.
    In addition to MB5S, you can try this also...

Maybe you are looking for

  • Wait events - how to read it

    Hi frnds, As, I'm beginner to performance tuning I dont know What action do i need to take? I mean how to read the output which I given below. this is the output suffering buffer busy waits. Could anyone please tell me CLASS TOTAL_WAITS TOTAL_TIME da

  • Error -604 by open registry key in Windows 7

    Hi everyone, I've tried to read an entry in registry on a Windows 7. The program was written on a Windows XP with LabVIEW 2010.  It works fine on the other windows XPs but not on the Windows 7. It always returns an error -604 , and tell me it can't f

  • Making .exe for a java file

    Hello all, i'm much interested in making a java file to be in .exe form without using any IDE's available for JAVA . Is it possible for us to make the .exe form of a java file to be executed in a machine which has only JRE AND JVM.

  • How to make both headphones play the same sounds?

    I've noticed that for many songs, each headphone plays a slightly different part. I know there's a way to toggle this on other phones, but I don't know how to do it on an iPhone or Mac. If anyone knows could you let me know? Thanks.

  • Boot image for SUP720/MSFC3

    I had a dig around today on the software center but could not find a boot image for this blade, does such a thing exist? Would prefer a 12.2 image if possible...