Identifying Tables and Datasources.

HI, this question is regarding R/3 in identying the fields .
I have a spec that contains most of the Structures, how do i know from which table i am getting these fields from and the datasources. When i am trying to check some of the tables names it is giving me a message Table MEPO_VENDOR is not active in the Dictionary
MEPO_TOPLINE     Structure
RM06E            Structure
MEPO_VENDOR      Table MEPO_VENDOR is not active in the  Dictionary      
MEREQ3321       Structure
Thanks,
Kris

Kris
Also look this thread
Re: DataSources and Tables
Thnaks
Sat

Similar Messages

  • Link between technical table and datasource - SE16

    Hi,
    I'm looking for the table in SE16 that gives me the association between my technical tables and my datasources/infosources:
    for example:
    I have table /BIC/B0000161000 and I want to know for which datasource this is the PSA table...
    Kind regards
    Joke

    already found the link: rstsods

  • Create a report from scratch, add Table and Datasource Problem

    Hi,
    I'm using the latest Crystal Reports Runtime supplied for eclipse.
    I want to create a report from scratch, add a Table and then add a ArrayList of Pojos as the Datasource.
    But unfortunately depending on the ConnectionInfo I supply to the Table I get different errors.
    I looked through the samples and see that I have to supply properties
    like
      "Database DLL", "crdb_javabeans.dll" and ConnectionInfo.setUserName("");
         ConnectionInfo.setPassword(null)
    I looked through the forums and find different set of properties.
    Actually because I am just working with Pojos I would have thougth that something like the following
    would be sufficient:
    ReportClientDocument  doc = new ReportClientDocument();
                doc.setReportAppServer(ReportClientDocument.inprocConnectionString);
                doc.newDocument();
    Table table = new Table();
    table.setAlias("reportTable");
    table.setName("reportTable");
    doc.getDatabaseController().addTable(oTable, null);
    doc.getDatabaseController().setDataSource(myCoolection, myClass, "reportTable", "reportTable");
    So could someone tell me the right/minimum Set of  Properties to make a Table get connected to Pojos?
    Edited by: jack mann on Aug 31, 2010 3:25 PM

    With XI Release 2, you can come quite close to creating from scratch:
    http://technicalsupport.businessobjects.com/KanisaSupportSite
    /search.do?cmd=displayKC&docType=kc&externalId=5074668
    You need Service Pack 2:
    http://support.businessobjects.com/downloads
    /service_packs/crystal_reports_en.asp
    Sincerely,
    Ted Ueda

  • Identifying Tables from Datasources

    Hello Gurus, 
                      Can someone take time to help us out with Identifying the Tables (mapping ) to the Datasources.I know we got this "RSOSFIELDMAP" for mapping fields to datasources and info object..Likewise need it for table aswell..Would highly appreciate ur timely help.
    manythanks
    arun
    note: would assign points for sure...

    Hi Obuli,
    You can get the tables related to datasource from help.sap.com.
    Here you need to go to NetWeaver -> BI Contents -> Your application area -> and their you will get the list of all the standatd BI contents available for that application area.
    Here go to datasources and their you will find all the information related to that datasource such as origin fields for extract structure, extractor feature etc..
    for example for DS 0FI_AA_005 the followinglink will help you..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/f4153c4eb5d82ce10000000a114084/frameset.htm
    I hope this will help you..
    Regards,
    Geetanjali
    "Points are welcome if this helps.."

  • DB tables and datasources

    Hi all
    How to know which all DB tables has attached to any specific datasources (R/3) ..
    like :   0EC_PCA_1 - GLPCT
              0EC_PCA_3 - GLPCA
    Is their any specific transaction to know all these or any DB tables which update all the details regarding the datasource and their respective tables from which they are updated.
    Thanks
    Suraj

    No - you will have to do the digging yourself
    If it is a view then you are lucky - but 99% of the transaction datasources are not
    They are either from direct postings to the delta queue (you can see this in LBWE - which types of postings update the queue for each datasource - eg PO, GR)
    For everything else - it's funtion module and read the 10,000 lines of code for each one (normally look in the function modele for a get_delta statement and double click down till you get the details)

  • Table and Datasources info

    Hello All,
    Is there any table or function module where we can find infomation about the datasources and related underlaying tables/views?
    for example in RSO2 i have created a Datasource ZDS using a table ZTAB, now i want to know all the datasources built on ZTAB
    Regards,
    Ravi
    Message was edited by:
            Ravi Pasumarty

    You can get this info in table ROOSOURCE . In the EXTRACTOR field just give the name say 'ZTAB' .
    Regards.
    Sanjay

  • How to get list of block identifiers in a empty table and an empty index

    We have an application that has issue with ITL waits: this application is running many INSERT statements on a table that has 2 NUMBER columns and one primary key index. The application is designed to run INSERT statements but they are never committed (this is a software package).
    To check what are the really allocated ITL slots, I know that I can dump data block but I don't know how to get the block identifiers/numbers for an "empty" table and an "empty" index. Does someone knows how to do that ?
    PS: I already had a look to the Metalink notes and I have a Metalink SR for that but maybe OTN forum is faster ?

    You should be able to find the first data/index block with the following, even on an empty table/index.
    select header_file, header_block +1
    from dba_segments
    where segment_name = '<index or table name>';

  • How to identify fact and dimension tables

    Hi ,
    We are having the list of parent child relation info for each database tables. Based upon the parent child tables ,needs to identify which table is fact ,which table is dimension .Could you please help me how to identify the fact table and dimensions tables ?
    Thanks in advance

    Hi,
    Refer this link........
    http://www.oraclebidwh.com/2007/12/fact-dimension-tables-in-obiee/
    Please mark if it helps you.......

  • Identify reference Table and filed for...

    Hi
    How to identify the Reference table and field for the particular Currency and quantity field.
    Regards
    Raghav

    Hi there,
    if you want to find out the reference table and field for the particular currency or date field follow the steps given below.
    1. tcode SE11  and give the table name,
    2. double click on the dataelement for which you would like to findout the details.
    3. Place the cursor on the dataelement name and click on the Whereused button
       Utilities --> Where-Used list.
    4. Uncheck all the checkboxes and check Table Fields.
    5. Hit Enter, that should give you all the tables and fields where this dataelement is being used.
    6. You can mention any of the tables as a reference table or fields.
    Hope you found this useful.
    Thanks-
    Rahul.

  • How to identify frequently accessed tables and indexes

    Hi,
    Could some one give me the exact queries to identify the frequently accessed Tabels and Indexes
    Regards
    Naveen

    Hi,
    depends from your definition of "frequently accessed" but i this you can use a query like this:
    select owner,object_name, sum( value)
    from V$SEGMENT_STATISTICS
    where OBJECT_TYPE='TABLE'
    and owner='NAVEEN_4_EX'
    and STATISTIC_NAME in ('logical writes','logical reads')
    group by owner,object_name
    h.h.
    Sam

  • Identify source tables and columns

    I would appreciate it if someone could point me toward an OWB table(s) or view(s) that will identify which source tables and columns are being used as input to an OWB map.
    Thanks,
    Tom Rehage

    Hi Tom,
    Have you checked Appendix D in the User Guide?
    Look at "Warehouse Builder Design Repository Public Views" under Warehouse Builder Public Views.
    Not sure whether you can find the distinction between source or target though.
    Good luck, Patrick

  • Identify Table with starting letter KOTG and KOTH

    Dear SAP Experts,
    In SAP there are several tables and there are some tips and tricks to identify the table application with its starting name.
    Can you please let me know what are KOTG and KOTH tables related to ??.
    Dear Moderator,
    IF Answered, My previous question which you have locked may be helpful for many other new forum members. This answered will be one word answers.
    So I request you to unlock that thread.
    Regards
    Madhu.

    Rob,
    These are R/3 tables KOTG*..
    There are several tables KOTG901, KOTG903, etc ..
    Similarly there are tables A1, A901, A907, etc ..
    I have searched SDN Forum for KOTG and found that these are related to exclusion tables but there was only 1 answer, so I wanted this to be confirmed by experts.
    Actually, I don"t need other table information KOTN900. KOTN907, KOTN**, but I have posted here as I thought If some experienced person answers. it will be useful for other who search the forum.
    Thank You
    Madhu

  • Generic datasource based on custom table and hierarchy table

    Hi Gurus,
    I have a doubt regarding generic datasource.
    my requirement: to create a datasource with 10 fields. (7 fields from custom table and 3 fields whose values can be derived from a hierarchy table).
    I have a custom table. In this table one field refers to a hierarchy table. Using this hierarchy table, we can derive values to 3 new fields.
    My question is, If i create a generic datasource based on the custom table, how can i include the extra 3 fields which gets values from the hierarchy table.
    Where can i write the logic to extract the values for those 3 fields from the hierarchy table.
    Thanks
    Regards,
    Aarthi
    [email protected]

    Hi Aarthi,
    Sample code in the user exit woul be like this:
    DATA:  i_biw_tab LIKE BIW_MARA_S.
    WHEN '<data source>'.
        LOOP AT i_t_data INTO i_biw_tab.
          SELECT fields
            INTO <table from which you want the value
            FROM <table>
           WHERE <your condition>.
          IF sy-subrc = 0.
                 MODIFY i_t_data FROM i_biw_tab.
          ENDIF.
        ENDLOOP.
    Bye
    Dinesh

  • Pivot tables and charts error: Please load datasource first

    hi all,
    i am getting a error: please load data source first in rtf template , only for pivot table and charts(note: normal tables and fields i can insert )
    Please help me with this.
    Thanks and Regards
    Prakhar

    Well... if you think and try long enough, you may find the solution .
    The core problem is to reference to queried values not shown in the table/chart. And there IS a solution.
    Just use...
    NoFilter(RelativeValue([measure prior year_1];([year/month]);-12))
    ... instead of
    RelativeValue([measure prior year_1];([year/month]);-12)
    NoFilter enables RelativeValue to reference to values not present in a table or chart, but available in the report .
    From there on, you can define e.g. the starting point of the category axis of a chart by defining a local filter without losing values to be referenced .

  • How to identify the SQLs which are using the tables and new columns

    Hi
    I m using oracle 10G Database in windows. Developers have added some columns in some of the database tables and were asking to check whether there is some impact on performance or not. I have not done this performance tuning before. Kindly help me how to proceed further.
    How to obtain the sqls which are touching the tables and the new columns? It would be really great if you can help me with this.
    Thanks

    You can try to use DBA_DEPENDENCIES to get PL/SQL objects using tables: http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_1041.htm#i1576452.
    However if SQL code is not stored in database in a trigger, a procedure, a function, a package or a view, it is impossible to retrieve all SQL code referencing some table from database dictionary: for this you would have to analyze application source code.

Maybe you are looking for

  • Problem In report output display when i run in the background

    Hi, In a classical report i am printing around 17 fields  the width of the report out put is around 800 characters. If i run  the report in the  fore ground it running perfectly. But the thing is when i give large selection is it GETTING ' TIMED OUT

  • Monitor recommendations for PS/CS5.5 print work

    Hopefully this won't be retreading old ground too much, but I'm looking for monitor recommendations for using with CS5.5 for print work in Photoshop and InDesign mainly on a new Mac Mini. I've got a Spyder 3 for calibration already so that side of th

  • JMS receive in JTA doesn't return message

    Hi I am using Websphere Application server 6.1 (the one provided with RAD 7.0.0)and WebSphere MQ 6.0 as JMS provider. I have a problem receiving message from queue when JTA transaction is active. I configured Connection Factory as following: Scope ce

  • Reg: mail need to be trigger for salary change

    Hi gurus, I have one requirement. If any one does the changes in salary I mean in infotype 0008 then one mail need to be trigger. Can any one tell me the procedure how to do this requirement? Regards Ramesh

  • My iPad used to organize TV shows by show name, now all the shows are in one folder.

    When I used to sync my iPad with iTunes, all my Tivoed TV shows would neatly organize according to show name.  Now they are all dumped into one folder.  It is frustrating.  How can I get them organized again?