From which R/3 tables , we are extracting CCA data

Hi ,
For extracting the 'Over HeadMangment Costs' , we are using  0CO_OM_CCA_9 and 0CO_OM_CCA_6 datasources.
Could you tell me from which tables ( R/3 tables) it is extracting the data
Thanks
Prasanna

hi Prasanna,
check this
http://help.sap.com/saphelp_nw04s/helpdata/en/93/d90c3c99d56448e10000000a114084/frameset.htm
go through the datasources
COVP (COEP and COBK) COSP COST COEJ COEP T001
http://help.sap.com/saphelp_nw04s/helpdata/en/8f/d93c00e39d5b4fb6eaa3bf16e6fb09/content.htm
COOMCO
http://help.sap.com/saphelp_nw04s/helpdata/en/fe/bd383fd98d1201e10000000a114084/content.htm
hope this helps.

Similar Messages

  • From which prgram the table TSTC is updated

    Hi all ,
    Can anybody know me from which program, the Table TSTC is updated where it stores all the transaction codes.
    Regards,
    Madhavi

    Tcode for maintaining Tcodes is SE93.
    Goto>SE93>System>Status>Program.
    Program Name:SAPLSEUK
      include lseuktop.      " Global Data
      include lseukuxx.      " Function Modules
    include lseuko01.
    include lseuki01.
    include lseukf01.
    include lseukf00.
    include lseuki00.
    Navigation Transaktion
    include lseuktn0.
    include lseuke01.
    include lseukfwm.
    Regards,
    Ansari.

  • From which transaction the table OBEW is updated

    Hi Experts,
      From which transaction the table OBEW is updated
    Thanks,
    Nagendra

    The table OBEW gets updated thru MI21/MI22/ and MB01/MB02

  • Need to re-download PSE9 and PRE9 following crash and reinstall of Windows 7.  But the programs aren't listed on my Adobe "Orders" page (from which I would download) but are on my list of products.  What do I do to get the downloads?

    Following a crash I had to wipe my "C" drive and re-install Windows 7.  I want to reinstall Photoshop Elements 9 and Premier Elements 9.  Both programs are listed on my products page on the Adobe Website, but not on the "orders" page (from which I would normally download programs I've bought from Adobe).  How do I get them downloaded?

    Downloads available:
    Suites and Programs:  CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5 | 4 | 3
    Captivate:  7 | 6 | 5
    Download and installation help for Adobe links  https://helpx.adobe.com/download-install.html
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • 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.

  • If the connecting fields are missing the data from knvh should be u00BBnullu00AB

    Could you help me I would like to have all fields from kna1 (if the connecting fields are missing the data from knvh should be »null«)in following code
    select * from kna1 .
    select * from knvh where kunnr = kna1-kunnr and vkorg = '0200'.
      itab-mandt = kna1-mandt.
      itab-stceg = kna1-stceg.
          itab-hkunnr = knvh-hkunnr.
          itab-datab = knvh-datab.
          itab-datbi = knvh-datbi.
        append itab. clear itab.
      endselect.
    endselect.

    HI,
      use the following code
    select * from kna1 into table it_kna1.
    if sy-subrc = 0.
    select * from knvh into table it_knvh
    for all entries in IT_kna1
    where kunnr = it_kna1-kunnr
       and vkorg = '0200'.
    if sy-subrc = 0.
    loop at it_kna1 into wa_kna1.
    itab-mandt = wa_kna1-mandt.
    itab-stceg = wa_kna1-stceg.
    loop at it_knvh into wa_knvh where kunnr = wa_kna1-kunnr.
    itab-hkunnr = wa_knvh-hkunnr.
    itab-datab = wa_knvh-datab.
    itab-datbi = wa_knvh-datbi.
    append itab.
    clear itab.
    endloop.
    endloop.endif.
    endif.
    I hope this solves your problem
    Regards,
    Vara

  • Loading Metadata from planning to oracle table

    Hi
    I am trying to load one dimension metadata from planning to oracle table.we are on 10.1.3
    i selected LKM SQL to SQL to load from source to staging area and IKM SQL to SQL append to load from staging to Target.
    I got the below error
    0 : null : java.sql.SQLException: Driver must be specified
    java.sql.SQLException: Driver must be specified
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.t(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.connect(SnpsConnection.java)
         at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java)
         at com.sunopsis.sql.SnpsQuery.executeQuery(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Please suggest..
    Thanks,

    Hi John
    Thank you for the response
    i am trying to load accounts back to oracle table.
    My plan is to load existing accounts in planning to a oracle table i.e PLANACNT,so when i load new accounts from oracle to planning through ODI , i can say in the source filter that load Table.column not in (select accounts from PLANACNT).
    Please suggest if there is any better method for this...my plan is to load new accounts created in oracle to planning by comparing the accounts in planning.
    Thanks,

  • Auto extraction of data...

    Hi,
    Is there a software or tool out there I can purchase that
    allows me to accomplish the following tasks? I've looked at screen
    scrape, which only takes care of my "data extraction" requirement.
    I've also looked at iMarcos, which only takes care of the auto
    submit of the form.
    Tasks I need to accomplish:
    I need a software / tool for which I can configure to
    automatically extract certain data from an email message that comes
    into my Microsoft Office Outlook box and auto paste it into a
    textarea (memo) box in a web page and then auto submit the form
    (containing the textarea field with pasted data) into a table in a
    database.
    Thanks in advance!

    Hi cf_menace,
    I have a very simple template (below) that runs to retrieve
    only the first 5 emails (MAXROWS="5") from my mail box, but it
    takes a long time to return the result set. Can you tell me why? Is
    it something in the CF administrator that I have to configure to
    make this faster? Please see code below:
    <!--- This view-only example shows the use of CFPOP
    --->
    <HTML>
    <HEAD>
    <TITLE>CFPOP Example</TITLE>
    </HEAD>
    <BODY>
    <H3>CFPOP Example</H3>
    <P>CFPOP allows you to retrieve and manipulate mail
    in a POP3 mailbox. This view-only example shows how to
    create one feature of a mail client, allowing you to display
    the mail headers in a POP3 mailbox.
    <!--- <P>Simply uncomment this code and run with a
    mail-enabled CF Server to
    see this feature in action. --->
    <CFIF IsDefined("form.server")>
    <!--- make sure server, username are not empty --->
    <CFIF Trim(form.server) is not "" and Trim(form.username)
    is not "">
    <CFPOP SERVER="#server#" USERNAME="#username#"
    PASSWORD="#pwd#" ACTION="GETHEADERONLY" NAME="GetHeaders"
    MAXROWS="5">
    <H3>Message Headers in Your Inbox</H3>
    <P>Number of Records:
    <CFOUTPUT>#GetHeaders.RecordCount#</CFOUTPUT></P>
    <UL>
    <CFOUTPUT QUERY="GetHeaders">
    <LI>Row: #CurrentRow#: From: #From# -- Subject:
    #Subject#
    </CFOUTPUT>
    </UL>
    </CFIF>
    <FORM ACTION="CFPOP.cfm" METHOD="POST">
    <P>Enter your mail server: <INPUT TYPE="Text"
    NAME="server">
    <BR>Enter your username: <INPUT TYPE="Text"
    NAME="username">
    <BR>Enter your password: <INPUT TYPE="password"
    NAME="pwd">
    <P><INPUT TYPE="Submit" VALUE="Get Message
    Headers">
    </FORM>
    </BODY>
    </HTML>

  • Very slow performance in every area after massive data load

    Hi,
    I'm new to Siebel. I had a call from customer saying that virtually every aspect of the application (login, etc) is slow after they did a massive data loading ~ around 15GB of data.
    Could you please help to point out what would be the best practice for this massive data loading exercise? All the table statistics are up to date.
    Anyone encountered this kind of problem before?

    Hello,
    Siebel CRM is a highly customizable customer relationship management solution. There are number of customizations (scripting, workflow, web services,...) and integrations (custom c++, java, ERP system,...) that can cause Siebel performance issues.
    Germain Monitoring v1.8.5 can help you -clean-up- all your siebel performance issues (5 min after installation, which can take between 4hours and 10 days whether it is to be used against your siebel dev/qa or prod environment) and then monitor your siebel production system at every layer of your infrastructure, at the siebel user click & back-end transaction levels and either solve or identify the root-cause of siebel performance issues, 24x7.
    Germain Monitoring Software (currently version 1.8.5) helps siebel customers 1)faster solve siebel performance issues introduced by customizations and 2)effectively solve siebel performance issues before business is impacted once siebel is on production.
    Customers like NetApp, J.M Smucker, Alltel/Verizon,...have saved hundred of thousands of dollars using Germain Monitoring software.
    Let us know whether you would like to discuss this further...good luck w/ these issues,
    Regards,
    Yannick Germain
    GERMAIN SOFTWARE LLC
    Siebel Performance Software
    21 Columbus Avenue, Suite 221
    San Francisco, CA 94111, USA
    Cell: +1-415-606-3420
    Fax: +1-415-651-9683
    [email protected]
    http://www.germainsoftware.com

  • Needs the table from which "project definition" field is to be extracted

    Hi,
    As a requirement in BW, we have to add the new field project definition in the BW cube 0COOM_C02(description of the cube:- CO-OM: Costs and Allocations Project (Delta Extraction)).For this, we have to add the same in all the data sources related to this cube.
    Data sources under this cube are:
    0CO_OM_CCA_9 (Cost Centers: Actual Costs Through Delta Extraction)
    Take any one of the data source and search that in the R/3 side tcode RSA6, double click and you will find the entire structure (fields) for that data source.Double click the extract structure appearing above it to find the technical details of each field.
    Now we have to add the field project definition in the data source.For extracting the same, we have to write the logic which will extract the value of project field from a table.
    We dont have any problem in writing the code but
    Our requirement is that during coding, from which table we should extract the value ? and also on what basis?(means what should be the selecting criteria for populating that field) .
    If you want any information on these data sources, do reply me.
    Thanking you in advance,
    Tarun Brijwani.

    The cube is related to module
    Financials Management & Controlling----->Controlling----->Overhead Cost Controlling

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • Table from which all requests details report can be extracted

    Hi to all
    I would like to know from which table we can have a look on all request details which are in quality but not in production
    i want move prd data to quality if i does this all request are getting vanish in quality
    Regards

    Hi,
    I guess you mean transport request. I don't think that such table exists. If you're on quality and you're able to see requests that were imported in production then most probably these data are read with some FM from production system.
    Normaly you can see transport requests in tables E070, E071 and so on, but these refer to current system, not a remote one.
    Best regards
    Marcin Cholewczuk

  • Table name from which to extract bank name and swift code by key field as vendor code

    Please help with the table name from which we can extract the bank name and swift code of vendors with the key input as vendor numbers

    Hello Subhadra, I'm sorry, I should've said join of LFBK and BNKA. The fields for the join will be the bank country(BANKS) and bank key (BANKL).
    If you have not found a docu on SQVI already, you can refer to this:
    How to create Report by using SQVI
    This is how your join should look in BASIS mode, your selection parameter should be vendor code LIFNR; output fields with be bank name BANKA and swift code SWIFT.

  • Which tables are being used to extract the data for the materi Extractors

    Hi
    please advise which tables are used to extract the data for the extarctors
    0MAT_SALES_ATTR,
    0MATERIAL_ATTR,
    0MAT_PLANT_ATTR
    0PLANT_ATTR
    ,Many thanks.

    Hi,
    Activate a database trace using ST01. Then perform the MM03 operation and goto the SD Texts tab. Now stop the trace and see if you can locate either a table or program which you can utilize in the log.
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f993545a11d1a7020000e829fd11/frameset.htm
    Hope this helps..
    Rgs,
    Ravikanth.

  • In Which R/3 Table, the Extraction Date should be RESET to Limit DELTA ???

    Hi all,
      We have a daily delta extraction setup for DataSource 0FI_GL_4 from R/3 into ODS. I think there is a table on R/3 side where we could RESET the extraction date (?) to limit the delta reload incase something goes wrong with delta process. Without this reset, it may take 2-3 WEEKS for us.
    Is any one has any idea about this table , PLEASE....
    Thanks.

    hi Venkat,
    check oss note 485958-BW-BCT-FI: Repeating delta extractions
    Symptom
    This note provides the option of repeating delta extractions under certain conditions.
    The note is valid for the DataSources listed below:
    0FI_AP_4 - Accounts Payable: Line Items
    0FI_AR_4 - Accounts Receivable: Line Items
    0FI_GL_4 - General Ledger: Line Items
    0FI_TX_4  Taxes: Line Items
    0FI_AP_6  Accounts Payable: Transaction Figures Using Delta Extraction
    0FI_AR_6  Accounts Receivable: Transaction Figures Using Delta Extraction
    0FI_GL_6 - General Ledger:  Transaction Figures Using Delta Extraction
    0FI_AP_7 - Accounts Payable: Special G/L Transaction Figures Using Delta Extraction
    0FI_AR_7 - Accounts Receivable:  Special G/L Transaction Figures Using Delta Extraction
    0FI_GL_7 - General Ledger:  Cost of Sales Accounting Ledger Using Delta Extraction
    0FI_AR_8 - Accounts Receivable: Credit Management: Central Data Using Delta Extraction
    0FI_AR_9 - Accounts Receivable:  Credit Management: Control Area Data Using Delta Extraction
    0FI_AR_10 - Accounts Receivable: Payment History Using Delta Extraction
    Other terms
    BWOM2_TIMEST, TIMESTAMP, BWOM_SETTINGS, LAST_TS, delta, init
    Reason and Prerequisites
    For test or correction purposes you require a function to repeat delta extractions.
    In the standard system, you can repeat the delta extractions for the last sixty days.
    The number of days is defined by the 'DELTIMEST' parameter in the BWOM_SETTINGS table.
    For all DataSources mentioned above you can repeat the delta extraction without problems because all DataSources use an ODS object. The system automatically filters out data that is selected several times.
    Solution
    The solution consists of resetting the time stamps used for the delta extraction in the BWOM2_TIMEST table to a certain date.
    To do this, you must reset the 'X' marker in the 'LAST_TS' column for the last successful delta extraction.
    The next delta extraction then loads all data created or changed as of this date to the BW system.
    To reset the 'X' marker in the 'LAST_TS' column, use the 'BWOM2_TIMEST' report. If the report is not yet available in you system, you can install it as described in Note 836288.
    Caution - important note
    If you repeat several delta extractions in a run using this note, the number of the extracted records will in most cases be smaller than the total of the individual delta extractions.
    This can happen in the following cases:
    If documents are contained in several individual delta extractions due to document changes. The system selects these documents only once.
    If you have set parameter BWFIOVERLA = X in the BWOM_SETTINGS table. (See Note 485958)
    In this case, the upper limit of the period for the data selection is not, as usual, 23:59:59 of the previous day. The system also extracts all existing documents of the current day. These documents are also contained in the following delta extraction.
    1. If you can load the expected data volume in one delta extraction, proceed as follows:
    Execute the 'BWOM2_TIMEST' report for the relevant DataSource.
    Remove the marker in the entry of the last delta extraction.
    In the columns for the date of the time stamp and the time of the time stamp, you can see up to when the individual data extractions have extracted data.
    Select the entry up to which the data in your BW system is still correct.
    Save the changes.
    Do not make any further changes in the BWOM2_TIMEST table.
                  The next delta extraction uses the date + 1 of the selected entry as a lower limit for the data selection and the current date - 1 for the upper limit.
    2. If you must load the expected data volume in several parts, proceed as follows:
    Caution: There are the following two cases:.
    a) The 'BWFIOVERLA' parameter in the BWOM_SETTINGS table is not set.
               Execute the 'BWOM2_TIMEST' report for the relevant DataSource.
               Remove the marker in the entry of the last delta extraction.
               In the columns for the date of the time stamp and the time of the time stamp, you can see up to when the individual data extractions have extracted data.
    Select the entry up to which the data in your BW system is still correct.
               Save the changes.
    Do not make any further changes in the BWOM2_TIMEST table.
                   The next delta extraction uses the date + 1 of the selected entry as a lower limit for the data selection.
    You can control the upper limit for the data selection by changing the ' BWFISAFETY' parameter in the BWOM_SETTINGS table. The upper limit is determined using the current date minus the value of the 'BWFISAFETY' parameter (default = 1).
    If you want to extract the data of the last twenty days in four parts, for example, set the parameter as follows in Transaction SE16:
    before the 1. delta extraction > > BWFISAFETY = 15
    before the 2. delta extraction > > BWFISAFETY = 10
    before the 3. delta extraction > > BWFISAFETY = 5
    before the 4. delta extraction > > BWFISAFETY = 1 (= default)
    b) The 'BWFIOVERLA' parameter in the BWOM_SETTINGS table is set (=X).
               First, deactivate the 'BWFIOVERLA' parameter in the BWOM_SETTINGS table. This is necessary because if you do not do this, the system ignores the settings of the 'BWFISAFETY' parameter.
               Execute the 'BWOM2_TIMEST' report for the relevant DataSource.
               Remove the marker in the entry of the last delta extraction.
               In the columns for the date of the time stamp and the time of the time stamp you can see up to when the individual data extractions have extracted data.
    Do NOT select the entry up to which the data in your BW system is still correct, rather select the entry before that.
               Save the changes.
    Do not make any further changes in the BWOM2_TIMEST table.
                   The next delta extraction uses the date + 1 of the selected entry as a lower limit for the data selection.
    You can control the upper limit for the data selection by changing the ' BWFISAFETY' parameter in the BWOM_SETTINGS table. The upper limit is determined using the current date minus the value of the 'BWFISAFETY' parameter (default = 1).
    If for example you want to extract the data of the last twenty days in four parts, set the parameter in Transaction SE16 as follows:
    before the 1. delta extraction > > BWFISAFETY = 15
    before the 2. delta extraction > > BWFISAFETY = 10
    before the 3. delta extraction > > BWFISAFETY = 5
    before the 4. delta extraction > > BWFISAFETY = 1 (= default)
                    and parameter BWFIOVERLA = X to return to the originaldelta mode.

Maybe you are looking for