Update rule for COSTCENTER master data

Hello All,
Cost Center is not an attribute of 0EMPLOYEE, neither a field provided by the table PERSON.
0COSTCENTER gets data from the MASTER Datasource 0COSTCENTER_ATTR. When writing an update rule for this characteristic, what code should be written?
and Which fields should be considered from the table /BI0/MCOSTCENTER.
Thanks in advance.
Regards,
KP

Hello,
Lets consider a ZINF infoObject with time dependent attribute as ZDEPART.
When writing an update rule, I do a lookup on ZINF. Do  I have to write a code for this llokup (mapping this infoObject)?
After writing a code for a lookup on ZINF, will this InfoObject be available for selection in "Master data attribute of"?
Kindly reply.
Regards,
KP

Similar Messages

  • Map My Update Rule from a Master Data Attribute

    Hello experts,
    I haven't tried this scenario yet, hope you can help me, the Issue is this
    I have 2 InfoObjects ZPSCHRCHY and 0PROFIT_CTR from InfoCube WBS cost and allocations I want both the InfoObjects to be mapped to 0PROFIT_CTR attribute of 0WBS_ELEMT master data object, I have tried the Master Data Attribute but only 0PROFIT_CTR is an attribute of the Master Data.how can I mapped ZPSCHRCHY and 0PROFIT_CTR to 0PROFIT_CTR?, Is creating a start routine for it must be used? Thank you very much
    Regards and Thanks
    Chris

    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TYPES:
    BEGIN OF r_MD_WBS_ELEMENT,
       WBS_ELEMT  like /BI0/PWBS_ELEMT-WBS_ELEMT,
       OBJVERS    like /BI0/PWBS_ELEMT-OBJVERS,
       PROFIT_CTR like /BI0/PWBS_ELEMT-PROFIT_CTR,
    END of r_MD_WBS_ELEMENT.
    DATA: t_MD_WBS_ELEMENT  TYPE STANDARD TABLE OF r_MD_WBS_ELEMENT,
           wa_MD_WBS_ELEMENT TYPE r_MD_WBS_ELEMENT.
    $$ end of global - insert your declaration only before this line   -
    The follow definition is new in the BW3.x
    TYPES:
      BEGIN OF DATA_PACKAGE_STRUCTURE.
         INCLUDE STRUCTURE /BIC/CS8ZPSG030.
    TYPES:
         RECNO   LIKE sy-tabix,
      END OF DATA_PACKAGE_STRUCTURE.
    DATA:
      DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    FORM startup
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
               MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
               DATA_PACKAGE STRUCTURE DATA_PACKAGE
      USING    RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
      REFRESH: t_MD_WBS_ELEMENT.
          SELECT WBS_ELEMT
                 OBJVERS
                 PROFIT_CTR
          INTO TABLE t_MD_WBS_ELEMENT
          FROM /BI0/PWBS_ELEMT
       FOR ALL ENTRIES IN DATA_PACKAGE
         WHERE WBS_ELEMT   = DATA_PACKAGE-WBS_ELEMT.
        IF sy-subrc EQ 0.
        Do nothing
        ENDIF.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.

  • No transfer rules for FI master data sources

    Hi all
    I didnt get transfer rules for some of the FI master datasources.
    0GLACCEXT_T011_HIER
    0NEG_POSTNG_TEXT
    0ITEMSELFLG_TEXT
    When I right click on datasource->create transfer rules->Only other option is enabled.WHen I say continue I am getting this error
    *Infosource(transaction data) is not known.
    How to resolve this isssue.
    Thanks.

    Double click on the data source and go to edit mode, system automatically provides the corresponding BI content infosources if  any and install the same.
    Not all the fields will be mapped with BI info objects.  Only necessary ones as defined in BI content will be available for you.
    If you feel the mapping is incomplete you can modify the same according to the requirement.
    Hope this helps.
    Regards,
    Rangz

  • BW 3.5 update rules for master data

    Hi all,
             I create a dummy report in that report lifnr is charactics and name its att. after  this i create a application component and assign data source and create infopkg   data coming in lifnr and name field properly <b>i assign data source using direct master data update</b> after this i create infocube and assign dim.
    but when i rgt click on infocube and display dataflow it shows only one level and when i open bex and open that it shows no application data found why this happened after creating infocube it is nessory that i creat update rule for this am i right plz send your openion.
    thx

    Hi Ankit,
                  Yoy have to load data to the cube.For that you need update rules.
    Steps to load data to the cube
    1.Replicate the datasource.
    2.Assign Infosource
    3.Create transfer rules
    4.Maintain the update rules to the cube.
    5.Right click on the datasource and schedule an infopackage for it.
    Execute the Infopackage and pull the data to the cube.
    Hope this helps
    Regards
    Karthik

  • Program to activate update rule for master data (info objects)..very urgent

    Hi all,
    I have an info provider(A0CUSTOMN). For this the update rules are not active.In production system i am not able activate.Please let me know if there is any program to activate the update rule for masterdata(info object).
    Thanks=points
    Manjula

    Hi Manjula,
    Leave the id and infocube field blank.  Just provide the infosource name.
    BTW is this a direct update master data object?  In that case all this is not relevant.
    Check if it appears as an Infoprovider. 
    I did not ask enough questions to start with.
    BR/
    Mathew.

  • Update rule for cube 0PY_C02

    Hi ,
    Please let me know the update rule for cube 0PY_C02 as I am not able to locate it in the Business content data flow or meta data repository.
    thanks

    Hi,
    Check the output in the transaction LISTCUBE it will give you better picture of the data coming in the multicube.
    Check whether the char in the rows of the report is coming from one of the cube only and the key figure which you are looking is coming from different cube.
    Also check for the selections on the report if the selection variable is on a char having identification from only of the cube.
    this can cause the filtering of data from one of the cube and you will get all the value as # for that particular field.
    Take DESG characterstic into the cube 0PY_C02 also.in the update rule(of cube) for this Infoobject take Master data lookup concept.
    Make the Identification mapping for the IO DESG of Multiprovider iwth the chacterstic DESG of both cubes .
    Then activate the Master data 0Emlyoee_ATTR.
    Reupload the data into 0PY_C02.
    Hareesh

  • Can we assign the same profit center to diff costcenter master data

    hi all
    can we assign the same profit center to diff costcenter master data 
    what are the impacts in control parameters  for actual and plan  dat a
    Thanks
    MvNr

    Hello,
    There is no need that you should have the profit center and cost center one to one relation.
    You can assign number of profit centers to a cost center. Meaning that the same profit center can be used in different cost center master data. Whenever, you make posting to cost center, the same will be flown to profit center.
    For example when you post actual line items, it will update GLPCA and GLPCT in profit center accounting.
    Regards,
    Ravi

  • Missing Update Rules for 0IC_C03 in Business Content

    We had a problem with 0IC_C03,  so we decided to reload from Business Content and then migrate to 7.0 format again.
    However, when we try to gather all of the dependent objects for the InfoCube in Business Content, we only get one set of obsolete update rules (2LIS_40_S278), and the update rules for 2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM do not show up.  They do not appear under update rules, either.
    I know they were there at one point because I activated and migrated the cube once already.
    Can someone help us find our lost update rules?

    Hi Dan,
    There are no update rules deliverd with BI 7.0 for 0IC_C03. There are only
    transformations Delivered as part of the content. In the new release
    Transformation replace the update rules and the transfer rules.                                                                               
    You have the 3 data sources and the associated transformations to  
    upload data to the infoCube.                                                                               
    Transformations installed                                          
    TRCS 2LIS_03_BF_TR -> CUBE 0IC_C03                                 
    TRCS 2LIS_03_BX_TR -> CUBE 0IC_C03                                 
    TRCS 2LIS_03_UM_TR -> CUBE 0IC_C03                                                                               
    DataSources installed                                             
    2LIS_03_BF                                                        
    2LIS_03_UM                                                        
    2LIS_03_BX

  • Question for customs "Define rules for default document data"

    Hello all,
    we would like to set up the data for AES. We set the country of origin, as you can see on the below screenshot.
    The problem is that the country of origin is not forwarded to AES. In the export declaration under the item detail there is an empty field at the country of origin.
    What do we have to change in the set up "Define rules for default document data"?
    Thanks in advance.
    Sven Sklarek

    Hi Sven,
    Sorry to take the conversation in a different direction, but it's very unusual to propose the Country of Origin (CofO) by default, and not usually accepted by the Customs authority.  Generally the CofO depends on where you obtain the goods.  If that doesn't change much, it's usual to set the CofO on the Material Master record in the ERP system - in that case the value copies automatically into the GTS Export Declaration item.  That is why there is no standard configuration having IT_CUCOO as a Target Field.
    Also, in many countries, CofO is not mandatory in the Export Declaration (although always mandatory in the Import Declaration).  You might want to check the situation in your area.
    Regards,
    Dave

  • RSAU461, problem with activating update rules for cube 0csrv_c01

    Hello,
    I have added new fields to data source 0CRM_SRV_PROCESS_H, then changed transfer rules, added characteristics to ODS 0crm_proh, and reactivated update rules 80crm_proh. But now I have problem with second update rules for this cube named 80crm_cnfh. It is not active and all fields in it have red status, error RSAU461, and I cannot activate it.
    What I should do? Should I change somehow that second source for data to my cube (change infosource, ods, rule?)
    Regards
    Radek

    hi
    As said by the Mti u have just changed the info objects in the ods and u need to map them with the specific info objects from the ods.
    double click on the Update rules of the cube and go to the characteristic tab there map the newly added info objects with the IO in the ods.
    Khaja

  • Delta and Full process chain for same master data target.

    Hi  Friends,
    Can I do full update and delta update through process chain for same master data target and from same source ?
    Regards
    shekar reddy

    Hi Sriram,
    why you want to load full and delta for same master data object?
    you can achieve this but make sure that you select repair full option for full load IP.
    you have this option in scheduler in menu bar
    Regards,
    Venkatesh

  • DTP error: Lock NOT set for: Loading master data attributes

    Hi,
    I have a custom datasource from ECC which loads into 0CUST_SALES.  I'm using DTP & transformation which has worked for loading data in the past for this infoobject.  The infopackage loads with a green status but when i try to load data, the DTP fails with an error message at "Updating attributes for InfoObject 0CUST_SALES Processing Terminated" & the job log says: "Lock NOT set for: Loading master data attributes".  I've tried reactivating everything but it didn't help. Does anyone know what this error means? We're on SP7.   Thanks in advance!

    Hello Catherine
    I have had this problem in the past (3.0B) --> the reason is that our system was too slow and could not crunch the data fast enough, therefore packets where loacking each other.
    The fix: load the data into the PSA only, and then send it in background from the PSA to the info object. By doing this, only a background process will run, therefore locks cannot happen.
    Fix#2: by a faster server (by faster, I mean more CPU power)
    Now, maybe you have another issue with NW2004s, this was only my 2 cents quick thought
    Good luck!
    Ioan

  • Screen Layout for Asset Master Data

    Hi all,
    we are using SAP ECC 6.0 with a base component 700 Level 15 and the Logistics and Accounting component 600 Level 12.
    I hope you can help me with the following tasks. It should be said that I am not an expert FI-AA, so you must bear with me.
    It is desired, that the Screen Layout for asset master data, should have an additional field "customer order" as a required field.
    So I go to the Customizing
    --> Financial Accounting --> Asset Accounting > Master Data> Screen Layout--> Define Screen Layout for Asset Master Data --> Define Screen Layout for Asset Master Data
    --> and then into the third level of navigation in the u201Cfield group rulesu201D (rule for R & D development costs and then logical field group time-dependent data)
    So there I should be deposited the "customer order" as a required field.
    But:
    1. The "customer order" is not available in any field group. How is it possible that I add the u201Ccustomer orderu201D to a field group?
    2.  I am not able to add any field, in the above transaction?
    I am very grateful for any help.
    greetings

    Dear all,
    I want to come back to my problem listed above.
    In the APC Values Posting  (Transaction ASKP) the costs have been assigned to a WBS element. Now, it should not be assigned to a WBS element, but to a customer order.
    For that I created in the asset master a new customer's own field "Customer Order".
    For this I have implemented the customer enhancement AIST0002 (Customer fields in asset master).
    The new field "Customer Order" is now available in the asset master as desired.
    So far so good.
    Now, the new field "Customer Order" must be specified and activate as an Account Assignment Object.
    Is this possible and how can I add my new field to an Account Assignment Object?
    Thanks in advance for any help.
    greetings
    Martin Buthmann

  • Update rules for 0PU_C02

    I am working on the Funds Management and the Standard Business content cube 0PU_C02, which pulls the data from 7 ODSs through the Update rules. The update rules does not have characteristics fields that needs to passed on to the cube, but it has the Key figure fields (0Amount) to pull. However, On looking in the Infocube content, the data are availble for the Characteristics field along with the expected Key Figure value.
    How is this situation possible, where we are getting the data (in the infocube) for the characteristics, which does not have any field specified in the Update rules. I checked other update rules too for getting to the bottom of this.
    Thanks

    Hi Saura,
    In the update rules screen, click on an update rule for the key figure (in column Ty.) In the screen that opens up you should be able to see update rules for the chars on the char tab.
    Hope this helps...

  • Error when activating update rules for R/3 training and event management

    hi all,
    when iam trying to activate update rules for training and event management cube it is giving fallowing error."IC=0PE_C01 IS=0HR_PE_1 error when checking the update rules
    Message no. RSAU461".
    please guide me how to solve this issue.
    thanks & regards
    Vamshi D Krishna

    Hi Vamsi,
    Have you followed the following document to implement HR ?
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0780530-bf03-2b10-d5ad-e9e8a53def23

Maybe you are looking for