Loading master data for characteristic having compounded characteristic

Hey guyzz
I am getting an error when i am trying to load master data for a custom characterisrtic ZQUALGRP (Quality Group) which has a compounded characteristic 0PLANT.
The data in the excel file used for loading looks like:
Plant | Quality Group | Description
1601 | BlendA | Willow Lake Underground | Blend A
1610 | BlendA | Riola Complex - Riola Portal | Blend A
1611 | BlendA Riola Complex - VG Portal | Blend A
I have defined transformations for Master Data Text Load and all these three fields are mapped in the transformation. There are no attributes for this characteristic.
I get the following error in the Data Transfer Process Monitor
ZQUALGRP: Data Record 1 ('1601BlendA E'): Version '1601BlendA' is not valid.
ZQUALGRP: Data Record 2 ('1610BlendA E'): Version '1610BlendA' is not valid.
ZQUALGRP: Data Record 3 ('1611BlendA E'): Version '1611BlendA' is not valid.
The transformation for some apparent reason is concatenating the plant and quality grp together.
Can you please comment why i am getting this error.
Please note I DELETED AND RECREATED DATA SOURCE AND TRANSFORMATION, STILL I GET THE SAME ERROR.
Thanks,
Ameya Kulkarni

A change..
The data in the file looks like this
Plant | QGrp   | Description
1601 | BlendA | Willow Lake Underground Blend A
1610 | BlendA | Riola Complex - Riola Portal Blend A
1611 | BlendA | Riola Complex - VG Portal Blend A

Similar Messages

  • BPC75NW: Error Loading Master data for BPC Dimensions from BW InfoObject

    Hello Gurus,
    I'm trying to load master data for BPC Dimensions from BW Infoobjects.
    The ID thats used in BW is 32 char long. When I run the load, the ID is truncated after 20 chars and  the records are reported as duplicates.
    Due to this the load is failing.
    I cannot use any other ID as the texts will not be loaded in that case.
    Is there any work around to handle this?
    I cannot load the transaction data either.
    I looked at some posts and blogs in sdn, but nothing really helped.
    Cube - 0RPM_c05 (Financial Planning cube in SAP PPM)
    Version: BPC 7.5 NW SP5
    Thanks,
    Vasu

    Thanks Everyone.
    " you can write a transformation file and give a new name to those IDs who have values more than 20 characters."
    Poonam - Could you explain more?
    I tried using a additional Dimension property to hold the 32 char ID. But I cannot access this in the transformation.
    Is there a way to refer the dimension property in the Transformation file or in the UJD_ROUTINE BADI implementation?
    Thanks,
    Vasu

  • Order of loading Master Data - Fact or Fiction

    I understand that for loading Master Data for InfoCube 0FIAA_C01 (or any other) you should load starting from the lowest level.
    That means for every characteristic in the cube you have to check and see if any of the InfoObjects have Master Data attributes, and if any of those attributes have attributes, and so on. This quickly becomes a multi-level structure.
    Part of the tree structure for 0FIAA_C01 would look like:
    0FIAA_C01                                     
    ..........0COMP_CODE                              
    ....................0CHRT_ACCTS                           
    ....................0C_CTR_AREA                             
    ..........0ASSET_AFAB                                
    ..........0ASSET                              
    ....................0ACTTYPE                        
    ....................0BUS_AREA 
    <snip>
    So does that mean that 0bus_area should be loaded first before 0asset?
    Is this fact or fiction?
    If its a fact I am wondering what tools SAP has for determining the order of loading Master Data.
    Discussion points and tools for facts awarded!
    Mike
    Edited by: Michael Hill on Feb 12, 2008 4:52 PM

    Hi,
    My master data loads are largely in the area of HR.
    The only order I follow while loading master data is for a particular infoobject with regard to text, attributes and hierarchy - The order being text>>attributes >>hirerachy.  Frankly, I have not checked doing it otherwise.
    Across different master data infoobjects I see no need to have any order atleast in HR.  Generally speaking a master data object has data that has an independant existence as extracted from R/3 or other sources and not derived from any other master data object in BW.
    Master data as its name implies should not have referential integrity checks with other master data. 
    It would be good to know if someone has real experience to the contrary.
    Mathew.

  • Look up to load master data

    Hi,
    I am trying to load master data for my infoobject 0CUSTOMER.This has a field 0DBTYPE whose data is stored in another master data ODS which contains DUNS data.The key 0DBNUM of this ODS is an attribute of 0CUSTOMER.I want to implement the routine in the transfer rules as it is a direct update.So can anyone send me a sample code on how to achieve this and help me out.
    Regards,
    Kal

    hi Kal,
    first create start routine in transfer routine
    (change transfer rules and click icon blank page beside 'start routine') and put following code after
    (assume your ods name is zods)...
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    put this after the global code ...
    tables : /bic/azods00.
    data : l_duns like /bic/a[odsname]00 occurs 0 with header line.
    /bic/a[odsname]00 or /bio/a[odsname]00
    a[odsname]00 is the ods active table name
    if you use master data infoobject it's /bi?/p[infoobjectname]
    select * from [odstablename]
    into table l_duns.
    then in infoobject 0DBTYPE create routine and put following code (assume the infoobject name is 0DBDUNS_NUM)
    read table l_duns with key 0DBDUNS_NUM = tran_structure-DBDUNS_NUM.
    without 0
    if found
    if sy-subrc = 0.
    result = l_duns-DBTYPE.
    endif.
    or if you make you infoobject 0customer as infoproider (from rsa1->infoprovider, right click infoarea and 'insert characteristic as infoprovider'), then use flexible update to 0customer update rules assign to infosource with that ods, you may try use method 'master data attrib. of'.
    hope this helps.

  • Error while loading master data from R/3

    Hi Friends,
                I'm just trying to load master data for the infoobject of type "0BUS_AREA", but i have got data into PSA, but not got into char, i have got an error stating that
    Record 1 :No source system ID exists for source system (logical system) RD1CLNT100
    In tran structure there are two objects not being populated 0LOGSYS & OSOURCESYSTEM, which might cause the problem.
    Pls waiting for your replays
    Thanx in advance
    Balaji K.

    Hi Aswin,
               Thanx for your replay, in that one column is there, "source system id" but it is empty, how to generate that two digit source system id and also there are three kind of tabs like
    "Release IDs that are in use" "Suggest Source System IDs" & "Maintain Logical Systems"
             How to use and which one to use, and how to follow step by step to run loads once again by populating "OLOGSYS" & "OSOURCESYSTEM" ?
    Pls clarify this problem
    Regards.,
    Balaji K.

  • BPC Error while loading master data from SAP BW

    Hello Guru,
    I have NW BPC 7.5 installed on BW server. Currently i have started to work on one application where i have to load master data first. I am loading master data for cost center.
    I looked into the process chain "BPC: Import BW InfoObject master data" and i found that few processes are  in GREEN color and few are in RED color (Display). is that correct or not ? then as per some of the thread i went to "BPC: Convert BW infoObject master data" --> SOURCE_TYPE = IP  and added one parameter "FORMULA_FILE_NO". Then i saved this process chain and activated it.
    I created transformation file in BPC and it got created successfully but while i try to load packages it throws me error.
    Q. Do i need to have entire process chain with all processes in GREEN to have the master data in BPC ?
    Q. Do i need to activate any BADI's for this or not ?
    I appreciate your help in advance. I trie

    Hello Guru,
    Currently i am getting below error while loading costcenter master data from BW to BPC.
    Task name MASTER DATA SOURCE:
    Record count: 189
    Task name TEXT SOURCE:
    Record count: 189
    Task name CONVERT:
    No 1 Round:
    Info provider  is not available
    Application: ZRB_SALES_CMB Package status: ERROR
    Anybody can tell me, if i have missed anything ???
    Regards,
    BI NEW
    Edited by: BI  NEW on Feb 23, 2011 12:25 PM

  • Problem while loading Master data load

    Hi,
    i am loading master data for 0PROJECT. for attributes and text we do have delta.
    for text after load added records will be 0 eventhough few records there and they are transferred records. i checked in RSA3 it has records.
    can any body tell me the reason for this?
    Thanks,
    Vijaya

    for full load only no of added records are 0 where transferred are 26.
    i checked in master data table and all these records already present... may be becoz of that reason if i do full load and delta ...added is 0 only.
    am i right in this? plz let me know.
    Thanks,
    Vijaya

  • Loading Master Data - Select the 'right' attributes

    Hello everybody,
    hopefully some expert can answer my question.
    I want to load Master Data for the InfoObject 0CRM_PROD.
    When I look at the tree beneath the 0CRM_PROD attributes following DataSources are listed:
    - 0CRM_PRODUCT_ATTR
    - 0CRM_PROD_ATTR (obsolete)
    - 0CRM_PR_MAT_ATTR
    - 0CRM_PR_REST_IN_ATTR
    - 0CRM_TR_CONTROL_ATTR
    - 0PRODUCT_ATTR (obsolete)
    - 0PRODUCT_GENERAL_ATTR
    - 0PRODUCT_STATUS_ATTR
    - 0PR_BASE_UNIT_ATTR
    - 0PR_COMMERCIAL_ATTR
    - 0PR_IL_PROREF_ATTR
    - 0PR_PROD_VAR_ATTR
    - 0PR_PURCHASE_CATEG_ATTR
    - 0PR_SALES_CATEG_ATTR
    Now my question is which attributes for 0CRM_PROD do I have to load?
    Are any of them mandatory or basic attributes?
    And how do the attributes 0CRM_PRODUCT_ATTR and 0PRODUCT_ATTR differ from each other?
    Thanks in advance!
    Chris

    Hello,
    The BW DataSources used in CRM 4.0 for the SAP product are replaced with new DataSources.
    Please see the Note 673053 - SAP product: New DataSources in PI_BASIS 2004_1_640
    Just for Reference
    [Integration of SAP Products in SAP BW|http://help.sap.com/saphelp_nw04/helpdata/en/f8/580f40763f1e07e10000000a1550b0/content.htm]
    Thanks
    Chandran

  • Loading Master Data with compounding attributes

    Hello All,
    I have a characteristic, "Commission Code", compounded to "Product" and "Commission Code" is an attribute of the InfoProvider, "Sales Rep".
    Now, I'm not able to load data into the master data for "Sales Rep" from a flat file because as I get the same sales rep with two different commission codes I get an error caused by "duplicated keys":
    below an extract of the flat file which goes in error :
    SalesRep (key)     ///     CommissionCode     ///     Product
    1000                    ///       10%                      ///    ProdA
    1000                    ///        20%                      ///     ProdB
    how to load the master data in the proper way ? Where I'm wrong ?
    Thanks in advance.

    Hi ,
    Sales rep infoobject should be compounded by commision code. I think you will get the compound of commision code (product) as well in the compound.
    This will make the records unique and you would be able to load same sales rep with two different commision code.
    So your key then would be sales rep, commsion code and product together.
    Hope it helps,
    Regards,
    Sunmit.

  • Loading master data compounded infoobject

    Hello experts
    I want to load master data into an InfoObject from a flat file, thus i want to define this infoobject as an infoprovider
    In order to do that i use the "Insert characteristic as InfoProvider" option from the InfoArea but i get a message :
    InfoObject PA_PAPRCT is not a basis characteristic; not used as data target
    This InfoObject has a superior InfoObject defined as superior InfoObject in the compounding tab, is that the problem ?
    Thanks for your help and happy new year
    Thibault

    Dear Thibault
    Yes, PA_PAPRCT is not the basic characteristic.
    Instead of this, use the superior object for this object.
    Than you can load the master data for all these objects.
    Hope now you will get the idea
    Regards
    Saravanan.ar

  • Loading Master data :Text for  0GL_ACCOUNTT

    Hi,
    I am trying to load master data text from BW 3.5 system to BI 7.0 through Export data source. The data transfer is terminated with the following error meassage.
    'In the source system, there is no transfer structure available for
    InfoSource 80GL_ACCOUNTT .'
    I have selected the check box in the Infoobject Characteristic with the export data source and then replicated the data source in  BI 7.0.
    Please provide me with suitable solution.

    Hello Richa,
    Last week I have a problem similar, try to generate 80GL_ACCOUNTT  in BI 7.0 first, right clikc in infosource  (0GL_ACCOUNTT)  -> Generate Export Datasource.
    Hope its help..

  • What are the steps for loading master data

    Hello
    what are the steps for loading master data? i want to learn about loading all master data and the steps to choose the best way to load the data.
    if anyone has documents please send me the documents i will be really greatful
    [email protected] thanks everyone
    Evion

    Hi Heng,
    Download the data into a CSV file.
    Write a program using GUI_UPLOAD to upload the CSV file and insert records.Chk the below link for example
    http://www.sap-img.com/abap/vendor-master-upload-program.htm
    Reward Points for the useful solutions.
    Regards,
    Harini.S

  • Best Practices for Loading Master Data via a Process Chain

    Currently, we load attributes, text, and hierarchies before loading the transactional data.  We have one meta chain.  To load the master data it is taking more than 2 hours.  Most of the master data is full loads.  We've noticed that a lot of the master data, especially text, has not changed or changed very little since we implemented 18 months ago.  Is there a precedence or best practice to follow such as do we remove these processes from the chain?  If so, how often should it be run?  We would really like to reduce the amount of the master data loading time.  Is there any documentation that I can refer to?  What are other organizations doing to reduce the amount of time to load master data?
    Thanks!
    Debby

    Hi Debby,
    I assume you're loading Master Data from a BI system? The forum here are related to SAP NetWeaver MDM, so maybe you should ask this question in a BI forum?
    Nevertheless, if your data isn't changed this much, maybe you could use a delta mechanism for extraction? This would send only the changed records and not all the unchanged all the time. But this depends on your master data and of course on your extractors.
    Cheers
    Michael

  • How to load master data texts for (0calmonth)

    Hi pro's
    i hve a issue.
    How to load master data texts for 0calmonth.
    any help is appreciated
    regards
    cheers

    within the admin workbench goto source systems, right click on your source system and click on transfer global settings. There you can choose fiscal year variants and some other options to be loaded to BW.
    Regards

  • Missing some master data for delta load( its very urgent please)

    Hi,
    I am working master data for delta load,the problem is when ever changes(SO) in r/3 RECORDS for address text,City Dstrct Nm.its not getting loaded into BW.every day some delta records are coming into BW.
    the data coming thru bw satging and bw.Please help what would be reson and where can i find the detail info,where is it missing.Please see below for example.
    Address Number/     Addr Ln 1 Txt/     City Dstrct Nm
    9025750333/                      #/               #     
    help me its very urgent

    Hi Sumanth,
    check the delta queue and the V3 job is it running correctly ,
    Have a look at OSS note :728687
    and also see the following thread
    Deltas are not available in Delta que
    Delta Queues are not cleared in R/3
    No data in RSA7 for 2lis_03_bf : HELP
    check the data may b it is in modifide status not active.
    regards,
    supriya

Maybe you are looking for

  • I have an old ipod, mac formatted, and want to transfer all my music, some of which is not itunes, to my new mac computer.  How can I do that?

    I have an old ipod, formatted on an apple laptop, and want to transfer all my music, most of which is not itunes, to my new apple computer.  How can I do this?

  • Find and replace a line in a text  file

    Hi All, I wanted to read a text file , find a line and replace that line with out affecting any other lines and with out creating a new file. If any one of you know any API to do this work ,please throw some light

  • List with pagination

    I would like to create a panel like this: View image: Screenshot Create a new Can you show me some simple example with slider? And also the biggest problem how I can open a different window based on the selection?

  • Chart Component Help

    Hi all. I have a client who is needing some dynamic graphs. I have downloaded and installed the "Charting Components, V1.0" from http://www.adobe.com/cfusion/exchange/index.cfm?view=sn111&extID=377283 Ive used this tutorial from 4GuysFromRolla http:/

  • Question about alpha backgrounds

    Hello, I am just learning Motion and a bit confused. I am trying to drag in a picture that has a transparent alpha section. When I drag it onto the canvas the alpha background is black as expected, but when I drag the photo onto the timeline (which i