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

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

  • Table for Reserved quantity in MMBE.

    Hi All,
    In transaction code MMBE, there is field 'Reseved stock'
    Please let me know SAP table& field for it..
    Best Regards,
    Shailendra

    Hi,
    You can take this from RESB table and field name BDMNG.
    MMBE displays the reservation requirement in Reserved field.
    Regards,
    Sunny

  • 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

  • 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

  • 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

  • Table for Reservation field in MMBE.....

    Hi Guru,
               Please tell me the name of table in which reservation field of  tcode MMBE is stored.
               Thanks in advance.
    Best Regards,
    Vinayak.

    if you are an ABAPer who has to develope a new report, then you should know how to call a function module.
    The quantity for reservation  that you see in MMBE is not stored as a plain number  in just one table record like it is for unrestricted use stock or quality stock.
    Hence you either use the function module to get this quantity, or you have to develope an own logic to read the RESB records and total the quantity in your ABAP directly.

  • 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

  • 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

  • Tables for MMBE

    Dear all,
    Could you please let me know when ever u r executing MMBE t.code u can see UR,Quality,Bolocked stock ,stock provided to vendor , in which table this data will get stored, i need to prepare report which my client want to see the qty that is provided to vendor in his report
    Regards
    venu gopal

    Hi
    List of tables used by MMBE report
    EKBE History per Purchasing Document
    EKPO Purchasing Document Item
    MAKT Material Descriptions
    MARA General Material Data
    MARAV Generated Table for View MARAV
    MARC Plant Data for Material
    MARCV Generated Table for View MARCV
    MARD Storage Location Data for Material
    MARM Units of Measure for Material
    MCH1 Batches (if Batch Management Cross-Plant)
    MCHA Batches
    MCHB Batch Stocks
    MKOL Special Stocks from Vendor
    MSCA Sales Orders on Hand with Vendor
    MSKA Sales Order Stock
    MSKU Special Stocks with Customer
    MSLB Special Stocks with Vendor
    MSPR Project Stock
    Thanks & Regards
    Kishore
    Edited by: Kishore Kumar Chiluka on Jul 15, 2008 8:03 AM

Maybe you are looking for