Tables for Back Date Stock

Hi, Abap Experts,
I have to make a batch wise back dated stock report.
Can any one help me to give name of stocks table for required query.
Any help will be appresiable.
Regards
Rajiv singh.

Hi Rajiv,
Stock as per storage location is stored in MARD table and for batch related stocks we have the table MCHB.
However, for history we also have history tables for each of these, viz.
MARDH for Storage Location History and
MCHBH for Batch Stock History
Cheers,
Aditya

Similar Messages

  • TO FIND TABLES  FOR MASTER DATA TRANSACTIONS

    HI , When we create a customer, the information is updated in structure RF02D and some tables like KNA1 are updated ..
    How can we find the tables for master data transactions.?
    please reply...
    thanks.

    Hi,
    I entered into the TC : ST05, Activated the trace then I created a customer, then I came back and deactivated trace, then I clicked on display it gave me a list ( yellow color list ) ... Wat do u mean by update methods here ...
    Thanks
    SK SIDDIQUI

  • Tables for Credit data

    Hi all,
    please tell me the tables  for Credit data.
    Thanks,
    kishore.

    1) Check to see if there are any entries in table S066 and S067. These SIS tables hold the credit data for sales order value and delivery order value.
    hope it helps

  • Tables for Contract data

    Hi all,
    if you know any tables for contract data(For Contract report),
    please tell me.....
    Thanks,
    kishore.

    VBAK-contract header
    VBAP-contract item
    VEDA-changed contracts
    KONV-condition records
    MARA-material related to contract

  • Tables for Budget data

    Hi,
    Please provide the base tables for Budget data
    thanks

    hi Arun,
    check these
    BPGE (overall budgets),
    BPJA (annual budgets) and
    BPPE (period budgets).

  • The table for storing data for infocube and ODS

    Hi all:
        could you please tell me how to find the table for storing data for infocube and ODS?
    thank you very much!

    Hi Jingying Sony,
    To find tables for any infoprvider go to SE11.
    In database table field enter the following
    Cube -
    Has fact table and dimension table
    For customized cube - ie cube names not starting with ' 0 '
    Uncompressed Fact table - /BIC/F<infocubename>
    Compressed fact table - /BIC/E<infocubename>
    Dimension table - /BIC/D<infocubename>
    For standard cube - ie cube names  starting with ' 0 '
    Uncompressed Fact table - /BI0/F<infocubename>
    Compressed fact table - /BI0/E<infocubename>
    Dimension table - /BI0/D<infocubename>
    Click on display.
    For DSO,
    For standard DSO active table- /BI0/A<DSO name>00.
    You use 40 for new table.
    Click on display.
    For customized DSO use- /BIC/A<DSO name>00.
    An easier way is in the database table field, write the name of the cube/DSO preceeded and followed by ' * ' sign. Then press F4 . It shall give you the names of the available table for that info provider.
    Double click on the name and choose display.
    Hope this helps,
    Best regards,
    Sunmit.

  • Table for GR Blocked Stock

    Hi
    I wanted to know the table for GR Blocked stock.
    Is there any table except MSEG / EKBE, from which I can get the GR Blocked stock entry details???
    Thanks
    Nilesh

    Hello ,
    1 They can be listed with all purchase order list displays like ME2M and ME2L and M2N
    You have to use selection parameter WE104
    2  GO  to  Se16n  and  give  EKBE

  • Method :Want to Use Z-Table for Accessing Data

    Dear All,
      I am new to BADI. I have implented one HR-PAYROLL Badi.
      In this BADI I am having one method . I want to Use One Z-table for accessing data from
      that table . Not able define the table in method.
      Kindly tell me how to do it .
      Thanking you in Advance
      Siladitya

    Hello Siladitya
    I assume your problem is the definition of an itab for selecting data from your Z-table. In case of classes you have to use table types and workareas, e.g.:
    METHOD name_of_interface_method.
    DATA:
      lt_itab    TYPE TABLE OF <name of z-table>,
      ls_record  TYPE <name of z-table>.
      SELECT * FROM <name of z-table> INTO TABLE lt_itab.
      LOOP AT lt_itab INTO ls_record.
      ENDLOOP.
    ENDMETHOD.
    Regards
      Uwe

  • Dynamic Internal Table for reading data from external file

    Hello All,
    The task was to create a internal table with dynamic columns,
    Actually this is my first task in the WebAS 6.20, my program is based on input file provided by user with certain effort. this file can have different effort for a one yr to five year frame..
    I needed to read the raw data from file, based on months create a internal table to hold the data, after this i need to validate the data...
    I have browsed thru dynamic internal table topic, but couldn't find any dynamic appending structure, the dynamic structure would contains 12 month fileds.
    can any one help me in getting my task completed..
    Thanks
    Kumar

    Hi,
    I see that you posted the same question a couple of days ago at Dynamic Internal Table for reading data from external file Didn't Charles's response address your problem?
    Regards

  • System table for Additional Data - Basic data text (MM03)

    Hi
    How can I get the system table for stroring data in MM03 in "Additional Data" the "basic data text" ?
    Thanks in advance.

    Hi,
    CALL FUNCTION 'READ_TEXT'
             EXPORTING
                CLIENT                  = SY-MANDT
                ID                      = 'Z610'
                LANGUAGE                = SY-LANGU
                NAME                    = V_TDNAME
                OBJECT                  = 'VBBK'
                ARCHIVE_HANDLE          = 0
             IMPORTING
                HEADER                  = I_TEXT_HEAD
             TABLES
                LINES                   = I_TEXT_LINE
             EXCEPTIONS
                ID                      = 1
                LANGUAGE                = 2
                NAME                    = 3
                NOT_FOUND               = 4
                OBJECT                  = 5
                REFERENCE_CHECK         = 6
                WRONG_ACCESS_TO_ARCHIVE = 7
                OTHERS                  = 8.
    Regards,
    Bharani

  • Error while filling set up tables for 2LIS_11  data sources

    hello All ,
    I tried to fill setup tables for 2LIS_11 data sources in OLI7BW , but the job RMCVENUA is getting cancelled. below is the Job Log ,
    Job started
    Step 001 started (program RMCVNEUA, variant &0000000000005, )
    Start of order processing
    Error determining rate: foreign curr. local curr. INR date 10.09.2008 (doc. 1)
    Job cancelled
    Is there any setting required in R3 side before filling setup tables of SD ?
    I am able to fill the setup tables for 2LIS_05 ( Notifications) successfully.
    Regards ,
    Amol Kulkarni
    Edited by: Amol Kulkarni on Dec 4, 2008 3:59 AM
    Edited by: Amol Kulkarni on Dec 4, 2008 4:00 AM

    Hi,
    one of the sales document currencies is not maintained properly in the system and therefore its failing.
    you need to correct those documents before filling the set up tables.
    Either you can chose the option fault document toleration limit to 1000...so that 1000 records wrong records can be tolerated or you have to crrect it first before filling up the set up tables.
    This will generally happen in test systems.... but very rare in production...so try to maintain currrency again in the system.
    generally you will see the sales doc number in the error for which its failing.
    May be at the time of filling some óne was working on some sales document and tried it save it.
    correct that doc and fill the set up tables again.
    Thanks
    Ajeet

  • Table for material data tab

    HI,
    what is the table for material data tab in PO?
    Regards,

    Data at item level i.e. may be material data, invoice data is stored in EKPO.
    Regards,
    Sarang

  • Table for Sales datas assinged to Equip/Floc

    Hi
          I need a table for Sales datas like sales org,distribution channel,divition,sales office,sales group assigned to equipment master,
    Points assured
    Thanks
    Seenu

    hi seenu
    yes you are wright the sales organisation, DC,Divison is strored under the ILOA table only , since in equipment its being picked from the view table,you can interrelate with FL and equipment
    regards
    thyagarajan

  • Adjusting the SID table for master data infoobject

    Hai
    Im trying to activate one master data infoobject. But it says the error like below
    <b>The SID Table /BI0/SBBP_DELREF must be converted incompatibly with an activation of characteristic 0BBP_DELREF (changes to the key in the table). Table /BI0/SBBP_DELREF contains data. Parts of this data were lost in the conversion</b>.
    or
    <b>Undo the changes that led to the incompatible conversion (the changes in the key) or delete all data from table /BI0/SBBP_DELREF.</b>
    So how can i adjust the SID table for this .
    pls tell me
    kumar

    Hi,
    you'll have to delete ALL the master data for this IObj. Therfore you'll have to
    delete all data in ALL the IObjs using 0BBP_DELREF (ODS, CUbes and characteristics).
    Then activate your IObj. You will go through some step which I explained in the
    following thread
    Re: Urgent...Company Code lenght has been changed
    Extract:
    1. Delete 0COMP_CODE master data.
    - get objects list using 0COMP_CODE with loaded data: I suggest to delete
    master data via AWB (right click the characteristic). If it can't be deleted because
    it is used display the deletion log (via AWB or tx SLG1 / RSDMD, MD_DEL).
    - delete loaded data for the list above.
    This should not be too much since you are in DEV.
    2. change 0COMP_CODE length
    - change the length to 4;
    *- Activate your IObj. You'll get a popup log, validate. Activate despite warning and
    errors. You will get An error message, validate.
    You should get an horizontal pane with the activation log. Read it for your personal culture but if you don't have time then don't...
    - Next the system will prompt to convert the tables: answer YES. The system will ask to schedule the table conv. in the background, go4it.
    - next is the SE14 screen for the P table: Hit Activate and adjust (Direct
    execution, or in the back as you wish). Answer yes to the mass processing
    question and yes (again) for request adjust online. Your table should be converted successfully.
    - go back twice from this screen (leaving SE14 tx and return to RSD1). reread the update log if you wish.
    - repeat from the *- above... it will perform the very same for all other P tables of IObj using 0COMP_CODE and the 0COMP_CODE S table.
    Your IObj is reactivated again. So should your ODS/DSO objects (check activate for example). Cube didn't need to convert tables since the MDID is note posted in any table of a cube.
    Please note that once your IObj is in revised version you can perform the same via the menu extras / database table / convert all (see my previous post).
    Now you have to evaluate the task. Of course that is a work to fix the mistake.
    Depending on when it has be changed it may be worth to restore your DEV sys with a backup (loose work performed from the backup until now).
    hope this helps... otherwise, revert.
    Olivier.

  • Asset Tables for legacy data takeover

    Dear Friends
    We've to take assets data from one client to another and hence would be using Legacy assets.
    Could you please let me know from which tables / reports i should extract the data related to master & transaction data from the legacy system which is also on SAP.
    ANLA - master data and to take those assets which are not deactivated
    ANLB
    ANLC - asset accumulated APC & dep. And current yr dep
    ANLZ - dep terms data
    ANEP - asset transaction data for current year acquisitions
    I dont have the system in from of me and i hope the above tables are correct.
    1. Please let me know if other tables are required?
    2. Should the dep area data be posted with remaining useful life & expired life in legacy asset?
    Regards
    Kapil

    Hello Kapil,
    I invite you to carefully review the attached SAP notes which should
    provide you with the necessart answer:
    68802   Legacy data trnsfr: diff.fields n.ready f.input
    550176  FAQ note legacy data transfer asset master records
    373894  Collective note: introdctn to prblm solutn in FI-AA
    Further I also attach the following 6 notes that provide further
    informative details regarding legacy transfer, and also some specific
    only for legacy transfer during the year:
    729164  AS91/AS92: Incorrect ready for input status for prop. values
    29706   AS91/92/94: Dep. area fields not ready for input
    4206    Net book value input at old data transfer
    50607   Depreciation during old assets data takeover
    26240   Reconciliation of posted depreciat. after takeover
    For further information, please review the information for asset data
    transfer in the R/3 Library:
    FI-AA - Assets -> Legacy Data Transfer -> Special Considerations for
    Asset Data Transfer -> Time of Transfer...
    thanks and regards
    Ray

Maybe you are looking for

  • Making a Digital Signature Form

         Hi, I am brand new to this forum, and thought that I would give it a try.  i am running Abobe Acrobat Pro 9.0.           I have been tasked with making a document that is Digital Signature ready.  In other works, I need to figure out how to make

  • Inheritance in Web Dynpro Model

    Hello This is the current situation: I have 3 JPA entity classes much like these (including constructors, getters, setters, ...). @Entity public abstract class OuComponent { @ManyToOne private Ou ou; @Entity public class Ou extends OuComponent { @One

  • Iphoto converting edited photos from 300 dpi to 72 dpi

    I edit RAW photos and save as Jpeg The dpi reduces from 300 dpi to 72. I have seen an archived discussion saying basically this does not matter. The size of my photo is 3872x2592 for 2.4mb when edited. Unfortunately a newspaper has refused to print a

  • Converting a double to a float

    Hi, Sorry, this is one simplest of questions I guess but I have been searching and can't find the tutorial or process to convert number types. I have to update a float field in a database but the number I have in an array is a double This is my attem

  • Inputs required for Sales & Service scenario

    Hi All I have a situation here. I have to charge my customer for the services period. Let us say for Example my company has provided services to a customer worth 1000 dollars and now i have to invoice to the customer. But the customer pays 25% for it