Error when reading master data attribute in transformation

Hi All,
I have 0employee in source DSO and it is mapped to Cube transformation correctly.. There are other objects in cube which are the attribute of 0employee master... I map 0employee to these objects and in transformation i select read from master data then it throws up an error...
bold S:RSTRAN:556 39 0EMPLGROUP 01 Standard Group 0EMPLOYEE
Dont know why this error is popping up ...
Any pointers on this...
Thanks & Regards,
Anup
Edited by: Anup Chaudhari on Feb 20, 2012 1:29 PM
Edited by: Anup Chaudhari on Feb 20, 2012 1:30 PM

Hi,
This is a strange error that everybody faces but you can try this way.
1) select the target object Employee attribute in the transformation
2) assign the source field in the transformation. the source field should be 0EMPID
3) In this source field there is a coulmn called IOASSIGNMENT. Type 0EMPID at that point
4) change the rule type from direct assignment to master data attribute. Now you can select the field 0EMPID.
Regards,
Siva

Similar Messages

  • Read Master Data in BW Transformation

    Hi,
         I am using BW 740 SP02 and I need in a transformation rule to use the option "READ MASTER DATA", In fact this enables me to use all attributes of an infoObject and affect them to my data target ( Infocube).
         I was wondering if there would be any possibility to affect also master data text of an infoObject and affect them to a data target?
    I know that master data text are available through Bex queries, but for my case I need to have them in my Infocube.
    Best Regards,
    RAFIK

    Hi Mohamed,
    Using standard rule type this is not possible
    However there are two ways to achieve this:
    1. you use abap routine to read the text value from text table of info object (BIC/Txxx) in transformation
    2. a. add a char info object to your master data
        b. create another transformation from text data source to populate this new field (which is actually text)
        c. create DTP to populate this new field with text values
        d. now you can easily use, 'read master data' rule in transformation and assign the text field to your target field
    hope this helps,
    Purvang

  • 0COSTCENTER Error when generating master data routines

    Hi,
    Characteristic 0COSTCENTER properties are changed. Check box - Characteristic is document attrib. has been checked in. Then the same is saved and activated. Again when trying to remove the check box and activating the 0COSTCENTER characteristic, the system says 0COSTCENTER Error when generating master data routines.
    The Object Status of the Characteristic is showing in "Inactive, not executable".
    Erorr message is:
    Error in activating the InfoObjects
    Message no. R7286
    Please let me know how to activate 0COSTCENTER.
    Regards,
    Ravi

    This has been solved.
    In SE14, I have also deleted the data.
    Go to Tcode SE16, IO Class is BW* and then select the relevant attribute then execute, select all the line items.
    Go to Table Entry ==> Delete.
    Go to Tcode RSODADMIN and Tab => Go to Generate Document Properties Tab ==> Select the Characteristic ==> Click Generate Document Properties.
    I am able to activate the Infoobject 0COSTCENTER again.
    Hopefully, this would be helpful for others also.
    Regards,
    Ravi

  • Error when generating master data routines

    Hello all,
    I´m trying to activate 0BPARTNER but an error appears: Error when generating master data routines, and no more information is provided.
    I´m working with BW 7.0.
    Has anybody had this problem?
    How could I solve it?
    Thanks in advance.
    Carmen

    Hi Carmen,
    I'm working with SAP BW 700 and I had also this error during a characteristic activation in my QA system. This happened when I tried to transport the activated characteristic from my DEV system.
    I found  also message TK425 when I was trying activation through RSDG_IOBJ_ACTIVATE program.
    I solved this error message with OSS note 01458319 700SP24: "Transport fails during the impact analysis of DTP".-
    I hope this helps.
    Best Regards.
    AW

  • Error when generating master data routines when activating infoobject

    Hello Gurus,
    I had an issue with one of my info object.
    I Created the one Custom InfoObject  with Just 5 Char without any masterdata and used that in many cubes. we promoted the objects and cube to test and production systems. just couple of days back we can see the InfoObject  went to inactive status even though the version is active(not sure how it happend). This is only happens in our test system and production is working fine. when i try to activate the InfoObject  again the test system it gives me an error
    Characteristic XXXXX: Error when generating master data routines. Tried to correct in RSD5 etc. Checked in RSRV everything is fine. Tried to re-promote the object from Development system. The transport also failed with the same error even though it is in unconditional mode.
    Can you please suggest me what are the options.
    i cannot delete the object as it is used in many cubes which is having data.
    Appreciate your quick response.
    Thanks,
    Bhaskara Rao.

    If your Prod is working fine, it should work in test too.
    Did it ever worked in test after transport?
    Is it possible some one tried to change something in test? If yes, you will get error when you will try to re-transport it as new transport can't find the previous structure.
    You may try to activate the IO using FM RSDG_IOBJ_ACTIVATE
    Edited by: ashok saha on Mar 6, 2008 8:05 PM

  • Error while loading master data attribute

    Hi Guru's
    I am getting below mention error while loading master  data attribute.
    0MANU_MATNR : Data record 1035 ('000000000000229058 '): Version 'BDM755s ' is not valid
    Please sugggest how to resolve ?
    Regards
    Karan

    Hi,
    I think there is problem with "0MANU_MATNR" Data, check the records 1033 to 1036 and find the differnce between 1035 record and other records, some values is giving problem so by looking at other reocrds i.e 1033,1034,1036. Check in PSA in Monitor. 
    Note: If any problem with Upper/Lowe case then use TOUPPER in Transfer Rules
    If need use Conversion exits in transfer rules.
    ALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        INPUT         = 0MANU_MATNR
    IMPORTING
       OUTPUT        =   Result .
    or
    ALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
        INPUT         = 0MANU_MATNR
    IMPORTING
       OUTPUT        =   Result .
    Thanks
    Reddy
    Edited by: Surendra Reddy on Mar 3, 2009 11:46 AM

  • Error while uploading master data attributes thru flat file

    while uploading master data attributes thru flat file i am facing the below errow. can nyone let me know plz.
    Error 8 when compiling the upload program: row 227, message: Data type /BIC/CCDEIO_MAT5_ATTR was found in a new

    This just means that you changed the transfer rules/transfer structure and have not refreshed the workbench yet.  The infopackage data hasn't been updated ... this is similar to a datasource update, where you need to replicate to make sure BW knows the latest version. 
    The best way to correct this error is to reload RSA1.  Every time I make a change to the tr/ts, I always run /nrsa1 to refresh the workbench. 
    Brian

  • Error in Read Master Data

    Hi,
    When we try to do the read master data, system throwing an error as Transfer requirement is already been generated. So BOM cannot be read.
    What will be the reason for this?
    Regards,
    Sureshbabu G.

    Hi,
    It means you have a pending Transfer Request for that particular order.  Now, if there are existing TRs for the order, you can't do Master Data Read. 
    Delete the TR first, then re-read master data again. 
    Thanks!

  • Error when reading the data of infoprovider

    Hello,
    I have a problem when excecuting the transaction 'listcube' on a specific infocube. It occurs an error message which complains problem when reading the data of the infoprovider. The message text sounds as follows:
    Error reading the data of InfoProvider ZDPPTGR1
    Message no. DBMAN305
    Diagnosis
    Errors occurred while reading a VirtualProvider outside the BI system. Check whether the previous error messages contain any information about the possible cause of this error.
    It is possible that the error message cannot be displayed because the error message class does not exist in the BI system. If this is the case, only the name of the error class and the message number are displayed. View the error message text in the specified error class in the source system of the VirtualProvider.
    Procedure
    Since the error is not necessarily in the BI system, there is no specific procedure for resolving it. With VirtualProviders, problems often occur with the connection to the remote system; these can lead to system termination. If the code for the VirtualProvider is not from SAP, contact the relevant contact person to help resolve the issue.
    If an SQL error is listed in the previous message, see the procedure for SQL errors.
    Has anybody experience with solving this problem? It sounds like a bigger problem - can somebody confirm this? Or is it a problem which is easy to solve?
    Thanks for answering!
    Kind regards
    Heinz

    Hi,
    Please follow the below threads. They are similar to the error you are facing and they may help you with the issue ::
    Remote cube - uncaught exception
    DBMAN350 Error reading MultiCube data over aggregate
    Error reading the data of InfoProvider 0TCT_VC01
    Regards,
    Arpit

  • Error when uploading master data

    Hello everybody...
                                  I m finding an error when uploading the master data (BW 3.5)from a flat file. error is...
    Error 8 when compiling the upload program: row
    227, message: The data type
    /BIC/CCABZRAK_COUN_ATTR was modified
    plz suggest me.....
    Thanks & Regards
    Rakesh Jangir

    Hi,
    There might be two reasons..
    1. In your flat file you have data in lower case .. if you want upper case data also just make change in IO to allow lower case data also..
    2. Close the flat file while loading data...
    Regards,
    viren..

  • Processing overdue error when loading master data

    Hello,
    While loading data for master data infoobject, i'm getting peculiar error like processing overdue. what might be the problem.
    Please respond as soon as possible it is very urgent.
    REGARDS,
    SRINIVAS OLETI

    hi,
    is this your first upload ? the rfc connection to source system is established well ?
    try to check in monitoring
    - tab 'status', click step by step analysis, what's the status of 'RFC to source system success ?' grey ?
    - transaction st22 and sm21, any message ?
    - check menu 'environment' - shortdump - in datawarehouse, check for source system also, then transaction rfc, ale management, system log ...

  • DTP Error when loading Master data from DSO to InfoProvider

    Hi Experts,
        My DTP is failing when I am running a DELTA load from DSO to the InfoProvider. The errors are either duplicate records or overlap of Dates etc.
    Thanks,
    SB.

    Hi Gopal,
       Here is the info on error message.
    " There are duplicates of the data record 1 & with the key '00000000038 &' for characteristic EPROPERTY &. "
    Hope this helps in understand the DTP error.
    Thanks,
    SB.

  • RSA7 Delta Quere error when reading the data

    I am working on BW3.5
    I have six datas sources which extracts data from R/3 to BW
    one of the datasource is failed. when checked RSA7, selected the failed datasource and executed, throws the short dump error.
    I have analysed the error.
    The shortdump is creating when it is reading data from the datasource.
    There is a problem in the standard RFC table TRFCQOUT and ARFCSSTATE.
    The table TRFCQOUT has one record for Payment for the ARFCTIME which is missing in the ARFCSSTATE table.
    The table ARFCSSTATE has no record for the payment
    When extracting data for the payment data source short dump error is thrown because of mismatch entries in both the tables.
    Kindly let me know what exactly the tables are taken into account when the data is moved from R/3 to BW
    I think if the data can be deleted from the TRFCQOUT table then if will go fine but I am sure what could be implications
    Kindly let me know how best I can resolve the issue.

    Hello Pavan ,
    You can delete the Records from Deleted from TRFC* and the load will be fine BUT you are not suppose to do that, this simply would mean that we have lost the record , hence this is not advisable.
    Instead check and analyse the record there to see if :
    1.The record is an old one hence not useful anymore
    2.The record has correct values that are suppsoed to be
    If the record seems to be obviously redundant or useless we can delete it , else the correction should eb done on the source system side.
    Regards,
    Tapish

  • Dump when loading Master data(Attributes). using DTP

    Hello....  I am loading activity network.
    and getting a dump.
    "MESSAGE_TYPE_X" " "
    "CL_RSDMD_UPDATE_MASTER_DATA===CP"  or "CL_RSDMD_UPDATE_MASTER_DATA===CM00R"
    "_CHECK_DATA_PACKET"
    check for oss couldn't find any solution  I am in (BI 7.0 - 2004s) support pack SAPKW70015. If anyone of you has come accross this please let me know how you solved the issue.
    thank you.

    Hi Gopal,
       Here is the info on error message.
    " There are duplicates of the data record 1 & with the key '00000000038 &' for characteristic EPROPERTY &. "
    Hope this helps in understand the DTP error.
    Thanks,
    SB.

  • Read Master Data doesn't work

    hi guys
    i tryied in everyway to use read master data in a transformation in BI 7.0
    but ii always retrieve errors
    "No InfoObject available for reading of master data".
    source SODS with
    infoobject A Master data ( Attribute Ab)
    target TODS with
    infoobject Ab
    infoobject A Master data
    i want to write in the target ODS not only the master data A but also his attribute Ab
    when I go into the Transformation Rule for Ab, I choose the Rule Type "Master Data Read" and I should be able to select the A infoObject in the Source InfoObject list,
    and Ab in IOassignmnt but when I try, I only get an error message saying "No InfoObject available for reading of master data".
    i searched into the forum and there are other cases like this not answered
    thanks

    I just resolved this problem on my computer running Windows 7 64 bit.  \
    Try the following:
    Open Adobe Reader XI
    Choose Edit > Preferences
    A dialogue box will open with a "Categories" Column on the Left, and another broader section on the right with items to check
    FROM THE LEFT COLUMN  choose "Security (Enhanced)"
    Now look to the right of the categories column; you will see a check box with "Enable Protected Mode at Startup" checked
    Uncheck that box.
    When Adobe asks you if you're sure, choose "yes"
    Close Adobe and then restart the program.
    Open a pdf document THAT IS NOT A SCANNED DOCUMENT
    Choose View > Read Out Loud > Activate Read Outloud
    Then click on a section of the doucment you want read.  It will be bounded by a box and start reading.
    You may also choose to read the entire document or a single page.
    Hope this helps.

Maybe you are looking for

  • External Hard drive not working on my Macbook Air

    I've been using my external hard drive for more than 6months now on my mac and for some reason today it won't show up. I've run a disk utility check on it, and tried repairing it but it just says that it has an error and can not be fixed. I am quite

  • Output type settings; print pdf from on the printer defined in user profile

    Hi I have a requirement where i should print the pdf form in the printer defined in user profile when i select save in MB1A transaction;  I know this can be done by changing the output type cofiguratioin in the NACE transaction Could any one please l

  • Problem in updating bseg-zuonr and bseg-sgtxt fields.

    Hi guys, I have a requirement to update    ZUONR  and  SGTXT   fields in  BSEG , BSAS, BSIS, BSAK, BSIK, BSAD, and BSID tables .  Is there any FM or BAPI to achieve this functionality as i dont want to use UPDATE statement. anybody please help me out

  • Ipod nano and video downloads?

    I was just wondering if I could still download and listen to a video on my ipod nano. I really want to put Jojo's "Too little, too late" on my nano so i can listen to it, i dont care if i see it, since the song won't be available until october for an

  • Date format in American (ASP)

    OK so I know that this should be easy. My computer is setup so that dates are displayed in english format dd/mm/yyyy. I am designing ASP pages and want a readonly field that takes its value from =(now). he result is always in American format mm/dd/yy