Details about TA kk01 and master tables

hi SAP Technical Guru's
pls provide details about TA KK01 (statistical key figures) and master tables.
best regards,
m.srinivas.

Hi
TA     Report            * Header Description*
KKO1   SAPMKCEE       Create Drilldown Report
Go to SE 38 and check this report, you can also find the master data tables used by clicking f1 and then the technical settings button on the tool bar.
Regards
Divya

Similar Messages

  • ORA-12054: mview in 10g and master table in 8i

    Hi all,
    I have an issue when creating a mview on 10g with master table accessed via dblink in a 8i DB.
    I've done the following:
    1.) Created the mv log in master table schema1 in 8idb database version 8.1.7.
    CREATE MATERIALIZED VIEW LOG ON SCHEMA1.TAB1
    WITH ROWID , PRIMARY KEY
    INCLUDING NEW VALUES;
    desc tab1
    col1 number(4);
    col2 varchar2(30);
    col3 varchar2(30);
    2.) Granted the following privs to user schema2@10gdb (where the mview will be created).
    GRANT GLOBAL QUERY REWRITE TO schema2;
    grant create materialized view to schema2;
    3.) Created the db link 8idb connecting schema2 user to 8idb
    4.) Tried to create the Mview:
    CREATE MATERIALIZED VIEW SCHEMA2.MV_TEST1
    TABLESPACE TABSP1
    BUILD IMMEDIATE
    REFRESH FAST ON COMMIT
    ENABLE QUERY REWRITE
    AS
    SELECT COL1, COL2, COL3, COUNT(*)
    FROM tab1@8idb
    GROUP BY COL1, COL2, COL3;
    Received the following error:
    FROM tab1@8idb
    ERROR at line 9:
    ORA-12054: cannot set the ON COMMIT refresh attribute for the materialized view
    Can someone tell me what I'm doing wrong? the creation works fine on the same database in another schema. Am I missing something in 8i environment? I read Oracle8i SQL Reference
    about MViews and it seemed to work.

    Hi,
    You can't set the on commit refresh attribute for an mview over a db link. It is only valid within a single database.
    Cheers,
    Harry

  • View table and Master table don't match

    I am setting up Materialize view replication between two systems connected over a WAN. The number of rows in the master table does not match the number of rows in the Table at the view site. Is there a way I can monitor/watch or otherwise see what replicated transaction are being applied to the view. I know that rows are added to and deleted from this table over the course the the day.

    If the master table is always changing, the two tables will never match completely. Take the following scenario:
    time 0: Insert row A in master table
    time 1: Begin refresh of remote MV
    time 2: Insert row B in master table
    time 3: End refresh of remote MV
    At this point, the master table will have two rows (A & B) while the remote table only has row A. If there is a materialized view log on the master table, row B will be present in the log and will replicate on the next refresh. I'm not aware of any utility that lets you view the data in the materialized view log in a particularly human-readable form, however-- that data is stored in a RAW column.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Updatable Materialized View and Master Table on same database

    Hi all,
    My first question - Is it possible to have an Updatable Materialized View and the associated Master Table located on the same database?
    This is the requirement scenario:
    One unique database D exists.
    A is a batch table. Only inserts are allowed on Table A.
    M is an updatable materialized view on Table A (Master). Only updates are allowed on M (no insert or delete).
    Requirement is to push updates/changes from M to A periodically and then get the new inserted records from A into M via a refresh.
    Is this possible? What other approaches are applicable here?

    John,
    My question is related to the implementation and setup of the environment as explained in the above example. How can I achieve this considering that I have created an updatable m-view?
    If possible, how do I push changes made to an updatable m-view back to it's master table when/before I execute DBMS_MVIEW.REFRESH on the m-view? What is the procedure to do this if both table and mview exist on the same database? Do I need to create master groups, materialized view refresh groups, etc.?
    One more thing.. Is there a way to retain changes to the m-view during refresh? In this case, only newly inserted/updated records in the associated table would get inserted into m-view. Whereas changes made to m-view records would stay as-is.
    Hope my question is directed well. Thanks for your help.
    - Ankit

  • Relationship between mara and mast table

    Hi gurus i have to get the components of one material for example
    if the material is paper i need to know the components of this paper (cellulose)
    any idea?
    i know all materials are in mara table but i find the transaction  cs03 i put a trace and i can see that this transaction uses de mast table but i dont know how to relate the mast table with mara table

    Pass the material and plant to function module CSAP_MAT_BOM_READ, this fm is used in CS03.
    Note: This will will only give you the immediate level, so again pass the material obtained from fm to the same fm to get the next level.
    Is you requirement to only get the child components of a FERT part ?

  • Details about WF-BATCH and DDIC users

    hi
    please provide me the details about the users  WF-BATCH and DDIC .

    hi kamaraj
    check these links
    Re: _WF_INITIATOR and WF_BATCH
    http://help.sap.com/saphelp_nw70/helpdata/en/52/671785439b11d1896f0000e8322d00/content.htm
    hope it helps you.
    thanks
    Sachin

  • Please help about Report Printer and PS tables-objects . ..

    Hi everybody
    I'm in trouble. I have a requirement in PS módule related with reports created by the Report Printer tool. I don't have any idea about these topics.
    My requirement is to create a report (not with Report Printer) with the structure for projects, with all the structure Project-WBS-Network-Activity and with some values like Budget, Commit, Actual,  Paid, etc.
    The functional consultant only tells me about some reports created with Report Printer wich have the columns required, some report has the Budget, other one has the Commit, etc. For example, one report is the tcode S_ALR_87013532; i don't know if this transaction exists in all the SAP implementations or if it was created only for my company.
    These reports only show two levels (Project-Network) so i i have to investigate:
    1. How to get all the structure levels (project-WBS-network-activity)
    2. How to 'translate' in code some value showed in a report created with Report Printer, i guess these values are created with formules and objects.
    3. How to get the same values showed in these reports, but for the Networks and Activities.
    I do not know anything about PS module and Report Printer and i really don't have any idea about how to make my development.
    4. I think the functional consultant could be able to create the report himself with the Report Printer, but he tells me he does not manage this tool so good and he wants to send SAP mails with the reports, and he say the reports created with Report Printer can not send mails. Is this true ?  and then, would be easier for me to learn Report Printer and create the report myself instead to develop it ?
    Does somebody can help me ?     Any idea ?
    Please help !!     I don't know even how to start with this.
    Thanks in advance ..
    Frank

    Hi Frank,
    here're some links:
    -http://help.sap.com/saphelp_47x200/helpdata/en/ca/01993862b47c67e10000009b38f8cf/frameset.htm
    -http://www.sapgenie.com/abap/tables_ps.htm
    -Re: Project System Costs: budget/actual/commt/rem.plan/assd
    Andreas

  • Need details about Satellite S35DVD and memory upgrade

    I've got a used Toshiba Satellite S35DVD Notebook from a friend.
    Unfortunately I have no infromation about this notebook and there's also no information on the web available.
    The Toshiba Support sites also don't knwo this kind of notebook.
    Anybody out there who can give me some information, links for w2k drivers, tech specs, ...
    Most interesting for me is the max supported ram size for upgrade.
    tia

    Are you sure that this is a Satellite S35DVD?
    Check the labels at the bottom of the unit. There should be a model number or series number. This would be interesting

  • Inserting to a table using same table and master table

    [code]
    I have a table  test_master where I have stored the status of the individual claims  ; the status would be changed quarterly basis.
    I have another table test_detail which will store status chages on each quarter.The curr_status column will store the status from test_master; and  prev_status will be the curr_status for the previous  trans_id from test_detail table itself
    create table test_master( claim_id number,
                            status varchar2(10));
    insert into  test_main VALUES (100, 'L1');                
    insert into  test_main VALUES (101, 'L2');   ---- first quarter data.. it will be purged at the begining of second quarter
    insert into  test_main VALUES (102, 'L1');
    insert into  test_main VALUES (103, 'L3');
    insert into  test_main VALUES (100,  'L2');
    insert into  test_main VALUES (101,  'L2');    ---- second quarter data.. it will be purged at the begining of third quarter  
    insert into  test_main VALUES (102,  'L1');
    insert into  test_main VALUES (103,  'L4');
    insert into  test_main VALUES (100,  'L4');
    insert into  test_main VALUES (101,  'L5');    ---- third quarter data.. it will be purged at the begining of fourth quarter  
    insert into  test_main VALUES (102,  'L6');
    insert into  test_main VALUES (103,  'L7');
    create table test_detail( trans_id number,
                              claim_id number,
                              prev_status varchar(20),
                              curr_status varchar2(21
    prev_status =  curr_status of  the previous id for same claim_id s
    curr_status =  status from TEST_MASTER
    how to write an insert statement to insert records in TEST_DETAIL to have below expected data?
    id     claim_id       PREV_STATUS      CURR_STATUS
    1          100                               null               L1    ---prev_status will be null for the first run
    1          101                               null               L2
    1          102                               null               L1
    1          103                               null               L3
    2          100                               L1                L2
    2          101                               L2                L2
    2          102                               L1                L1
    2          103                               L3                L4
    3          100                               L2                L4
    3          101                               L2                L5
    3          102                               L1                L6
    3          103                               L4                L7
    [/code]
    Thanks
    -Ann

    Hi,
    Do you really need to store prev_status in test_detail?  You can always compute it on the fly, using the analytic LAG function, and you won't have to worry about re-computing it when test_detail is updated.
    If test_detail will never be updated, and performance is important, then you may want to store prev_status.  Here's one way to do that.
    When you're ready to archive the data from test_main, then run this INSERT statement:
    INSERT INTO test_detail (trans_id, claim_id,  prev_status,      curr_status)
               SELECT        &2,     m.claim_id,  d.curr_status,    m.status
               FROM             test_main    m
               LEFT OUTER JOIN  test_detail  d  ON   d.claim_id  = m.claim_id
                                                AND  d.trans_id  = &1
    Where &1 is the previous trans_id (the highest value already in test_detail), and &2 is the new trans_id (&1 + 1).
    The first time you run this, when test_detail is empty, it doesn't matter what value you use for &1; you can use 0.
    After you've confirmed that this worked, then you can start putting new data into test_main.
    I assume that test_master and test_main are the same table.

  • More details about ASAP steps and ASAP forms

    I overally know ASAP and its 5 phases.
    But unfortunately i couldnt find more detail information about it.
    I mean level2 & level3 steps of each phase and descriptive information about what exactly is each step.
    Also wether any forms exist related to each step i really interested in having such forms.
    Regards
    Abedi

    Hi,
    Please read below links:-
    http://help.sap.com/saphelp_47x200/helpdata/en/48/623972d55a11d2bbf700105a5e5b3c/content.htm
    http://service.sap.com/asap & http://service.sap.com/roadmaps
    http://www.sap-basis-abap.com/sapgeneral/what-is-asap.htm
    Regards,
    Anil

  • I upgraded to 9.01 of Firefox and now get an error 'MORZCRT19.dll" -- because it falls within my area of expertise. I just need a few more details about your situation and I will get to work!

    I upgraded to 9.01 of Firefox and now get an error 'MORZCRT19.dll" --

    If you use ZoneAlarm Extreme Security then disable Virtualization and reinstall Firefox.
    See these about a similar problem caused by ZoneAlarm.
    *http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/880050]]

  • Question about extending dimension and fact tables

    We have our data warehouse completely loaded with several years of historical data. We now want to extend one of our dimension tables by performing a type 1 customization to add an additional column to that dimension table.
    Is there a way for the ETL to update all of the historical records in the dimension table by filling in the data for the new column? Assume that we made the necessary changes in the database and updated the ETL mapping accordingly. We want to avoid having to truncate the table or doing a full load again -- even just for that table and the corresponding facts.

    Remove the last refresh date for the table in the DAC repository...that will force an ujpdate of the whole table without you needing to reload everything.
    Oh yeah and you're in the wrong forum: Business Intelligence Applications
    C.

  • JustAnswer has asked me to answer your question -- "Apple TV: how to reset WiFi password. I do not recall the" -- because it falls within my area of expertise. I just need a few more details about your situation and I will get to work!

    JustAnswer has asked me to answer your question -- "Apple TV: how to reset WiFi password. I do not recall the original PW am hitting a brickwall and I am ready to jump off!  Please advise- many thanks

    1)Your going to have to go to the manufacture's website for the orginal password. Once you have that you will have to setup you network again.
    2)After your network is setup again you will go to general setting menu on the ATV. Select the Network option then Configure Wifi option. It will take a momment and load all the WIFI networks in you area.  Once you selected your network, it will prompt you to enter the password.

  • Details about repository.xml and workspace.xml

    HI All,
    In our Cq5.5 location under /repository location their is a folder as Tarjournal which contains 201 GB of .tar file.(This file is creating when PM TAr optimizer script is running)
    My question is when i navigated to /repository/workspaces//  i can able to see 107 GB of .tar files in that location.
    Can you please explain whether we can delete the old tar files in this location and how these files are creating. Or same PM TAr optimizer creating same files in these location as backup?
    Thanks in Advance.

    Hi Gokul,
    I am not sure if yours is cluster envirnoment. In any case Do not delete tar files. Refer below post for cleaning tarJournal.
    http://forums.adobe.com/message/4603781#4603781
    Thanks,
    Sham

  • Need detailed info about Active,New and Change log table in BI 7.0

    Dear Experts,
    I am new to this technology. Can you any one explain in very detail about ACTIVE, NEW and CHANGE LOG tables workflows.
    And also i am requesting you all to give tips to how to study BI 7.0
    Regards,
    Ameer.N

    For your first problem solution is this note: 936644
    You might have not mapped the filed in your tarnsfer/update rules?

Maybe you are looking for