Table for onorder stock

Hi All,
Please tell me the table where onorder stock for material will be stored.
Thanks and Regards
Pavan

Hi,
   On order stock is your open PO qty.
u can make use of table EKKO, EKPO, and EKET   in EKET u can get details along with scdheule line filed MENGE is your order qty and WEMNG is goods recvd. qty  MENGE - WEMNG gives the pending PO qty.
regards,
  zafar

Similar Messages

  • Z table for Closing Stock

    Hi ,
    My  requirement is to make Z table for closing stock.
    As ours is a pharma firm  and we have implemented SAP in Aug 2008.
    Now for  closing stk  we are using S033 and MSEG table to get opening stk
    SELECT SUM( mzubb ) SUM( magbb ) INTO (w_dr_menge , w_cr_menge)
            FROM s033
           WHERE sptag < so_fkdat-low
             AND werks = werks
             AND matnr = matnr.
      w_opening_balance = w_dr_menge - w_cr_menge.
    and for closing stk = opening stk - sale + receive.
    Now the problem is  when we want to retrieve data for closing stk for last month ,it is checking all the records since Aug 2008  for opening stk and it is taking too much time to retrieve data.
    Can anyone plz suggest any alternative for thsi problem.
    I will really appriciate your help.
    Regards,
    Archana

    Hi
    done this before. for sure you will experience an performance problem in your current setup. what we did is we create a program that calculates the ending inventory of the month then beginning inventory of the following month we are executing this in every end of the month. In that case when we need to access the previous month the ztable must be use. make sure that your program can do rerun of the ending and beginning of stock because there are chances of previous posting of reversals.
    Thanks,
    Best regards,
    Etrafanob

  • Table for warehaouse stock

    Hi everybody,
    Can anyone tell me what is the database table for warehouse stock(i.e for without special stocks).
    Quick response will be highly appriciated.
    Thanks,
    Prasant.

    Hi,
    Please check in Table LINV.There you will get all the stock details.
    regards
    venkadesh

  • Table for Intransit-stock

    Want to know the table for intransit stock.  Intransit stock means, when we carry out movement type 641 against STO  and the receipt against the same in movement type 101 is not taken.  Till the receipt is not taken at movement type 101, this is called intransit stock.  Where is this stock stored?

    check out in marc or mard tables

  • Problem related to tables for  consignment  stock taking?

    Hi All,
    please tell me  from where  can I get the data for Consignment Stock as On Date?

    Hi Abhinav,
    You may try with the table MARD - Storage Location Data for Material
    Regards
    Ramesh Ch

  • Table for Special Stock Types

    Hi All,
    I am creating a report to display the stock information of a material. In that i need to include all the special stocks also.
    Can anyone please tell me the table containing the data for special stock type E,K,M,O,P,Q,V,W,Y

    Check these tables.
    MSCA     Sales Orders on Hand with Vendor
    MSCD     Customer stock with vendor
    MSCS     Customer stock with vendor - Total
    MSFD     Sales Order Stock with Vendor
    MSFS     Sales Order Stock with Vendor - Total
    MSID     Vendor Stock with Vendor
    MSIS     Vendor Stock with Vendor - Total
    MSKA     Sales Order Stock
    MSKU     Special Stocks with Customer
    MSLB     Special Stocks with Vendor
    MSOA     Total Sales Orders on Hand with Vendor
    MSPR     Project Stock
    MSRD     Project Stock with Vendor
    MSRS     Project Stock with Vendor - Total
    MSSA     Total Customer Orders on Hand
    MSSL     Total Special Stocks with Vendor
    MSSQ     Project Stock Total

  • Tables for batchwise stock

    Hello Friends,
    can anybody tell be the tables used in mmbe report ie batchwise stock for material.
    i want the tables for the same
    Regards,
    Sunny

    kna1,
    lfa1,
    lfm1,
    tcurm,
    makt,
    mara,
    marav,                           
    marc,                                  
    marcv,                                
    mard,                                  
    marm,                                  
    mchb,                                 
    mcha,                                   
    mch1,                                 
    mkol,                                                       
    msca,                             
    mska,                                  
    msku,                                    
    mslb,                                  
    mspr,                                   
    ekbe,                           
    ekpo,                                  
    resb,                         
    vbbe,                    
    t001,                                  
    t001l,                               
    t001w,                              
    t006a,                                  
    t134t,           
    T134W,                      
    t148,                                  
    t148k,                                
    t136,                                   
    t136a,                         
    t136e,                                 
    t136f,                                  
    t136v,                                 
    t157b,                                 
    t320,                                
    t340d

  • Table for temporarily stock /requirement  for tocde /afs/mdo4

    Dear expart,
    I developed a zreport for display STO number, Production order number, operation etc.
    mainly I use here AFPO,AFRU, MSEG, MCHB & J_3ABDSI Table.
    My problem is, when I compare with Tcode /afs/md04 tab-temporarily stock /requirement  .
    for some MATNR
    data show properly.
    and some MATNR are blank  with message Last MRP run on 04.04.2011 or such date.
    Hhow i can filter the in Z-report which MATNR are not in Tcode /afs/md04 tab-temporarily stock /requirement  .
    my code is.
    SELECT  j_3abdsiaufnr j_3abdsimatnr j_3abdsij_4krcat j_3abdsimbdat j_3abdsi~menge INTO TABLE it_eket FROM j_3abdsi
        FOR ALL ENTRIES IN it_final1
        WHERE
              j_3abdsi~j_4krcat = it_final1-j_4ksca AND
              j_3abdsi~matnr = it_final1-matnr AND
              j_3abdsi~werks = it_final1-werks AND
              j_3abdsi~bdart = 'TB' AND
              j_3abdsi~plart = 'B' AND
              j_3abdsi~bsart = 'UB'.
    Pls help .
    Rayhan
    Edited by: Abu Rayhan on Apr 5, 2011 10:24 AM

    CLEAR i_data1.
      REFRESH i_data1.
      LOOP AT i_mara.
        READ TABLE i_marc WITH KEY matnr = i_mara-matnr  BINARY SEARCH .
        IF sy-subrc = 0 .
          CALL FUNCTION 'J_3AM_DISPOSITION_DISPL'
            EXPORTING
              i_matnr                 = i_mara-matnr
              i_werks                 = p_werks
          I_DIALOG                = ' '
          I_SPERR                 = ' '
          I_AUFRUF                = ' '
          I_BANER                 = ' '
             i_todate                = todate
          I_HEADER_ONLY           = ' '
           IMPORTING
             ex_dbba                 = i_data3
          E_MDKP                  =
          EX_PBBD                 =
          EX_MELD                 =
          E_CM61M                 =
           EXCEPTIONS
             material_gesperrt       = 1
             wbz_fehler              = 2
             material_prgr           = 3
             dispo_gesperrt          = 4
             OTHERS                  = 5
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ELSE.
            IF i_data3[] IS NOT INITIAL.
              LOOP AT i_data3 INTO i_data4 .
                  IF ( i_data4-j_3astat ='A' OR i_data4-j_3astat ='T') AND i_data4-j_3abskz ='C'   .
                    READ TABLE i_t001l WITH KEY lgort = i_data4-lgonr  BINARY SEARCH .
                    IF sy-subrc = 0 .
                      CLEAR i_data1str.
                      i_data1str-matnr = i_data4-matnr.
                      i_data1str-j_3asize = i_data4-j_3asize .
                      i_data1str-lgort = i_data4-lgonr.
                      i_data1str-menge = i_data4-menge .
                      COLLECT i_data1str INTO i_data1.
                    ENDIF.
                  ENDIF.
              ENDLOOP.
            ENDIF.
          ENDIF.
      ENDLOOP.
    Questions
    i_mara  recordset 500 material
    It take more than 3 house to finished this report.
    do changed ?
    do you help me ?
    Think.

  • Table for Customer stock in Quality inspection

    Hi
    In which Table the following is stored
    For current month
    Customer stock in Quality inspection
    Unrestricted use Consignment Stock
    For previous month
    Customer stock in Quality inspection
    Unrestricted use Consignment Stock
    Thanks
    RG

    >
    R G wrote:
    > Hi
    >
    > In which Table the following is stored
    >
    > For current month
    > Customer stock in Quality inspection
    > Unrestricted use Consignment Stock
    >
    > For previous month
    >
    > Customer stock in Quality inspection
    > Unrestricted use Consignment Stock
    >
    > Thanks
    > RG
    Check the following tables:
    MSKU,MKOL
    MSKUH,MKOLH
    Regards,
    Indranil

  • Table for Reseved Stock in MMBE

    Hi Expert
           In which table we will get the Reserved stock value in MMBE transaction
    Regards
    Manoj Kumar

    What i think is that it is always Calculated in transaction  the TABLE will Be MSEG and MKPF when ever you  reserve stock...it using goods movement it will create a material document
    try using BAPI_MATERIAL_STOCK_REQ_LIST
    Edited by: Anup Deshmukh on Feb 18, 2010 5:31 AM

  • SAP tables for stock and batch

    hi MM guys
    I have a requirement to check stock of the material before issuing to Process order. Can anybody pl.tell me the exact table for the stock and batch for that material.
    Regards
    Laxmikanth

    Hi,
    Thanks to all.I am getting the stock and batch but my requirement is to check total stock which is available on the day of posting.
    Actually in COR6N in PP when they do goods movement even stock is not avilable still system is allowing to post the materials .And in MMBE it is showing negative stocks.
    So pl.send the table which can give me total stock on a given date.
    Regards
    Laxmikanth

  • SAP tables for stocks at warehouse level

    Hi
    Can anyone let me know which are tables for the stocks which are maintained at the warehouse level.
    sunil

    LQUA

  • Table for Storage to Storage Stock in Transit.

    Dear Friends,
    There are two storage locations : A and B
    Created STO  and Posted  goods issue with VL10B & VL02N from Storage Location A but not received in Storage Location B
    I can find this stock in report MB5T.
    Now my requirement is to have the Table and Field for the stock in Transit for a material specific to storage Location B.
    I am unable to find them in MARC or MARD and MSEG also does not give the right picture. This is for a report to be developed.
    Thanks

    Hi Gusu.
    You can use, the tables EKET, EKKO and EKPO, the report MB5T use the next criteria for extract the information.
    Get PO's within the selection criteria, with delivering plant
    and more goods issues than goods receipts.
    SELECT matnr ekpoebeln ekpoebelp pstyp sobkz umren umrez meins werks
           ekkobukrs eketmenge netwr waers wamng wemng wkurs kufix reswk
           ekpo~menge AS bstmg ccomp bsakz retpo
           INTO CORRESPONDING FIELDS OF TABLE xmdbs
           FROM ( ekko INNER JOIN ekpo
                  ON  ekkomandt = ekpomandt
                  AND ekkoebeln = ekpoebeln
                INNER JOIN eket
                ON  ekpomandt = eketmandt
                AND ekpoebeln = eketebeln
                AND ekpoebelp = eketebelp
           WHERE matnr IN xmatnr
             AND werks IN xwerks
             AND sobkz IN xsobkz
             AND pstyp IN xpstyp
             AND elikz IN xelikz
             AND reswk IN xreswk
             AND ekpo~loekz IN xloekz
             AND ekpo~bstyp IN ('F', 'L')
             AND reswk <> space
             AND eketwamng <> eketwemng.

  • Table to find serial number for the stock of a material

    Dear All,
    I have a requirement in which i want to find the serial number for the stock of a material.
    in Equi i have serial number with material.
    But i want it with plant also.
    pl. suggest me in which table u have serial number,material , plant and storage location.
    Regards & thanks,
    Vidhya

    Thanks kesav.
    I checked EQSE table in that no entries are found.
    In EQBS table for that equnr u have plant and storage location.
    but the performace while selecting EQUI on the whole will be very slow.
    so i want a table with material,serial number,plant and storage location.
    kindly suggest.

  • Table for Valuated Project stock

    Dear All,
    Can any one  suggest form which table I can get value of valuated project stock for whole project.
    I can get it through table QBEW (Project Stock Valuation), but it gives value for individual WBS only.
    Regards,
    Nitish

    Thanks for your reply.
    Basically I am using it in Yreport and initial input parameters are only Project definition and version.
    So accordingly how we can built programme, so as to pick value for whole project(all WBS) .
    Regards,
    Nitish

Maybe you are looking for

  • Creating a Custom Form

    I have been involved in IDM for some time but am new to the Sun solution - so new to Identity Manager and Netbeans so am after some basic information. I am using Sun's Identity Manager 7.0 release with Apache 5.0, Java 1.4.2, MySQL 5.0 and AD/AM (it'

  • Big problem installing Adobe Flash Player, please help?

    Please help. I tried to download Adobe Flash Player 5 times without success. Every time it states Installation succeeded, but I can't find it anywhere. I have to keep closing and opening Browsers without any reaction of the so called installed Flash

  • Multiple clips in one timeline - Frame freezes between each clips!!!

    Yeah, I've read a couple of topics and didn't found any real info about my problems... All my clips are encoded in mpeg2DVD... I've created one timeline and put all of these in order... When I'm watching the preview, everything is fine... BUT after I

  • Best Practice for converting Temps to Permanent Employees

    I'm interested in how other companies handle the conversion of Temporaory Employees to Regular Full-Time Employees. Currently, my company has a entirely separate "Temp Hire", which we use to get them in the system.  When they convert we perform a Ter

  • Problems while Installung SAP NetWeaver Portal

    Hello, while Installing a SAP NetWeaver 7.0 EHP1 SR1 AS Java for a first test of SAP Portal functionality the process seems to get into a loop. The status message "Begin of SAP J2EE Engine Deployment (J2EE Application) *****" is shown at the bottom o