What tasks need to be done after master data is updated on R/3 side.

Hi all,
One of end user didn't enter the descriptions for few of the 0costcenters on the R/3 side. Now as he likes to see the descriptions , he's updating the information on R/3 side. What will be the tasks a bw backend person should perform in order to update the descriptions for costcenter.
I think  they have to run the delta load for 0costcenter master data and do a ACR- Attribute change run.

Hello
If its just a descriptions. Then just full Text load for 0Cost_center should be good enough to show them in the BW Reports
Thanks

Similar Messages

  • I submitted my information to receive a replacement 1st generation nano but somehow did not notice what steps I needed to take to return the Ipod to Apple. What needs to be done after submitting the serial number information online?

    I submitted my information to receive a replacement 1st generation nano but somehow did not notice what steps I needed to take to return the Ipod to Apple. What needs to be done after submitting the serial number information online in order to obtain a replacement?

    They're supposed to send you a box with shipping instructions which you then use to send them your 1st generation iPod, however, I've been waiting a month for my box and can't figure out why I have not received it

  • What configuration needs to be done so that the requirement appears in CPPR

    Dear Experts,
    What configuration needs to be done for a product category so that it appears in CPPR?
    I was running a test scenario where the Product category was relevant for CPPR. However, after the creation of the Purchase requistion, I could not find the requisition in SRM SOCO to assign a source of supply/
    Thanks and regards,
    Ranjan

    Hi
    what are the configuration existed in ECC for transfering PR to SC or BID Invitation ?
    did you do sourcing configuration for this material group?
    Hope you might done XI configuration to connect SRM and ECC ?
    Muthu

  • Web Dynpro Java timesheet to Web Dynpro ABAP timesheet  what changes needs to be done from EP side

    Hi All,
    We are moving Web Dynpro Java timesheet to Web Dynpro ABAP timesheet.
    what changes needs to be done from EP side?
    I have made Web Dynpro ABAP iView calling Web Dynpro ABAP timesheet and linked it with page.
    But It is showing an error 'Web Dynpro Application CATDATARECORD does not exist'.
    Please suggest what other changes needs to be done.

    Hi Anurag,
    I have added new Web Dynpro ABAP iView to the same page in which Web Dynpro JAVA iview was added and made ABAP iview visible.
    And this page is already assigned to role.
    How should I link this ABAP iview so that it get replace by the Web Dynpro JAVA iview.
    And the  application name (CATDATARECORD) is correct and Web Dynpro JAVA is using the same application.
    But now we want new time timesheet for that what changes needs to be done?
    Please suggest.

  • How to upgrade my add on to support firefox 4 and above ? what changes needs to be done?

    I have an add on currently it is supporting only below firefox 4 versions. What changes needs to be done to support firefox 4 and above?
    Is there any reference to specify the list of differences? How to upgrade addon to support future version?
    Thanks ,
    Dinesh

    A good place to start would be https://developer.mozilla.org/en/Updating_extensions_for_Firefox_4

  • How can data in cube will update after Master data changes

    Hi,
    We have a Revenue cube which we are loading actuals after every month.
    Now we have master data changes at profit center level. Profit center is moving from Holdings to Power, effective with October reporting.  So master data we updated accordinglt now we need to update data in cube.
    I want know how can we update all the data in cube without dropping and relaoding again.
    We have DS0s first then cube.
    Please let me know available options.
    Thanks
    Sivaprasad

    Hi,
    Make the field which stores data whether it is holding or power as navigational attribute of profit centre.
    So whenever master data changes just update profit center master data . Use this nav attribute in reports.
    So whenever master data changes report changes automatically.
    If you want time dependant 2008 to 2009 Holdings then 2007 power enable profit center time dependant master data.
    Hope it helps.
    Thanks,
    Arun

  • What is the advantage in Maintaing the master data if it can be directly ..

    Hi,
    When looking for possible values in an object, I see that it has 20 possible values that can be selected while in BEx. But when I go to the object itself under the InfoObject tree(in rsa1), with a hope to maintain master data, I do not find "Maintain Master" in the context menu of the object.
    1. where could the possible values that I saw in the report be coming from?
    2. I understand it is possible that the object was filled as data was being loaded in some data target and that may explain why no master data was being maintained but it had values.
    If that is the case, then, what is the advantage in Maintaing the master data (i.e. directly maintaing the master if it can be directly maintain through loaded files)?
    Thanks

    Thanks,
    On 1:
    so you are saying that the SID table gets populated during the transactional data load.
    In the change mode of the object, I see
    SID Table    /BI0/<u><b>S</b></u>xxxxxxx.
    a)
    Is this what you were referring to as the <u><b>S</b></u> table? How do I see the values in this SID talbe.
    and can it be modified?
    b)
    Also, how come that the other object without "Maintain Master data" in context menu and the one with this option both have the
    SID Table    /BI0/S........
    c)
    Other than the difference I see in their context menu what should be the difference?
    2.
    You mentioned that the "System just creates a SID <u>for the incoming value</u>. "
    a)
    Where in the system do I see these system generated SIDs?
    You noted that "But loading master data assures the masterdata <u>attributes</u> and <u>texts</u>, which are not generated while loading transactional data except for the SID"
    b) If this is so important, is there a way to prevent data loads without master data
    i.e. to force the maintenance of master data?
    Also, isn't it possible to load the attributes of an infoobject while load data? You seem o be suggesting otherwise.
    Thanks

  • Access master data in update rules

    Hi,
    I try to calculate a weight in my update rules. Therefore I need the product weight and the number of peaces. I try to read the product weight from master data. The problem is, that it always calculates zero as the result. Is it possible to read master data in update rules?
    If I try to calculate the weight in the transfer rules, I get the message in the monitor, that the transfer rules don't finish. Do you have an idea what to do?
    Regards,
    Gabi

    Hi Robert,
    here is my code in the update rule.
    fill the internal table "MONITOR", to make monitor entries
      DATA: l_s_errorlog TYPE RSMONITOR.
      data: temp_prod_weight type /BIC/PZL2_P_ID.
    general values
      RESULT = COMM_STRUCTURE-/BIC/ZL2_POTMW.   "weight
      UNIT = COMM_STRUCTURE-UNIT_OF_WT.
      RETURNCODE = 0.
      ABORT = 0.
    calculate weight from master data, if it is zero
      IF COMM_STRUCTURE-/BIC/ZL2_POTMW = 0
      or COMM_STRUCTURE-/BIC/ZL2_POTMW = '0'
      or COMM_STRUCTURE-/BIC/ZL2_POTMW is initial.
        select single /BIC/ZL2_NETW UNIT_OF_WT
        from /BIC/PZL2_P_ID
        into corresponding fields of temp_prod_weight
        where /BIC/ZL2_P_ID = COMM_STRUCTURE-/BIC/ZL2_P_ID
        and objvers = 'A'.
        if sy-subrc <> 0.
          l_s_errorlog-MSGTY = 'I'.
          append l_s_errorlog to MONITOR.
          RESULT = 0.
    abort, if calculation is not possible
          ABORT = 1.
        else.
          RESULT = temp_prod_weight-/BIC/ZL2_NETW
    COMM_STRUCTURE-/BIC/ZL2_POTMQ.
          UNIT = temp_prod_weight-UNIT_OF_WT.
        endif.
    ENDIF.
    convert unit
      CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
        EXPORTING
          INPUT                      = RESULT
        NO_TYPE_CHECK              = 'X'
        ROUND_SIGN                 = ' '
          UNIT_IN                    = COMM_STRUCTURE-UNIT_OF_WT
          UNIT_OUT                   = 'KG'
        IMPORTING
        ADD_CONST                  =
        DECIMALS                   =
        DENOMINATOR                =
        NUMERATOR                  =
          OUTPUT                     = RESULT
        EXCEPTIONS
          CONVERSION_NOT_FOUND       = 1
          DIVISION_BY_ZERO           = 2
          INPUT_INVALID              = 3
          OUTPUT_INVALID             = 4
          OVERFLOW                   = 5
          TYPE_INVALID               = 6
          UNITS_MISSING              = 7
          UNIT_IN_NOT_FOUND          = 8
          UNIT_OUT_NOT_FOUND         = 9
          OTHERS                     = 10
      IF SY-SUBRC <> 0.
        l_s_errorlog-MSGTY = 'I'.
        append l_s_errorlog to MONITOR.
        UNIT = COMM_STRUCTURE-UNIT_OF_WT.
        RESULT = COMM_STRUCTURE-/BIC/ZL2_POTMW.
      ELSE.
        UNIT = 'KG'.
      ENDIF.
    I'm loading via PSA, but I have problems to debug the code. If I set a break point in my code (command break-point), I can't stop at it.
    Thanks,
    Gabi

  • How to look up master data in update rule

    Hi Friends,
    I want to Fill a characteristic of an info cube using the attribute value in a master data in Update rule.
    Eg: I want to fill a field in cube 0PM_C01 that is got from Master data 0PM_ORDER. I have to do this in upate rule. Can anyone help me.
    Joe

    Eugene, Atlaj
    Your answers were very useful.
    Eugene as you said,
    I read the link you mentioned and I can use code
    like this
    DATA: mat LIKE /BI0/PMATERIAL-MATERIAL.
    SELECT SINGLE MATERIAL FROM /BI0/PMATERIAL INTO mat
    WHERE EANUPC = COMM_STRUCTURE-EANUPC AND OBJVERS = 'A'.
    IF SY-SUBRC = 0.
    RESULT = mat.
    RETURNCODE = 0.
    ELSE.
    RETURNCODE = 8.
    ENDIF.
    But for each record of comm structure the selection quer y will touch the Data base. As Atlaj said, can I fill the internal table in the start routine and look it up in the update rules. I think the performance willbe increased. Could you give me code sample or link?
    Thanks in ADV
    Joe

  • FM for master data creation/update

    Hello all,
    I would like to ask you for a FM for master data creation/update.
    Thanks all for your help.

    The answer is API_SEMBPS_CHA_VALUES_UPDATE.

  • What else do I need for ES Bundle HCM Master data

    Hi
    This may be a silly question but i'm chasing my tail a little here.
    I need to see the services described in the es workplace for HCM master data ES bundle. I am under the impression that if I have the appropriate Enhancement pack installed in my SAP ERP system then I should have  access already to these services.
    The Enterprise extension EA-HR  is active. We are on EHP4 for SAP ERP yet I cannot see any of the services described using SOAMANAGER or SICF.
    Have I missed the point completely or is there a businees function or something else that needs activating before I xcan see these services?
    Thanks
    Mark

    Thanks
    Specifically I was after service operation EmployeeBasicDataByEmployeeQueryResponse_In which is defined as
    Software Component Version ESA ECC-SE 604
    Namespace http://sap.com/xi/EA-HR/SE/Global
    Direction inbound
    Mode synchronous
    It belongs to service interface Manage Employee In
    I would assume that I would see this in SICF.
    I have loaded EA-HR XI Content for 7.0 and see specific async service interfaces defined there but not the one above
    Thanks
    Mark

  • Data needed for upload of PP master data

    Hi,
    Can any one tell me what all the important things required to upload the PP masterdata for BOM,Routings,Workcenter and Prod Versions.??
    Tell me for each master data in detail.
    Regard's,
    Uday.

    Hi,
    Normally the data or fields required for the BOM, Routing and PV will be decided based on the Business process mapping.
    For ex if your business is having Nonstock, then the item category of the BOM will be N,
    So you need to do the business scenario mapping then you can define the BOM and Routing templates and make some field mandatory to be filled in.
    Standard SAP
    for BOM: Item, Item qty, headrer lot size, Item category etc are required
    for Routing: Item, Item base qty, lot sizes, Standard activity type values etc are required.
    Thanks,
    JK

  • I need tables for prepare the master data templates for PM

    Dear Experts,
    can we prepare the master data templates by using the tables? if its possible means how we can prepare and what we have to considered ? is it right way or wrong?
    please suggest me to prepare the masterdata templates for ever use. if any small corrections we can correct it at usage time.
    please help me
    thanks a lot in advance

    Dear Jalu,
    Master data Templates have to be prepared based on Client's requirement after understanding their Business.
    For example, in Equipment master there are ~ 60 to 70 feilds, no client requires all of them. Some are inherited.
    After client requirement freezing, record LSMW and based on that prepare the Template.
    Regards,
    MLN Prasad

  • What are the tables used for ACR & Master data daemon job?

    Hi Experts,
    What are the tables used in the backend for ACR & Master data daemon jobs. I would like to see the details of CHANGERUNMONI or ACR/Hierarchy Change run.
    Kr,
    Praveen

    Hi Praveen,
    Have you tried these tables BALHDR, BALDAT and BALOBJT for checking master date daemon delta status. It may not give you complete details. but definitely helps.. If you find any more details please do let me know..
    Thanks,
    Bharath

  • Need to identify Datasource for master data 0CRMVERSION

    Dear Experts,
    I required to load master data for 0CRMVERSION (CRM Plan Version). However could you please help to get suitable datasource for this object.
    Thanks in advance!
    Best Regards,
    Khader

    Hi,
    Any master data source will exist with its name(i.e with name _ attr/text).
    So you can search at your source side at RSA5 and look for data source 0CRMVERSION_ATTR or TEXT.
    As my guess there won't be data source. because 0crmversion is plan indicator,
    If exist data source then you will find at source side RSA5 other wise you may need to go with custom data source. About source table of 0CRMVERISON you can check with CRM team.
    Thanks

Maybe you are looking for

  • How to print the top of page part along with the ALV list and generate PDF

    HI all,          I have created one ALV by using oops concept .          and also am able to get the top of page where I have One standard logo on the right hand side          and some details on the left side .            Now my requirement is to wh

  • Jinternalframe won't hide more than once.

    hiya, i have a jinternalframe and when i click the close button it hides, but if i show it again and then try to click the close button it doesn't hide. the following code demonstrates the problem - click open then the x to close the internalframe th

  • Router / modem issues.....

    Im looking to replace my modem / router with apple products. I need the modem / router to be in a central location but then have cables running to various rooms that I need a wireless signal to use ipad / iphone etc etc. what do i need? Currently I h

  • Standard Function to convert internal table to binary

    Hello Firends, Is there a standard function that can be used to convert an internal table to binary data and vice versa. regards kaushik

  • Automatic reorder point

    Hi I have following setting in material. Mrp type -VM service level -- 80 % planned delivery time -- 2 But system is not creating any proposals.