Source(R/3 table) for 0CO_OM infosources

Hello,
What is the source(Table and Fields) for the following infosorces. They all are populated by Functions modules. Is there any document that list where it is getting the data ?
0CO_OM_NTW_1: Network: Costs
0CO_OM_NTW_2: Networks: Actual Costs Using Delta Extraction
0CO_OM_NWA_1: Network Activities: Costs
0CO_OM_NWA_2: Network Activities: Actual Costs Using Delta Extraction
0CO_OM_NAE_1: Network Activity Element: Costs
0CO_OM_NAE_2: Network Activity Elements: Actual Costs Using Delta Extraction
0CO_OM_WBS_5: WBS Elements: Accrual Calculations
0CO_OM_WBS_2: WBS Element: Budget
0CO_OM_WBS_1: WBS Elements: Costs
0CO_OM_WBS_4: WBS Elements: Statistical Key Figures
0CO_OM_WBS_3: WBS Elements: Overall Plan
0PS_CSH_NWA: Payments in Network Activities
0PS_CSH_NTW: Network Payments
0PS_CSH_WBS: Payments in WBS Elements
Thanks

Hi,
These are from a wide number of tables.  For details, go to help.sap.com, find the BI content link, click on Financial > Controlling > Overhead controlling and search for the related datasources.
0CO_OM_WBS_5: WBS Elements: Accrual Calculations
0CO_OM_WBS_2: WBS Element: Budget
0CO_OM_WBS_1: WBS Elements: Costs
0CO_OM_WBS_4: WBS Elements: Statistical Key Figures
0CO_OM_WBS_3: WBS Elements: Overall Plan
>>> look under overhead projects > datasources or http://help.sap.com/saphelp_nw04/helpdata/en/8d/1f383fe58d5900e10000000a114084/frameset.htm
check out this page for the network http://help.sap.com/saphelp_nw04/helpdata/en/33/6db6385443bd7ae10000009b38f8cf/content.htm
hope this helps.
Gimmo

Similar Messages

  • ODI metadata query to find source and Target table for Interface

    Hi Experts,
    Client is migrating there source from EBS 11.5.10 to R12. They are in ODI BIApps. 7952 version.Since,all there mappings are customized they are not bothering about support from Oracle as far as BIApps is concerned.
    Now,we need to know how many ODI mappings will be impacted when source EBS is migrating from 11.5.10 to R12 and so that we can only target those mappings accordingly.
    So,please provide me with below inputs:
    1) Any metadata query which will give me the source table and target table information's against an interface even-if the main interface source is another interface.
    2) What are the other stuffs I need to look from point of view of mapping changes when the source is upgrading.e.g. only source table change is enough or I need to look into other stuffs.I feel,it is boiling down to create a separate source adapter for R12.
    Regards,
    Snehotosh

    SELECT C.TABLE_NAME AS "Target Table Name",
         A.COL_NAME AS "Target Field Name",
         Wm_Concat(G.SOURCE_DT) AS "Target Data Type",
         Wm_Concat(G.LONGC) AS "Target Data Length",
         Wm_Concat(TXT) AS "Transformation Rule",
         Wm_Concat(DISTINCT F.TABLE_NAME) AS "Source Table Name",
         Wm_Concat(D.COL_NAME) AS "Source Field Name",
         Wm_Concat(D.SOURCE_DT) AS "Source Data Type",
         Wm_Concat(D.LONGC) AS "Source Data Length"
    FROM
         SNP_POP_COL A JOIN SNP_TXT_CROSSR B ON A.I_TXT_MAP=B.I_TXT
         JOIN SNP_POP C ON A.I_POP=C.I_POP
         JOIN SNP_TXT E ON A.I_TXT_MAP=E.I_TXT AND B.I_TXT=E.I_TXT
         LEFT OUTER JOIN SNP_COL D ON B.I_COL=D.I_COL
         LEFT OUTER JOIN SNP_TABLE F ON F.I_TABLE= D.I_TABLE
         LEFT JOIN SNP_COL G ON A.I_COL=G.I_COL
    WHERE POP_NAME = 'XXXXXXX'
    GROUP BY C.TABLE_NAME,A.COL_NAME ORDER BY 1

  • Tables for Transformation's

    Hi friends,
    I'm using BI 7.0  and some DataSource's are mapped like DatsSource <>Infosource and some are DataSource<>Datataget in Transformations, now I want to know what are tables which are having all mapping details in BI 7.0
    Need Tables for :
    DatsSource <-->Infosource  (Transformations)
    DataSource<-->Datataget    (Transformations)
    Thanks
    Ganga.
    Edited by: Ganga on Jul 9, 2009 7:13 AM

    Hi Ganga ,
    Try out below mentioned tables. Hope they will solve your purpose.
    RSISOSMAP            Mapping Between InfoSources and DataSources (=OLTP Sources)
    RSOSFIELDMAP      Mapping Between DataSource Fields and InfoObjects
    RSKS                      Communications Structure (View) for Attributes for an InfoSource with Direct Update
    RSKSFIELD             Texts on InfoSources with Flexible Update
    RSISFIELD               InfoObjects of an InfoSource with Flexible Update
    Regards,
    Rohit Garg

  • There are no hierarchies for this InfoSource in source system

    Hello Gurus,
    We have recently created an extractor for the Country hierarchies, these are the steps we took:
    SBIW->Settings for Application-Specific DataSources (PI)->Profitability Analysis->Create Hierarchy DataSource (TC: KEB1)
    We informed the infoobject 0country and the characteristic KMLAND.
    We replicated the datasources, created the transfer rules in our dev. system and loaded the required hierarchy with success.
    We transported our requests to our prod. environment. and when creating the infopackage for the hierarchy we get the message "There are no hierarchies for this InfoSource in source system". We have checked in our R/3 system and the hierarquies are there.
    Are we missing something in the process so that we may see the available hierarquies?
    Thanks!!! Points will be rewarded.

    Hi Sumit,
    You were correct, the request did not transport the contents of the table TKEBWLH. There is a note from SAP which corrects this problem, note 856895. v02. After applying the note and recreating the request, we manage to see the available hierarchies in our Prod. System.
    Thanks for your help!
    Regards,
    Elder

  • Source tables for forms and tabular forms must have a primary key.

    Why does HTML DB 2.0 return the message
    "Source tables for forms and tabular forms must have a primary key."
    when trying to generate a "Report and Form" page based on a view defined like "create view <applicationschema>.a as select * from <sourceschema>.b" ?
    It should be possible for HTML DB to "see" that the table "<sourceschema>.b" already has a primary key.
    bw - Christian

    Christian,
    In the create application wizard, when creating form or tabular form pages, you can only use tables with primary keys, and not views, because that wizard is automatically deriving the primary key from the table definition. If you want to build forms on views or tables without a primary key, you need to use one of the create form wizards while working on an existing application. Those wizards allow you to pick your own column as a primary key column.
    Regards,
    Marc

  • Table for Data source and Transfer rule mapping

    Hi all,
    Do we have any table where in we can know the different transfer rules(for different source systems) assigned to the same Data source.
    thanks and regards,
    Rk.

    thank you all,
    the table RSDS does not have 3.x data sources, it has only 7.0 Data sources also it does not have the field mapping.
    RSOSFIELDMAP and RSTSRULES have the field mapping of the datasources, do we have any similiar tables for 7.0 Datasources.
    regards,
    RK

  • How to identify the source column and source table for a measure

    Does anyone have a query that I can use to positively identify the source column and source table for a cube measure in an SSAS cube?  Visual Studio shows ID, Name, and Source, but it is nearly worthless in a large cube and database.
    Also - the same for a dimension would be great.
    If no query exists for this, can someone please explain how to find the source column/table for a measure and for a dimension?
    Thanks.

    DMVs don’t expose the DataSourceView content. AMO is much better suited for object model operations like
    this than the DMVs. PowerShell is also sometimes an option, but in this case C# code would be much easier because analyzing the contents of the DataSourceView is much easier using the .Net DataSet class.
    Hope this helps.
    Reeves
    Denver, CO

  • No Hierarchies for this InfoSource in the Source System

    Hello All,
    I want to find out how to get my hierarchy back in Bex (Query Designer).  We just got a new BW system.  The hierarchy was loading fine in the old system but unable to see it in the new system.  I have done the following and still no luck:
    Replicated the Datasource
    Replicated the Source System
    Maintain Hierarchies shows no hierarchies and when I click on create hierarchy (No values when you click on Hierarchy Name).  Whereas I get hierarchy  values in the old system.
    In the Infopackage, click on Hierarchy Selection => Available Hierarchies from OLTP, I get "There are no Hierarchies for this InfoSource in the Source System".
    Is there anything am missing?  My suspicion is may be the Hierarchies need to be maintained in ECC first and then I should replicate again and then load the hierarchy.
    Any suggestion would be appreciated.
    Thanks,
    Recca

    Thanks Sai and RDS.
    @ Sai:  Yes, the Datasource is present in BW as 3.x version which I assume is ok.  It is also present in active version in ECC in RSA6.  There is nothing to load for the hierarchy because when you click on the InfoPackage the "Hierarchy Selection" and then "Available Hierarchies from OLTP", in other to refresh the list, I get "There are no Hierarchies for this InfoSource in the Source System".
    @ RDS:  Yes, the connection of BW to the ECC Source System is good....checked out ok.  There is nothing to load for the hierarchy because when you click on "Hierarchy Selection" and then "Available Hierarchies from OLTP", in other to refresh the list, I get "There are no Hierarchies for this InfoSource in the Source System".
    Besides RSA6 to check the datasource in active version in ECC, do you have a T-Code to check where these following Hierarchies are maintained in ECC?  I need to compare it from the old system with the new system.
    1.  Fund
    2.  Fund Center
    3.  Commitment Item
    Thanks,
    Recca

  • Multiple source tables for Measures dimension.

    Hi,
    We have two different SQL source tables for the Measure dimension in our project. Both the tables have the same structure but the Measures they contain are different. Based on certain condition Essbase will have to pick up Measures from one of the two tables. So basically the source table changes based on the condition. Is it possible to design rule files to achieve this? Please help me with this.
    Thanks,
    Krishna

    as I am sure many will say essbase and load rules are not really an ETL tools.^^^ :)
    Glenn is going to counter with a "I know how to do this in three steps using create column as text, join, and a oft-overlooked but awesome command that everyone but Tom Tortolani (I think I have the spelling on that right -- he was the Arbor employee that wrote Load Rules) forgot.
    I 100% agree with John -- why not do it in SQL?
    Regards,
    Cameron Lackpour
    Edited by: CL on Jan 23, 2013 6:33 AM
    Misspelt Tom's name

  • How to identify EBS Source tables for SC and OM modules?

    Hi,
    I need to identify EBS source tables for Supply Chain and Order Management module.
    What prefix I should check in EBS tables?
    Is there any document on this?
    Regards
    Sudipta

    Check etrm.oracle.com
    For order Management you should check with OE
    Purchasing PO and inventory INV and I guess for ASCP MSC
    Mahendra

  • Problem in filling up the setup tables for 2LIS_11_VAHDR (All SD Data sources)

    Hello All,
    I have been  trying to fillup the setup tables for SD datasources( Application-11 Ex:2LIS_11_VAHDR), but it was not allowing me to do that.
    Below are the steps i have followed,
    1.Deleted the setup tables using tcode-LBWG- Application-11
    2.Cleared the queues in RSA7 and found 0 queues for 2LIS_11_VAHDR D.S by triggereing the I.P till it get zeroes.
    3.Checked the data in RSA3-No data found.
    4.Filling the setup tables using OLI7BW t-code, got a popu(Data for 2LIS_11_VAHDR has to still transfered)
    Do i need clear all the queues for SD-Billings,Orders e.t.c  since i have 8 data sources to be cleared apart from 2LIS_11_VAHDR .
    Could you please suggest any other option to fillup the setup tables.
    Regards,
    Siva

    Did you run the infopackage twice pertaining to 2lis_11_vahdr.One for delta and another time for repeat delta.As delta queue will hold the records in repeat delta mode as well.
    Also in case of Direct Delta --Data is transferred to Base tables and delta queue (RSA7) at the same time.So extraction queue (LBWG )and update tables(SM13) does not come into the picture.
    Regards,
    AL

  • SAP GRC 10.1 AMF No data selected when adding duplicate fields from separate tables for configurable data sources

    Hi There,
    In SAP GRC 10.0, our team had an issue where we could not add duplicate fields from separate table (see ERROR: Select Currency/UoM field for the selected analyzed fields). This was resolved by the SAP Note 1904313/ 1904314 (http://service.sap.com/sap/support/notes/1904313).
    We upgraded our system to SAP GRC 10.1 SP05 and could now add the duplicate fields from separate tables. SAP Note 1904313/ 1904314 was part of SAP GRC 10.1 SP03 so it makes sense that we, in a higher version (SP05), would be able to do this.
    The issue now is when we add the duplicate fields from different tables and run the Ad-hoc Query to test if the data source works correctly, the No Data Selected warning persists. This means that the data source provides no data for analysis, which is required to write our business rules.
    Below is an example:
    Basic data source with just one currency reference field EBAN-WAERS.
    When you run the Ad-Hoc Query you receive data.
    Basic data source with second currency reference field EKKO-WAERS.
    When you run the Ad-Hoc Query no data is found.
    Please also make reference to the following thread logged by my colleague (ERROR: Select Currency/UoM field for the selected analyzed fields)
    Any assistance to receive data with duplicate fields from separate tables will be highly appreciated.
    Thanking you in advance.
    Regards
    Gary Khan

    Hi
    following are the  error messages from dump
    hrtText
       There is already a line with the same key.
    hat happened?
       Error in ABAP application program.
       The current ABAP program "SAPLCKMS" had to be terminated because one of the
       statements could not be executed.
       This is probably due to an error in the ABAP program.
    rror analysis
       You wanted to add an entry to table "\FUNCTION-POOL=CKMS\DATA=T_DYN_CKMLCR",
        which you declared
       with a UNIQUE KEY. However, there was already an entry with the
       same key.
       This may have been in an INSERT or MOVE statement, or within a
       SELECT ... INTO statement.
       In particular, you cannot insert more than one initial line into a
       table with a unique key using the INSERT INITIAL LINE... statement.
    rigger Location of Runtime Error
       Program                                 SAPLCKMS
       Include                                 LCKMSF01
       Row                                     226
       Module type                             (FORM)
       Module Name                             DYNAMIC_PERIOD_CLOSING
    Source code where dump ocured
    222
    223           APPEND ht_ckmlpp TO t_add_ckmlpp.
    224           APPEND LINES OF ht_ckmlcr TO t_add_ckmlcr.
    225           INSERT ht_ckmlpp INTO TABLE t_dyn_ckmlpp.
    >>>>           INSERT LINES OF ht_ckmlcr INTO TABLE t_dyn_ckmlcr.
    227         ENDWHILE.
    Also I guess there is problem with material ledger in R/3 side
    I have never worked on material ledger before so dont hav idea of Tcode and tables in SAP R/3 for material ledger.
    Thanks
    Navneet

  • R/3 tables for a data source

    HI all,
    How to find the R/3 tables for a perticular data sources..
    like 2lis_13_vditm etc...
    Thanks,
    Pooja

    Hi Pooja,
    U can get the same from LBWE t-Code.. where for ur Extractor.. look at the Maintain Extractor Structure.
    If u click that u wil get the Extract Structure.. where u can see the Communication Filed names which starts with MC<Table Name> - <Field Name>...... for every field in ur data source u can see the corresponding the table entry.
    Or u can use the below link for more options:
    How to find tables related to data sources
    Thanks
    Hope this helps

  • What is the source table for repository browser info?

    Hi guys,
    I need to create report for everyday's data refresh, mostly like what repository browser does. So what is the source table for repository browser info? I am in OWB 10gR2. Thanks a lot.

    I believe the runtime audit browser uses the views that start with "RAB" in the control center.
    But it would probably better if you used the Audit Execution views. More information can be found in the "API and Scripting Reference" document...
    http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/api_2runviews.htm
    In order to get access to the Public views from SQL Plus using a schema other than the control center, I believe you need to grant the ACCESS_PUBLICVIEW_BROWSER sys privilege to each OWB user. Look at Note:434718.1 for more information.

  • How do we use Data rules/error table for source validation?

    How do we use Data rules/error table for source validation?
    We are using OWB repository 10.2.0.3.0 and OWB client 10.2.0.3.33. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I reviewed the posting
    Re: Using Data Rules
    Thanks for this forum.
    I want to apply data rules to source table/view and rule violated rows should go to defined error table. Here is an example.
    Table ProjectA
    Pro_ID Number(10)
    Project_name Varchar(50)
    Pro_date Date
    As per above posting, I created the table in object editor, created the data rule
    NAME_NOT_NULL (ie project name not null). I specified the shadow table name as ProjectA_ERR
    In mapping editor, I have projectA as source. I did not find error table name and defined data rules in table properties. It is not showing up the ERR group in source table
    How do we bring the defined data rules and error table into mapping?
    Are there any additional steps/process?
    Any idea ?
    Thanks in advance.
    RI

    Hi,
    Thanks for your reply/pointer. I reviewed the blog. It is interesting.
    What is the version of OWB used in this blog?
    After defining data rule/shadow table, I deployed the table via CC. It created a error table and created the all the source coulmns in alphabatical order. If I have the primary key as 1st coulmn (which does not start with 'A') in my source, it will apprear middle of of columns in error table.
    How do we prevent/workaround this?
    If I have source(view) in sch A, how do we create Error table in Sch B for source(view)?
    Is it feasible?
    I brought the error table details in mapping. Configured the data rules/error tables.
    If I picked up 'MOVE TO ERROR' option, I am getting "VLD-2802 Missing delete matching criteria in table. the condition is needed because the operator contain at least one data rule with a MOVE TO ERROR action"
    On condition Loading - I have 'All constraints' for matching criteria.
    I changed to "no constraints' still I get the above error.
    If I change to 'REPORT' option instead of 'MOVE TO ERROR' option, error goes off.
    Any idea?
    Thanks in advance.
    RI

Maybe you are looking for

  • 64-bit Illustrator CS6 Print Issue

    I'm having a major lag issue when printing directly from 64-bit Illustrator on Windows 7. When I try to print, the program locks up for 30 seconds before sending the print job. Not to mention that once the file does print the fonts get messed up as w

  • Serial number not eligible to update to LION when it is bought from apple store after june 6.

    I bought a macbook pro on the 13th July 2011 using the Apple online Store (Singapore) , wanted to upgrade to lion today but when i am redeeming the codes. It says serial number is not eligible.

  • Software Question - Dragon Naturally Speaking

    My apologies if this is not the right category -- I did not see a "software" category --  Online Best Buy offers "Dragon Naturally Speaking Premium Complete Package For 1 User" at three different price points:  approx. $150, $200 (currently on sale f

  • My pictures look like they are in night vision

    My Ipad's camera appears like it's in night vision mode.  I don't know if there is such a thing, but that's what it looks like.  I can't find any option button to change it.  Also, all photos that I look at in my email, from others, look the same way

  • Select length of value ?

    I have a db table full of user info including email addresses (email_adds column name) Im looking to pull all emails where the total characters in the email in > 12 can someone tell me how ? so this should show up [email protected] this should not [e