How to find the tables corresponding to a particular field in datasource.

Hi Experts,
There are lot of extra fields in the structure like MCEKKN as compared with the table EKKN. The data in these fields are coming from some other table.
So can u tell me how to find these tables corresponding to these fields?
Let me be more clear..
I want to know that the data in the datasource like 2LIS_02_ACC are coming from lot of tables.
How can I find those tables corresponding to each field in the extraction structure.
I have tried with ST05...as well as by filling setup tables in debbugging mode..but I am still in lot of confusion.
Please try to help me....U will get good points in response.
Thanx.
Vinod.

Hi Vinod,
Why are you trying to enhance the extractor because the steps you are following is tio enhance the structure
<i><b>like transferd one of the field from pool to selection criteria</b></i>
If you want to see only the fields of the extractor and from which table it is coming you just have to see the pool only.
There in the lef you have the fields which are already present  in the extractor and in the right you have the avaialbale fields present.
Also in the two selection pools if you will see carefully you will find in each selection pool
"Table name" and then the "field name" and then description of the field data type and length.
Like in case of 2lIS_13_VDITM you will find all the fields coming from VBRK and VBRP and VBUK.
Just check it you will get an idea.
In this way you can find that which field in the extractor is coming from which of fields of the table.
I think this is what you want to know.
If not clear then do reply
Thanks

Similar Messages

  • How to find the tables in OM

    Hi All,
    How to find the tables in Oracle order mangement and what are the links of the tables in oracle OM
    Thanks & Regards
    srikkanth.M

    How to find the tables in Oracle order mangement and what are the links of the tables in oracle OMeTRM
    http://etrm.oracle.com
    Thanks,
    Hussein

  • How to find the tables of datasource

    Hi
    can anyone tell me how to find the tables from where the datasource is extracting data?
    I have a datasource 0CO_PC_ACT_02 which i thought was extracting data from MBEW, but my MBEW table has only around 1000 records but while scheduling the data load of infopackage my PSA shows more than 4000 records.
    How does this happen?
    Thanx in advance
    Sujai

    Hi,
    yes it is mainly MBEW as well as MBEWH (history of MBEW); in adition you have some article ledger data (table ckmlhd) from which some records could be added; MARV as well...
    You can check in function module KKBW_XBEW_BW_GET_DATA_IS1 all the details.
    hope this helps...
    Olivier.

  • How to find the tables

    Could any one tell me how to find the tables for this Datasource 0GLACCEXT_T011_HIER and theExtract structure is  ROHIEROS.But I did'nt see any fields on it.
    In the Extract structure there is only one fields is OLTPSOURCE.
    Could any one explain me how  this hierarchy data get populated into BW. Its very urgent
    Thanks in advance
    Taj

    http://help.sap.com/saphelp_bw33/helpdata/en/64/032de5ff014c4c86bc15272216a5e2/frameset.htm
    table RFDT.. check the link
    and also http://help.sap.com/saphelp_erp2005vp/helpdata/en/af/6837bb0e954b7ab47aca5d9fce1101/frameset.htm
    null

  • How to find the customer exits for a particular transaction

    hi
    how to find the customer exits for a particular transaction

    Hi jyothsna vankadari ,
    ther is a convenient way to find all BADIS called. You may know that BADIS are the newer version of EXITs.
    I would suggest you to go for BADI.
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Regards,
    Clemens

  • How to increase the table space for a particular table?

    Hi Friends,
    I want to know how to increase the table space for a particular table and how to check the table space size of a particular table. Please can any one send the SQL Script. I am very much poor in DBA Part.
    Thanking You ..
    Kiran

    Kiran - you should post this question on the SQL/Database forums - this is a Forms specific forum...
    Regards
    Grant Ronald
    Forms PRoduct Management

  • How to find the original lengh of a VARCHAR2 field

    Hi all...
    How to find the original lengh of a VARCHAR2 field. If i use, length function, it is
    giving the length of the feild, not the orginal length of field value.
    How to find the actual length of the field.
    Thanks in advance
    pal

    > How to find the original lengh of a VARCHAR2 field.
    Why?
    And where? A varchar2 in SQL or a varchar2 in PL/SQL? Varchar2 arguments have no explicit size in parameter signature for a procedure or a function.

  • How to find the table in which data from a structure sits

    Hi,
    I want to know how to find the exact table where data sitting in various structures during runtime are stored.
    For instance,in ME23N we have various tabs and data in those are held in various structures. This we can see by checking the technical setting of each field.
    I want to know in which table the data is actually stored for each field and how to find them.
    Any other means other than using "WHERE USED" option?
    Thanks
    CM

    After checking for technical field from the screen, when you reach out to structure, you can dbl click on the particular field's data element. From this data-element you can get to know in which tables it is used. Also if the data element refers to some master data field then you can check out its domain and in the domain you can refer the<b> value table</b> for that domain. This is what i will do if i am not sure about anything.
    Hope it will help a little.
    Jignesh.

  • How to find the tables which are the candidates for gathering stats in 10g

    Hi,
    In 10g how can we find the tables, partitions which are the candidates for gathering the stats.
    I want to findo those tables, partitions and gather the stats on daily basis.
    Thanks,
    Mahi

    The probem you describe has been posted about before. There are known issues with the default dbms_stats parameter settings for some environements.
    What you can do is just go ahead an manually submit dbms_stats commands with appropriate parameters for tables that have not been analyzed or modify the maintenance window to give it more time.
    I would rather just generate the missing statistics myself then the job can continue to run in the normal maintenance window. Since the job should be looking only for tables that meet the stale requirements then once everything is analyzed it is likely the job can keep the statistics updated in the default time allowed.
    Be warned that the default parameter settings do not work well for some tables in some environments and if that proves true for your shop you can generate workable statistics on a table and then lock them so the nightly job ships regenerating the statistics for that table. You would then manually unlock, generate, and lock that statistics for that table as necessary.
    HTH -- Mark D Powell --

  • Urgent-How to find the tables which are used in  DB02 transaction

    Hi,
    Can anybody help me in finding the tables  in Tablespaces tabstrip & Tables n Indexes tabstrip  in DB02 transaction??

    Hi,
    open the following link.
    http://books.google.co.in/books?id=jTTrZjucb_QC&pg=PA37&lpg=PA37&dq=dbo2%2Bsap&source=web&ots=FgA9pC3u24&sig=sOG3EJRm5HGW2aFpkVVH_oxBjjo&hl=en#PPP1,M1
    Master data load failure
    Reward if Helpful
    Jagadish

  • How to find the user who has changed a field in a table

    Hello
        Someone has changed a field  cost center in my table so i need to find the user who hav changed it.Can anyone tel me how to find it.
    Regards

    HI ,
    Create a Z test program using the particular table and filed .
    Now goto SE38 and execute the program " RSDEPEND "
    give the ur test program and then execute . u will get the list of the last  change of ur program
    ( table and fields used inthis program)
    Another way :
    for data element :
    refer table 
      DD04L and get the user name
    for domain
    DD01L
    Edited by: shambhu sharan pandey on Nov 13, 2009 5:49 AM

  • How to find the Table in extractor ?

    Hi experts,
      I would like to know how to find out the table involved for extraction for a datasource which is being extracted by function module?
      In this case i would like to know Table involved in FM BWSM_PM_GET_ORDCST?
    Thanks in advance
    arun

    Hi,
       Explaination given was really good. I understood the COSS and COSP has the same structure and COSP is the main table for PM extraction. Is that right?
       I just want to understand how the key figures for 16 periods are aggregated.
    In the Base FM "BWOM_RS_GET_ORDCST",
        APPEND_FIELDLIST: 'OBJNR',
                          'GJAHR',
                          'WRTTP',
                          'VERSN',
                          'KSTAR',
                          'VRGNG',
                          'BEKNZ',
                          'TWAER',
                          'PERBL',
                          'MEINH',
                          'WTG+++',
                          'WOG+++',
                          'WKG+++',
                          'MEG+++',
                          'PAROB',
                          'BELTP',
                          'HRKFT'.
    ...get data...........................................................
        GET_DATA.
    But in the actual extract structure i have only one amount key figure. Based on what i can extract only the Value CO Currency amount "WKG+++" data?
    Is there any document available to explain Order cost and allocation extraction?
    Thank you
    arun
    Message was edited by: Arun Prasad

  • How to find the tables were the objects are stored

    how to find in which tables the form layout and print program are saved i know for form as tnapr but for other objects i want to know
    Moderator message: please (re)search yourself before asking, provide more details when posting again.
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    locked by: Thomas Zloch on Sep 10, 2010 10:55 AM

    you gave us not enough information, and your question is unclear as well.
    kinda hard to help yah.
    besides in table TNAPR there are no forms stored... table TNAPR stores the assigning of the form and driver program and starting routine to an output type.

  • How to find the tables of se09

    Hi,
      I have developed an external application in vb i want to get the data from the se09 transaction.
      Can anyone help me how to find and get the version related date and the request number and the request status from sap.
    Adv-Thanks & Regards
    Guhapriyan

    Hi Guhapriyan,
    with txn se49 you can check which table is used by a
    particular txn in your case se09.
    If se49 is not available in your system then
    Create ur own transaction and give this program name and Screen Number.
    Program name - SAPMSEUZ
    Screen number - 200
    hope it'll help you.
    Regards,
    Narinder Hartala

  • How to find the Table from which a Custom table is created.

    Hi Gurus,
    I have a custom table in SAP and want to figure how that has been created. How can I do that?
    Regards
    Prashant

    Hello Prashant,
    what do you mean by "how"?
    When you say custom table do you mean "Customization table" or a "Customer table" (in namespace Z... or Y...)
    Anyway, you can access SE11 transaction, view the table and then check its attributes.

Maybe you are looking for

  • Macbook Pro (Mid 2012) Startup Time Increased

    Hi everyone, I have a Macbook Pro (Mid 2012) non-retina model. I have an upgraded SSD (Crucial MX100). The startup time from switching on to the login screen is usually around five seconds but since this morning the time has increased to around 40 se

  • My iPad mini ran out of battery when installing an app and now the app has gone?

    I updated Quiz Up today while my iPad mini had 2% battery left! and I thought this would be enough but just as the update was installing my iPad ran out of battery so I immediately put it on charge! when my iPad turned on the app was still there but

  • JScript error in Application integrated by URL iView

    Hi All, I've got a problem with integrating an application in the portal by using an URL iView in popup-mode. When opened, a Javascript error is shown indicating that a certain object under "parent." can't be accessed by the application. I suspect th

  • Lightroom only recognizing / importing ~10% of the images on my memory card, but not consistently?

    Lightroom is only recognizing some images from my memory card when I import from the camera. The amount of images it recognizes on a given attempt varies (114 one time I plugged in and tried to import, 128 images another time...etc.). It's only seein

  • Faster loading of mp3 files

    Hello, previous versions of audition used a small file with informations about a mp3 file which was loaded in Audition. Advantage: fast re-opening of this mp3 file. Is it possible to have the same behaviour in Audion 3? Carlos