How to find Target tables in informatica

Hi Guys,
Could you please tell me the How to find target tables in OBIEE from OBIEE Repository
Please any one reply me.
Thanks,
Siva
Edited by: 912736 on Mar 20, 2012 7:12 PM

Hi
Open Repository:
1- On Presentation Layer: Navigate to Subject Area which you want to trace Target Table.
2- Right Click on desire Measure /Object
3- List will appear and select 'Query for Physical Table' or 'Query fro Physical Column'.
4- Window will appear and it will show you list of relevant Physical Tables.
5- Select one of table and press Go button.
Your target Tables are in Data warehouse not infromatica, Informatica is Responsible to Design & run your Workflows and other activities.
However to trace Target table from Informatica (Workflow);
If you want to trace Target Table than in Informatica you have 2 options.
1- Openfirst you need to know Workflow, open workflow right click and in property you will see Query and from query you will know target table.
2- open workflow from Workflow you will Know Mapping and open mapping than you will know Mapplet and from Mapplet you will know target table.
Open Client >>PowerCenter and Open Mapllet, you will see Target
Regards
Edited by: Sher Ullah Baig on Mar 22, 2012 5:21 PM

Similar Messages

  • How to find target table

    hello experts
    i am interested in a query that will let me know which is the target document of an other document
    for example, while executing the query for orders, in a new column i would like to include the docentry of the target document
    is there any way for this requirement?

    Hi,
    You can check the XXX1 table for the table which you checking.
    For example if orders, then in RDR1, check for columns BaseType, TrgetEntry, targetType etc.
    Check if this is what you are looking for.
    You can check this query example :
    select distinct case when t5.trgetentry is not null then t2.Docnum Else NULL end as [AR Credit Memo] ,
    CASE when t4.Baseref is not NULL then t4.Baseref Else NULL end as [AR Invoice Number],
    t1.cardcode
    from JDT1 T3 inner join OINV t1 on t3.transid = t1.transid and t3.shortname  t3.account
    inner join ORIN t2 on t3.transid = t1.transid and t2.doctotal = t1.doctotal
    inner join RIN1 t4 on t4.docentry =t2.docentry and t4.baseref = t1.docnum
    inner join INV1 t5 on t5.docentry = t1.docentry and t5.trgetEntry = t2.docentry
    order by cardcode
    Kind Regards,
    Jitin
    SAP Business One Forum Team
    Edited by: Jitin Chawla on Jan 10, 2012 2:43 PM

  • How find target table in interface which in package

    Hi All,
    I have a question?
    I created interface INT1
    I created variable VAR1
    I placed INT1 in package I need to get INT1 target table in to variable.
    Could you please help in write in the query to find target table of previous interface.
    Appreciate your help.

    Create a logical schema to refer work repository schema. For var1 with this logical schema, in the refresh section, run the following query:
    SELECT table_name FROM snp_pop WHERE pop_name = 'INT1';
    I do not see any hope to derive the interface name automatically unless you use scenarios and invoke it through variables.

  • HOW TO  FIND OUT TABLE DESCRIPTION FROM JDBC?

    HOW WILL FIND OUT TABLE DESCRIPTION FROM JDBC?

    Have a look at ResultSetMetaData
    getColumnCount()
    getColumnName(int)
    getColumnTypeName(int)
    getColumnDisplaySize(int)
    ***Annie***

  • How to find out table name for the field in the webUI

    Hi.
    I am in CRM2007.
    So i go to the transaction code    BSP_WD_CMPWB
    In that i provide the component name as CRM_UI_FRAME.
    I press the Test button.
    So, it opend the WebUI.
    I want how to find out table of the particular input field?
    I mean from which table the data is retrived how to find out?
    When i enter some thing in the input field how to find out in which table that data is stored?
    By pressing F2 on the input field it opend View and Component Name.
    I want find out table of that particular field. How to find it?
    If anybody know about this explain it with Screen shorts if possible.
    Thank You.
    Krishna. B.

    hi
    goto tx genil_model_browser. Suppose you want to find fields reated to your order header eg sold to name. In component set write all and press F8. Then goto access object and in access object click on node BTAdminH. Click on attribute structure. Here you will find structure and attributes. If you click relationship then you will see all the relationship wrt btadminh. open any r/s that you require. and click on other object and attribute. You will get to know the structure.
    Best regards
    Pankaj kumar

  • 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 full tables hierarchy in schema

    Hi,
    How to find the table hierarchy list from oracle schema by using Reference Key constraint?
    In my schema I am having many tables, approximate 4000 and from there I needs to get a single list which should be based in the Foriegn key based (Parent tables should be first then child tables)
    Regards
    Anee

    You can start with this
    select A.table_name children,
             B.TAble_name Father
    from DBA_CONSTRAINTS A,
            DBA_CONSTRAINTS B
    WHERE A.CONSTRAINT_TYPE = 'R'
         And B.Constraint_name = a.r_Constraint_name

  • 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

  • How to find which table is not being used ?

    Hi,
    I am in need of releasing space from the common schema we have. i have been permitted to drop the tables which has not been used for the last three months.
    Can anyone please suggest how to find the tables that has not been used for a given amount of time.
    Thanks and Regards.
    Rajib

    i have been permitted to drop the tables which has not been used for the last three months.Can I just chip in an observation on this premise? It's not unusual for systems to have processes that run quarterly or even annually. You need to be very careful about dropping "unused" tables - you might just kill your organisations end of year reporting system.
    Is buying more disk space really not an option?
    Cheers, APC

  • How to find Obsolete Tables?

    Hi!
      Can Anybody tell me how to find Obsolete tables in a ABAP System (like in 4.7B,6.0 etc)?
      Or if u have list of obsolete tables in any version,please send me.
    -Aruna

    You may have an overview wirth Solution Browser tool (at the solution point of view) in order to compare functionality between your current system and the ERP 2005.
    at:
    http://solutionbrowser.erp.sap.fmpmedia.com/
    You can get the detailed release information from the following link.
    http://service.sap.com/releasenotes.
    A release note is a brief explanation of new features or changes to the system since the last software release. A release note typically describes a new function or an existing function that has been enhanced or changed.
    I hope this helps.
    Reward Points If helpful
    Regards
    Vasanth

  • How to find an table for storing the employee salary

    hi,
           how to find an table for storing employee salary .. In which table those details are stored .. Please reply me.
    regards,
    kumar

    Hi,
    You can see the basic salary details from table -pa0008.If you can see the payroll data,then its not stored in transparent table.its in cluster.For viewing that,you can see through transaction code - pc_payresult.
    Regards,
    Manoj.

  • 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 Related Tables for the Tcode given.

    How to find Related Tables for the Tcode given. (master data)
    Thanks in advance.

    Hi Sridhar,
    Welcome to SDN.
    The tables for a given transaction can be seen in the transaction SE80.
    First goto SE93.
    Give ur Tcode and find the program name.
    Now goto SE80. select program in the first dropdown and give the program name in the second box. U can find the list of tables used.
    One more way is : use ST05.
    and One more is using FM 'get_tables'
    Thanks,
    Shailaja
    Edited by: Shailaja on Jul 11, 2008 12:33 PM

  • Q : OMBPLUS, find TARGET TABLE

    With OMBRETRIEVE and HAS CONNECTION you can find out it the table is an target table, however this statement doesn't work from a JOIN OPERATOR
    statement:
    OMBRETRIEVE MAPPING 'COM_ODS_ODS_BGT' HAS CONNECTION \
    FROM GROUP 'OUTGRP1' OF OPERATOR 'JOIN' \
    TO GROUP 'INOUTGRP1' OF OPERATOR 'COM_ODS_BUDGET'
    How can this be achieved? and does it work for the other
    operators ?

    Hi Dirk-Jan,
    you can use the tcl proc as listed below. It returns a list of respectively mapping sources or targets of types TABLE of VIEW.
    syntax:     ::xos_omb_add-on::xOMBRETRIEVE [fco_type] [fco_name] [optionClause]
    fco_type:          MAPPING
    fco_name:          <MAPPING_NAME>
    optionClause:     SOURCES | TARGETS
    Cheers!
    Remco
    namespace eval ::xos_omb_add-on {
    # This procedure returns a list of respectively all sources or targets of a
    # given mapping.
    # @param     fco_type          in     string     The type of the component. Valid values:
    #                                                  MAPPING
    # @param     fco_name          in     string     The physical name of the component in
    #                                                  single quotes.
    # @param     optionClause     in     string     Specify option clause. Valid values:
    #                                                  SOURCES, TARGETS
    # @return                         out     list     List of mapping operators.
    proc ::xos_omb_add-on::xOMBRETRIEVE {fco_type fco_name optionClause} {
         variable result {}
         switch $fco_type {
              MAPPING {
                   switch $optionClause {
                        SOURCES {
                             foreach sco [lsort [concat [OMBRETRIEVE MAPPING '$fco_name' GET TABLE OPERATORS] [OMBRETRIEVE MAPPING '$fco_name' GET VIEW OPERATORS]]] {
                                  foreach lindex [lsort [OMBRETRIEVE MAPPING '$fco_name' GET OPERATORS]] {
                                       if {[OMBRETRIEVE MAPPING '$fco_name' HAS CONNECTION FROM OPERATOR '$lindex' TO OPERATOR '$sco'] == 0} {
                                            if {[lsearch $result $sco] == -1} {
                                                 lappend result $sco
                        return $result
                        TARGETS {
                             foreach sco [lsort [concat [OMBRETRIEVE MAPPING '$fco_name' GET TABLE OPERATORS] [OMBRETRIEVE MAPPING '$fco_name' GET VIEW OPERATORS]]] {
                                  foreach lindex [lsort [OMBRETRIEVE MAPPING '$fco_name' GET OPERATORS]] {
                                       if {[OMBRETRIEVE MAPPING '$fco_name' HAS CONNECTION FROM OPERATOR '$lindex' TO OPERATOR '$sco'] == 1} {
                                            if {[lsearch $result $sco] == -1} {
                                                 lappend result $sco
                        return $result
              default {}
    }

Maybe you are looking for

  • How do I remove my card details from payment and make it none again

    need to find out how to remove my bank card from payment info and make it none again

  • Final Cut unable to open, suggestions?

    Hi all, So this morning when I tried to open my project, I was asked for the serial number. Which is unusual, but I did it anyways, and now every time I open final cut it crashes in the opening screen. I have no ideas. Anyone have suggestions? I'll p

  • Printing from Acrobat Reader 9.1

    I can not print from Acrobat Reader 9.1 to my HP printer connected wirelessly to my Mac. I can print fine from any other software on my Mac. Tips and suggestions are welcome!

  • Error in viewing successfully loaded data into cube..

    hi gurus,    I had a problem on viewing my data into cube. These data were successfully loaded from LIS environment. The errors i had received were 'Your user master record is not sufficiently maintained for object Commodity and Company Code Auth obj

  • Problems with email alerts in OEM ( 10g )

    Gurus, I have setup the notification for the listener availability and I am having problems with getting the emails when the listener is down. I manually tested the setup by stopping the listener from the command prompt on the server and I don't see