Open PO QTY Table

Hi,
I have to find out the open purchase order quantity.
could u tell me the table name and file name..
Regards,
Dhanush.s.T

Hi
In EKPO table field ELIKZ  is for Delivery completed
PO's for which this flag is not ticked are considered as open PO to get Open order Qty u need to check fields
   MENGE                           Order quantity
   WEPOS                           Goods receipt
Diff bet these two fields is Open Order Qty
Vishal...

Similar Messages

  • Open order qty,Delivered qty,issued qty, and closing stock---Tables

    Gurus,
    I need to Prepare a report which will show open order qty,Delivered qty,issued qty, and closing stock.
    Please help me with table names where i can find .
    Regards
    venu gopal

    Hi,
    Try EKPO & EKBE tables..
    Thx
    Raju

  • Table to read Open PO qty.

    Hi,
      I want to know the table from where we can get the Open qty. of PO directly.
    regards,
      zafar

    check table EKET (Scheduling Agreement Schedule Lines)
    Open Po Qty = field: MENGE(Scheduled Quantity)-field: WAMNG(Issued Quantity)

  • Is ther a FM to get the open order qty for a particular material &salesorg?

    Hi experts,
                    I have requirement to find the open order qty for a given sales org (plant will be even better ) and material in my report. I do not want to use the standard tables as i need to fetch all records without any time restriction.So it is takin a lot of time.
    I know i can find it in va05 but i want to know if ther is  some standard function module which can serve this purpose.
    Kindly help.
    regards
    Ashwin

    Thanks for the reply,
    Can you kindly elaborate what i need to pass to the function module ?
    What do I have to pass in the tables LVBMTV and LSELTAB ?
    In which field will i get the open quantity for the material and salesorg ?
    Kindly help,
    Regards
    Ashwin

  • Open Order Qty

    Dear experts,
    We are devloping one report, where i want to find the open order Qty from POs having delivery date in next weeks period.
    That is i wanted to find the POs having delivery dates in next weeks period from current date( Date i entered)
    Which tables and fields and logic we can use for finding the same.
    Regards,
    MM

    Dear,
    Please Check ME2N.
    Enter ME2N, select selection parameter as WE101.
    Click on execute button .
    Also use table EBAN for purchase order Delivery date and field is LFDAT
    Regards,
    Mahesh Wagh

  • Material Stock along with open order qty

    Dear All,
    Is there any standard report where in i can get the stock of any material at a location along with the Open purchase order qty
    for multiple item
    in mmbe i can get only single item wise ...
    kindly guide.
    Shailesh Panchal

    Dear,
    There is no std report as per ur requirement, u need to develop a Z-report for ur requirement.
    Make use of table MARD for UR Stock, and
    open PO qty check table EKET (Scheduling Agreement Schedule Lines)
    Open Po Qty = field: MENGE(Scheduled Quantity)-field: WAMNG(Issued Quantity) and also check
    In EKPO table field ELIKZ is for Delivery completed
    PO's for which this flag is not ticked are considered as open PO to get Open order Qty u need to check fields
    MENGE Order quantity
    WEPOS Goods receipt
    Diff bet these two fields is Open Order Qty
    Regards,
    Gopala.S

  • How to get the Open Order Qty value from Transaction Code RWBE?

    Hello,
    Recently I have a program that needs to extract the value of Open Order Qty value from RWBE.
    My specific steps are as follows:
    - I go to tcode <b>RWBE</b>
    - I select the <b>material and plant</b>
    - I tick the checbox for <b>"Also select special stocks"</b> and <b>"Also select stock commitments"</b>
    - I execute the program double click one of the rows for the <b>Unrestricted Use coulmn</b> and view the <b>Open Order Qty</b>.
    My question is how is this particlar variable attained? I tried Ekbe and the ELIKZ feild from EKPO and I still cant seem to get the right value.
    Hope to hear from you soon.
    Thank you and good day.

    check with FM :
    CALL FUNCTION 'MB_ADD_PURCHASE_ORDER_QUANTITY'
           EXPORTING
              x_matnr = t_matnr-matnr         " TGA/4.6 Erw. Lot
              x_meins = t_matnr-basme         " TGA/4.6 Erw. Lot
                x_matnr = prt_matnr-matnr  " TGA/4.6 Erw. Lot
                x_meins = prt_matnr-basme  " TGA/4.6 Erw. Lot
                x_elikz = space
                x_loekz = space
           TABLES
                xtab    = xtab
                xwerks  = r_werks.
    above fm will get open order qty for given material in po

  • Opening stock Balance Table

    Hi,
    I am writing FS for the following fields
    In selection screen i am selecting
    Material
    Posting date
    Plant
    Output
    Opening stock stock
    GR
    Issue
    Balance
    Closing Stock
    My problem is from which table to fetch  opening stock qty  which belongs to 3months back
    For example i am running this report from Jan09 to March 09 so my query i want opening stock for the month of Jan09 and subsequently reduction in stock after each issue.so from which table i can get this information.
    Need your expertise help
    Regards
    Vivek

    Hi Vivek,
    To Calculate Opening Stock & Closing stock there are different procedures.
    It just depends of\n the client requirements & usage of the material.
    For example, we have different types of stocks, like, Through Pipeline, Special, Unristricted, quality, safety,
    and many types of stocks.... so all these types are indicated in MSEG tabe in SOBTZ field,...
    Now Comimg to your Query, You need to calculate OPENING & CLOSING STOCK.
    We have a similiar standard report in MB5B Tcode..
    to get the same results in your report do like this...
    For valuated stock go to the MARDH, MBEWH, MCHBH tables But I Prefer MBEWH.
    here in MBEWH give the month & year and you get the result in LBKUM field...
    For Special stock, You need to go to another table like MKOLH,,(I forgot still 2 more) and
    give the month & year inputs and you will get the result in SLABS field.
    and remaining MB5B refers to its deetails lists with different Movement types,
    whcih you can get clearly from MSEG Table...
    Hope you can write the select Queries accordingly.
    If you want to find the Stock for a particluar date, It is not available in any table as I know,
    Rather you need to do calculations like this.
    1. Select the stock (Menge) till date from MSEG and add all with different movement types,
    Its a logic need to ask to your functional consultant,
    like 101 added to stock, 601 sales, 102 rejeted, 602 added back to stock,... transfers, 261,,, like this.
    But take a little time, get all these by using MKPF & MSEG tables... thats it.
    Or----
    2.Tables are MSEG , MKPF ... use Debit / Credit indicator ( Do not go woth any static Movement types ) and u have to consider all stock related table
    MBEW , EBEW etc..., to get the stcok on particular date .
    Please refer to Std. Tcode FBL5N for reference.
    Thanks & regards,
    Dileep .C

  • Open target qty in quantity contract

    Hi Experts,
    I would like to create a report to display what is the open target qty of the contract. is there any report where we can see the target qty and open target qty. in which table I can find the open target quatity of the contract?
    Thanks
    Sri

    Hi,
    If you getting desired results from standard reports then its fine, otherwise you need to develop your own report by using Table
    EKAB which contains all the contract release order i.e P.O for a particular contract.
    So by using this EKAB  table you can easily develop your report

  • Open requirements qty

    where do i get the table for the field "open requirements qty" from the missing parts list? i want to create a query that shows per production order, here are the components, the missing parts, and the missing parts quantity

    Hi,
    Check below table
    RESB- Reservation/dependent requirements
    there is no direct field "open requirement qty", but you need to calculate Open Qty = Requirement Quantity - Withdrawn Qty after sum up all lines and dont included deleted line, final issue, phantom
    Table RESB, fields (AUFNR, XFEHL, MATNR, WERKS, BDMNG, ENMNG, BDART)
    hope this will help for you
    Regards,
    Sankaran

  • Report listing Material and Open PO Qty

    Hello,
    Is there a standard report that can give me the following?
    Material | Open PO Qty
    This would be specified for a particular purchasing organization, they are just looking for what is currently on order amongst all of their materials and they do not want to see the purchase order # in the report...just a total of what is on order.  Any help would be greatly appreciated.  I have tried looking into transaction ME2M but unfortunately WE101 scope of list isn't a selectable option for us.
    Thank you,
    Andy

    Thank you for the responses.  I solved this by going into transaction ME80FN, specifying a specific purchasing organization and all purchase orders over a fixed period for document date (I used the beginning of this year to today).  I then execute this, select the "Delivery Schedule" layout and export this into Excel.  Subtract Quantity Delivered from the Scheduled Quantity via a PivotTable, and this can give me a list of open PO's for a specific material.
    Not the easiest way to find the information, but it does work using a standard report.  For more consistent reporting ABAP development would probably be recommended.

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Open items in table BSID

    I want to find the open items in table BSID, how should I do?
    Try to ask a specific question. Everything in BSID is open (or not open item managed).
    Edited by: Rob Burbank on Apr 26, 2009 10:57 PM

    Hi Maulik,
    Dicsount he can take can be calculated from the payment terms..
    Discount he had takend should can be calculated only after the payment is recd. It is directly stored in the tables.
    Hence to meet your requirement, you would need to develop a report with the above fields in place.
    Hope its clear for you now..
    Good Luck!
    Lucid-Mind....

  • Program or Function module to delete data from Open Hub Destination Table

    Hi All,
    Can anybody suggest me a Program or Function module to delete data from Open Hub Destination Table.
    Thanks & Regards,
    Vinay Kumar

    You can simply goto t-code SE14 mention the open hub destination table and Delete data by clicking on "Activate and Adjust database" with radio button "Delete Data".
    Regards,
    Arminder

  • Java.sql.SQLException:Cannot open any more tables.

    I have such exception(java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Cannot open any more tables.) when I try to make request to database:
    if(null!=con)
    try{
    Statement stmt;
    stmt = con.createStatement ( ResultSet.TYPE_SCROLL_INSENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs= stmt.executeQuery(quary);
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ex.printStackTrace();
    }//try
    But exception occurs after several requests(about 20). First 20 requests work fine. What is it? Thanks.

    Statement stmt;
    stmt = con.createStatement ( ResultSet.TYPE_SCROLL_INSENSITIVE,
    try{
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs= stmt.executeQuery(quary);
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ex.printStackTrace();
    }//tryyou should reuse the statement rather than opening it for every query
    Good Luck

Maybe you are looking for