Change master data of business consolidation directly in the quality system

Dear All,
I need to change master data of business consolidation directly in the quality system.
Anyone an idea?
Kind regards,
Marilia

Welcome to SDN.
There are SAP Notes 933024, 804057 and 592239 that provide a means of opening UCWB only for master data objects.
Another possible work around is to make the updates in BW and use the synchronization programs UGMDSYNC and UGMDSY20. However for FS Items and Cons Groups all of the master data elements such as breakdown category and period of first consolidation are not available for entry in BW so for these characteristics the maintenance must still be completed in UCWB.
Edited by: Dan Sullivan on Jan 4, 2011 10:59 PM

Similar Messages

  • Unable to load the data into Cube Using DTP in the quality system

    Hi,
    I am unable to load the data from PSA to Cube using DTP in the quality system for the first time
    I am getting the error like" Data package processing terminated" and "Source TRCS 2LIS_17_NOTIF is not allowed".
    Please suggest .
    Thanks,
    Satyaprasad

    Hi,
    Some Infoobjects are missing while collecting the transport.
    I collected those objects and transported ,now its working fine.
    Many Thanks to all
    Regards,
    Satyaprasad

  • Changing master data record while loading Transaction data

    Hello All,
    We have a requirementt to change one of the master data field(FLAG) while loading on the transaction data.
    we get the material info in the Master data. and in the sales order item data also we get the material.
    While loading the Transaction data, I have to set a FLAG field has "s" in the Master data material based on the Key selection:
    Master data -  MAterial = Tramsaction - Data Material.
    I have written the code.. and implemented.. i get the correct records but i face huge performance issue. can any one guide me please
        DATA: itab1 TYPE STANDARD TABLE OF /bi0/pmaterial,
               wa_itab1 TYPE /bi0/pmaterial,
               w_tabix TYPE sy-tabix.
         IF itab1 IS INITIAL.
           SELECT * FROM /bi0/pmaterialINTO TABLE itab1.
         ENDIF.
         LOOP AT result_package ASSIGNING <result_fields>.
           READ TABLE itab1 INTO wa_itab1 WITH KEY
                              material =  <result_fields>-material.
           IF sy-subrc = 0.
             w_tabix = sy-tabix.
             IF <result_fields>-/bic/paa1c2033 IS NOT INITIAL.
               wa_itab1-FLAG = 'S'.
               MODIFY itab1 FROM wa_itab1 INDEX w_tabix TRANSPORTING FLAG .
             ENDIF.
           ENDIF.
         ENDLOOP.
         IF itab1 IS NOT INITIAL.
           MODIFY /bi0/pmaterial FROM TABLE itab1.
         ENDIF.

    Here are some performance tips:
    Add FOR ALL ENTRIES IN result_package WHERE material = result_package-material to your select statement
    After your select statement, add IF SY-SUBRC = 0.  SORT itab1 BY material. ENDIF.
    In your read statement, add BINARY SEARCH to the end of it
    At the end of your end routine, make sure to CLEAR itab1.
    You can also increase the number of parallel processes for your DTP, and DSO activation (assuming your target is DSO).

  • Uploading master data with business objets and LSMW

    All,
    I am trying to uploas legacy data with LSMW and with Business object BUS52** for security classes. This works with idoc format, I have no prior knowledge how this works, but I figured it out a bit. I am to the point now that my idocs are created and posted (according to the system). Except when I would like to see the security class created with FWZZ, there is no data in it.
    Any help what am I doing wrong?
    kr,
    Stef

    Hi,
    I have successfully used lsmw with bapi before for securities class master data. Business ibject type is BUS1076. If unfamiliar with lsmw (with bapi); I think internet search may bring up couple docs on that.
    Manish

  • Hi masters , Actually maintain the master data in BI also then why the spec

    HI masters ,
    Actually maintaing the master data also we can do in BI, then why we have to need MDM.
    What is special purpose with mdm.  please tell brefily,

    Hi Surya,
    In MDM we maintain only master data
    The goal of MDM to make master data unique and accurate.
    BI is used to analyze data from diverse source to support decision  making. In BI  transaction data are placed  in a table named Fact table .This fact table or transaction data are connected to master data /dimension table using some foreign key. Example of different transactions data are :-  Quantity sold, sales revenue .In BI /BW we can analyze transaction data i.e. we can calculate total quantity sold for a particular region .
    There may be different sales representative for different region. And every sales representative have different and unique ID.
    To calculate total quantity sold we have to do the following things
    We have to select sales representative Id of the specified region.
    Based on sales representative Id (which is master data) for a particular region and the summarized quantity sold by them we can get the total quantity sold for a particular region.
    So this master data sales representative Id should be correct and unique based on which we will analyze transaction data otherwise the result would be wrong.
    These sales representative ID is maintained in MDM.
    Basic scenarios of MDM are
    1)     Consolidation
    2)     Harmonization
    3)     Central master data management
    MDM assures following things
    u2022     Accuracy - Does my data adhere to defined formats and standards?
    u2022     Validity - Does my data contain incorrect information?
    u2022     Completeness - Does my data contain all the necessary information?
    u2022     Consistency - Does my data contain contradicting or duplicate information?
    SAP Master Data Management (SAP MDM) is a component of SAPu2019s Net Weaver product group and is used as a platform to consolidate, cleanse and synchronize a single version of the truth for master data within a heterogeneous application landscape.
    Thanks
    Dola Aich
    Edited by: DOLA AICH on Oct 14, 2008 10:34 AM

  • Master data is not getting enabled in the InfoSet.

    Hi Experts,
    I have 3 DSOs in an InfoSet and I have also brought 2 Master data infoobjects in this infoset.
    The master data check box in the infoset is not enabled and also not getting displayed in the Query Designer.
    Can anyone please let me know how do I bring the master data in the query???
    Also please advice me whether I should have only 3 DSOs in the infoset.
    Please help.
    Thanks

    Hi,
    In my DSO I have an InfoObject called Emp No. in the Data Field.
    The Emp.No is being maintained as master with (Emp Name, Address, Telephone No, DOB) as attributes.
    I have loaded the data in the Emp. No master. Then tried loading the transaction data in DSO.
    The Emp.No is there in the DSO active data, but in the query designer its not getting displayed.
    Hope its clear.
    Please help.
    Thanks

  • I have a key figure in my master data table i want to display the key figur

    Hi All,
    I have a key figure in my master data table i want to display the keyfigure in my report how can i display it can somebody help me in this scenario 
    Regards
    Kiran Kumar

    Hi Kiran,
    Assume that Material master data table material has price as an attribute. To get this price as key fig in query, get material number in rows and in columns create new formula with replacement path to get material price as key figure.
    Note: Without taking material number into rows, we can't get the price into columns.
    Hope this helps u..
    Cheers......
    Sk babu

  • HT3140 put a date 1970 june 27 . and now the whole system is out of control i cant get to internet cannot change date and time  always when i opened system preferences stays in a waiting mode but doesnt show any opcion don t know what to do and i just bou

    put a date 1970 june 27 . and now the whole system is out of control i cant get to internet cannot change date and time  always when i opened system preferences stays in a waiting mode but doesnt show any opcion don t know what to do and i just bought this computer

    It may well be a driver issue but considering the loading: Xorg trying to load different drivers is somewhat normal. @cafe you can see that these are autoconfigured by X above the loading in the log:
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched modesetting as autoconfigured driver 2
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched fbdev as autoconfigured driver 3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched vesa as autoconfigured driver 4
    As long as one of the drivers gets loaded, which it apparently does the failing of the others is fine.
    Was there an update maybe ?

  • Which Master data Source (Attr) is available for the field VBUK-GBSTK

    Hi
    Which Master data Source (Attr) is available for the field VBUK-GBSTK (Document Status).
    Please help me.
    Thanks
    Mannev.

    Hi Mannev.
    I don't think that you will find GBSTK in any master data source. It is however available in 2LIS_11_VASTH.
    Hope it helps.
    BR
    Stefan

  • Change print settings for email sent directly to the officejet pro 8630 printer

    HP Officejet Pro 8630 All-in-One 
    Trying to change settings for printing an email directly to the printer.
    Email prints in color on separate pages, want black & white with two-sided.

    Hi @George1978,
    Welcome to the HP Support Forums. I gather that you would like to learn how to change the print settings when sending an email to print on your Officejet Pro 8630 printer.
    To better assist you, would you please supply some additional information:
    How are you sending the print job to the printer? Are you sending it from your computer and choosing Print, from one of HP’s mobile apps, are you forwarding the email to the printer’s ePrint email address, or another method?
    What operating system are you using on the device you are using to send the print job? I have included wikiHow’s guide titled How to Figure out Your Mobile Operating System if you are using a mobile device. If you are using a computer, please click on http://whatsmyos.com/ as it will tell you what your operating system is.
    How is the printer connected (USB cable, ethernet, or wireless)?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Transporting a Data Source and Hierachie to the Quality System

    Hello,
    i have following problem.
    I want to transport a  generic data source from our development system into the quality system.
    In the development system the hierachie looks like
    New-Hierroot
    ->CO
        ->ABB
             ->Datasource ABB
    When i transport the data source into the quality system the hierache looks
    New Hierroot
    ->Nodesnotconnected
      ->CO
          ->ABB
               ->Datasource ABB
    How can i solve this problem? Transaction rsa9? We dont have business content on our r/3 systems and iam not allowed to change such settings...??
    Thank you greetings

    i don't understand that exarctly.
    Transport connectionscreen is se09? (what transaction is that?)
    and whatis a dev to Q mapping
    Sorry iam new..
    Message was edited by:
            Katsumoto

  • Data reconciliation between R/3 and the BW Systems

    How do we do data reconciliation between R/3 and the BW system for the following areas?
    Purchasing
    Controlling:
    Project System:
    COPA
    SD
    AP
    Trgards,
    Tony G

    Tony
    Have you looked these documents??
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/how%20to%20validate%20infocube%20data%20by%20comparing%20it%20with%20psa%20data
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7a5ee147-0501-0010-0a9d-f7abcba36b14
    Re: BW v. R/3 data reconciliation
    Hope this helps
    Thanks
    Sat

  • Macro Question: Possible to change master data?

    I have found a few macros that supposedly work to change the master data for infoobjects (MATLOC_SET()...etc.) however when lauching these in the planning book i can see no change in the infoobject master data.
    The idea is to change an attribute of an infoobject to remove the item from the selection within the planning book (i.e. change the planning type from A to B). The client wants this done directly from the planning book via a macro. Is this possible with the macro above or do I need to use a Bapi?
    Thanx!

    Thank you for the response!
    The macro that I am using is directly from the 9Aexamples template. When executing the macro it asks for the field name and the value to be entered, trying various field names we have seen no change in the master data.
    The reason for this is that we are working with a client that has thousands of products with various profiles. The client would like to have the capacity to execute a macro and remove the product out of the selection directly from the planning book. We thought this would be possible by changing the master data for the infoobject navagational attributes via a macro.
    Any additional help would be appreciated!  Thanx again!

  • Changing Master data table keys

    Hello,
    I have a custom extractor (built by someone else)on R/3 that gets data from table HRP1001.  This extractor contains data I need to implement "job relationships" for HR in BW. 
    I am trying to extract the data into a master data object on BW.  One job in the HRP1001 table (OBJID on R/3) can have multiple relationships (or object types, OTYPE on R/3).   However, since the key of the master data for 0JOB is just JOB, OBJVERS, and DATETO (and does not include OTYPE), the load fails due to duplicate records. 
    Since to modify the master data table for 0JOB would be an SAP mod, I created my own "Z" object from 0JOB.  I have been manipulating the /BIC/M, /BIC/P and BIC/Q tables to try to adjust the key to include at least the OTYPE.  I can successfully change the key of the Z object's master data to appear as I want it, but the new objects I added as keys are "flagged" after the load fails due to duplicate records.  (Checks of each /BIC table are okay and activated changes.  Also performed SE14 adjustment of each table)
    So my questions are 1) does anyone know of a business content item that for storing this type of data that I have missed?  and 2) If not, can anyone recommend how I can correctly modify the key fields of a master data object?
    Any assistance is greatly appreciated.
    Thank you,
    Kelley

    Hello Kelley,
    If you want to enhance the key of your master data table, include the infoobject in compounding. All the infoobjects included in compounding will be included in the key of master data table.
    Hope it helps.
    Regards,
    Praveen

  • What are the effects of changing master data in bw

    hi gurus
    we have changed a plant (#1234) master data it was under comapany code(12) now it is under comapny code(59) on the r3 side, now there is data in the cubes already which was loaded before the change, and we still want to use it, but since master data has changed and reloded, what will happen when i run reports on the old data,
    secondly i know i can use time dependant objects but my question is what will happen if i dont use it. will the old data run fine under the new comapny code?  and what other things will this change effect.

    ok whats confusing me is that suppose we have this record in the cube
    Comp Code       Plant     kf
       16                   9823     45
    comp code & region is an attr of plant and this is the new master data
    plant     comp code  region
    9823        39              CA
    and this is old master data
    plant     comp code  region
    9823        16              TX
    now when the user tries to drill down by region on that transaction record what will he get for region

Maybe you are looking for

  • Can't update my iPod touch 3rd gen

    So I have my 3rd gen iPod touch and i have tried to update it several times with errors telling me that iTunes timed out or with the 3091 error code (i think its the 3091 its the highest error code with 3000) and i have redownloaded itunes rebooted m

  • Back up question -- space and location

    Silly question. I tried to search and find, but what does the ipad actually back up. I assume it doesn't duplicate photos, videos etc -- docs that are already on the mac. What does it back up and how much space does it take up since i can't find the

  • LSMW for Asset Data (Tcode-AS01)

    Hello All, I am working on LSMW for Asset master data creation for transaction AS01. When i go to tcode AS01 there is a field with description called "NUMBER OF SIMILAR ASSETS". The LSMW program for the asset data uses two structures BALTD and BALTB.

  • Translate text in titlebar

    I want to translate text in tiltebar, in t-code se41,select title list,but in the screen,the 'translate" is inactive, then how to translate text in titlebar?

  • Re : hotbackup on windows 7

    Hi, I am trying hot backup on windows 7 after installing oracle 10.2.0.3 alter tablespace system begin backup alter tablespace users begin backup I copied the datafiles to a different folder. when I am trying to delete the original datafiles from my