Master Data load from Info Object

Hello,
Iam tryting to load masterdata from info object using the standard package in 7.5 NW. My requirement is similar to the scenario 3b in the How to load masterdata doc(to prefix and strip the Compounding obj). This is the ssue i am currently facing.
1. When i validate the transformation file , I get an error saying "Duplicate member id'12345'
2. I have spaces in my node name. How am i supposed to give the technical name in the Member id field of the hiererchy tab in the data manager set selection options.
3. text nodes not getting converted to member values.
note:  I  am able to  get past this with out giving the seletion for the hierarchy in the DM package and running the package succesfully ,but i dont see the text nodes getting converted to member values.
Please provide me some useful insights. had anyone had a similar issue??
Thanks,
Simi

Simi,
Did you checked YES to import the Text Nodes ... and even the Short Text in Language Tab under the SET SELCTION of the info object.

Similar Messages

  • How 2 upload Master Data 4 a Info Object in BI 7.

    Hi,
    I have to load Master Data to a Info Object in BI 7 ( Like Diret Update in 3.5 )
    How 2 upload Master Data 4 a Info Object in BI 7.
    Dont suggest me to " Insert Characteristic as Data Target".
    Points assured.
    Thank you.

    hi...chk these steps..
    Uploading of master data
    Log on to your SAP
    Transaction code RSA1—LEAD YOU TO MODELLING
    1. Creation of Info Objects
    • In left panel select info object
    • Create info area
    • Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    • Create new characteristics and key figures under respective catalogs according to the project requirement
    • Create required info objects and Activate.
    2. Creation of Data Source
    • In the left panel select data sources
    • Create application component(AC)
    • Right click AC and create datasource
    • Specify data source name, source system, and data type ( master data attributes, text, hierarchies)
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    • In proposal tab load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    • Activate data source and read preview data under preview tab.
    • Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    3. Creation of data targets
    • In left panel select info provider
    • Select created info area and right click to select Insert Characteristics as info provider
    • Select required info object ( Ex : Employee ID)
    • Under that info object select attributes
    • Right click on attributes and select create transformation.
    • In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full)
    • In update tab specify error handling ( request green)
    • Activate DTP and in execute tab click execute button to load data in data targets.
    4. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. Alternatively monitor icon can be used.
    hope this helps..

  • BPC:: Master data load from BI Process chain

    Hi,
    we are trying to automatize the master data load from BI.
    Now we are using a package with:
    PROMPT(INFILES,,"Import file:",)
    PROMPT(TRANSFORMATION,%TRANSFORMATION%,"Transformation file:",,,Import.xls)
    PROMPT(DIMENSIONNAME,%DIMNAME%,"Dimension name:",,,%DIMS%)
    PROMPT(RADIOBUTTON,%WRITEMODE%,"Write Mode",2,{"Overwirte","Update"},{"1","2"})
    INFO(%TEMPNO1%,%INCREASENO%)
    INFO(%TEMPNO2%,%INCREASENO%)
    TASK(/CPMB/MASTER_CONVERT,OUTPUTNO,%TEMPNO1%)
    TASK(/CPMB/MASTER_CONVERT,FORMULA_FILE_NO,%TEMPNO2%)
    TASK(/CPMB/MASTER_CONVERT,TRANSFORMATIONFILEPATH,%TRANSFORMATION%)
    TASK(/CPMB/MASTER_CONVERT,SUSER,%USER%)
    TASK(/CPMB/MASTER_CONVERT,SAPPSET,%APPSET%)
    TASK(/CPMB/MASTER_CONVERT,SAPP,%APP%)
    TASK(/CPMB/MASTER_CONVERT,FILE,%FILE%)
    TASK(/CPMB/MASTER_CONVERT,DIMNAME,%DIMNAME%)
    TASK(/CPMB/MASTER_LOAD,INPUTNO,%TEMPNO1%)
    TASK(/CPMB/MASTER_LOAD,FORMULA_FILE_NO,%TEMPNO2%)
    TASK(/CPMB/MASTER_LOAD,DIMNAME,%DIMNAME%)
    TASK(/CPMB/MASTER_LOAD,WRITEMODE,%WRITEMODE%)
    But we need to include these tasks into a BI process chain.
    How can we add the INFO statement into a process chain?
    And how can we declare the variables?
    Regards,
    EZ.

    Hi,
    i have followed your recomendation, but when i try to use the process /CPMB/MASTER_CONVERT, with the parameter TRANSFORMATIONFILEPATH and the root of the transformation file as value, i have a new problem. The value only have 60 char, and my root is longer:
    \ROOT\WEBFOLDERS\APPXX\PLANNING\DATAMANAGER\TRANSFORMATIONFILES\trans.xls
    How can we put this root???
    Regards,
    EZ.

  • Master data Load from Oracle table

    Hi,
    My master data comes from an Oracle table. The table has both attributes and texts combined. How do I load the Master data into the text and attribute info objects thru Direct Upload of Master Data?
    Is it necessary to go in for Flexible Upload in this case?
    Regards

    Hi,
    you can create two views on the table. One for the text and the other one for the attributes. Create your datasources on these views and assign them to your infoobject.
    regards
    Siggi

  • Master Data Loading from APO--- BW System

    Hi Experts,
    I am loading master  data from the APO to bW System,after loading data into the BW System ,I found the number of data records are mismatching
    ex:APO (8340) --->BW (9445)
    and that to I tried to delet the data in InfoObject,
    only some records are deleting
    and one more doubt
    in APO i have info object ZA9MATNR CHAR 40
    With Conversion Routine PRODU
    in BW i have the same info object ZA9MATNR CHAR 40 with Conversion Routine ALPHA.
    and I have checked the Check box in transfer rules also,may be becoz of this I am getting more records.
    Could any body help me
    Thanks in Advance...
    Regards,
    Nagamani.

    Hi,
    Ideally it is impossible to get the increased count of data records when you load it into BW unless you are using the RETURN TABLE concept.
    Normally the record count decreases with the records with same keys gets overwritten/added.
    Coming to your second question, ALPHA conversion routine has nothing to do with the record count. It appends the ZEROS to the value coming in that InfoObject. For example, if the lenght of the object is 5 and data is coming only in 3 digits, it will append the ZEROS to make its length 5.
    Hope this info helps you.
    Regards,
    Yogesh.

  • Master data load from 2 source system

    Hi all,
            I am working on a project which has 2 source systems.
    Now I have to load master data from 2 source systems without making 0LOGSYS as compunding
    attribute. Because all the objects which i want to use compunding attribute are reference
    objects for lot of other info objects. So, i dont want to change the business content
    objects structure. Please guide me
    Thanks

    Hi,
    I cube there is nothing to do with compounding attribute, it will be handled in MD IO level.  As your requirement to separate the transaction happen in different source system then make add another info object as Zsource and make it as nav. attribute then design your report based on nav. attribute.
    Note that this separation is only possible in Material Related transaction not for others.
    Thanks
    BVR

  • Assigning Text of a master data to another info object

    Hi,
    I need to assign text of a master data infoobject, to another inobject.
    Can i directly read the two tables (master data and its text table ) and assign it to the info object in the update rules?
    Sample code would really help.
    Thanks.

    Hi Thomas,
    We've folllowing info objects.
    info1.
    info2.
    Scenario : We weant load text data from info1 to info2..
    Crate Export data source for info1.
    Go to info2 : insert this info object as a data target.
    Assigin source : info1 export data source.While assigning it'll ask do u want Attr or Text .Say text .
    Plz assign points if it is useful.
    Thanks,
    Vijay Sekahr Reddy.

  • Vendor master data load from flat file

    Hi Experts,
    I am trying to load data from flat file. I am confused which info object i should use. My requirement is for info cube 0BBP_C01.
    As i found for this info cube only two info objects are available: 0BBP_VENDOR and 0VENDOR. But in my flat file i have following fields: Vendor code, Vendor Name, Ultimate Parent, City, Country, Minority Status, Vendor Payment Terms. which all are together not present in either of info objects.
    Please suggest which info object i must use. or should i create Z info object for my requirement?
    Thanks in advance.
    Regards,
    Niranjan Chechani

    Hi Kiran,
    I am loading data through flat file. I am not getting your point like how to get attributes present in the R/3 system which I am not using in this case.
    Hi rvc,
    I have created two characteristics z info objects i.e. ZU_PARENT for Ultimate parent and ZVEN_PAY for Vendor Payment Terms.
    When i am trying to add these two as attributes and add it as Navigational attribute, I am getting the error "Characteristic 0VENDOR: The attibutes SID table(s) could not be filled" (Message no. R7586)
    Please suggest am i wrong somewhere?
    Thanks and Regards,
    Niranjan Chechani
    Edited by: Niranjan Chechani on Nov 28, 2011 12:15 PM

  • To delete unsed master data's in info object

    Hi.,
      Can any one please tell me how to delete unused master data's in an info object.
    Thanks,
    Selva

    Hi,
    Select the info object fro which you want to delet the data. Right clik on the info object and select delet master data. This will delete all the matster data whcih is not used any where in transaction data. The data which is used will not get deletd. Save the data.
    Hope this helps.
    Regards,
    Amol

  • Sap mdm  or  master data services from business objects ...

    hi
    i  knew sap is acquiring business objects , but BO is having a software package called master data services , whose functions are same as sap mdm which is already available for few customers , then how sap is planning on these two procucts. are these two products going to be mixed or only one will be there in market .   any body any idea ?
    or . master data services is going to be an addon to sap mdm ?
    akhil
    Edited by: akhil k on Jan 20, 2008 2:13 AM

    Hi Akhil,
    Please go through these link i think they may help:
    1. ttp://www50.sap.com/m1/global/bobj/le/packages/mdm.htm
    2. Enterprise master data management (MDM) should always be the objective of any ... This approach extends Approach 4 by exposing master data services in the ...
    http://www.b-eye-network.com/view/5051
    3.Solving the SOA Data Dilemma with Master Data Services
    http://www.b-eye-network.com/view/6034
    Akhil, from 3rd link it looks like that this MDS( master data services) is same as MDM just the thing to be noticed is MDS term is used with SOA and MDM is an independent tool to provide MDS.
    Rewards if found helpful.
    Regrds,
    Alok

  • Hierarchy for Master Data Load from BW

    Hi All
    I'm loading Master data from BW infoobject 0Customer. There is no Hierarchy maintained for it in BW.
    Rather than creating hierarchy manually in BPC, I want to include mapping in transformation/conversion file which should roll master data records coming from BW to ALL_CUSTOMERS (member manually maintained in BPC). ALL_CUSTOMERS will be parent node for the hierarchy in BPC. No other levels of hierarchy is required. All the data should have one parent.
    Something like PARENT=*STR(ALL_CUSTOMERS)
    Please share your ideas? Help is very much appreciated.
    Thanks.

    Hi Asif
    If you are laoding master data from BW infoobject, you will not be able to load /specify any value for ParentH1/hierarchy node as BW /BPC does not allow that.
    An option would be to
    1) load hierarchy from a flat file or
    2) to maintain  hierarchy in BW amd load into BPC the normal way
    Regards
    Surabhi

  • How to get master data for 0Customer Info object.

    Hey Frieds,
    I have infoobject 0customer and 0Comp code , I want to get the 'address' field of it .
    I checked in master data and found that address field is not populated ,so is there any standard data source to get it , or any other way to get it.
    Please respond
    Thanks

    Hi Anurag,
    you will get the address in the 0customer_attr datasrc.
    You can populate address as an attribute of 0customer object from here.
    hope it helps...

  • Master data loading from an XML file

    Gurus,
    Is it possible to load Master data using XML files as source??

    Hi Niteen,
    how r u ?? hope u r doing fine, yes you can load it !!
    follow this link ..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21d8aa90-0201-0010-5e83-a3798b9a5ee0
    Or
    XML data
    regards ..
    Message was edited by:
            SAUGATA SEN

  • Reagarding Master Data loading from ECC

    Hi i want to activate Master Data  for Customer and Material from ECC ,Can any one  give me the clear steps ,and also  i want  to know what is the source for these Material And Customer in ECC.

    Hi
    The datasources are 0CUSTOMER_ATTR and 0MATERIAL_ATTR you can find these in RSA6 if activated under SAP-R/3->LO->LO-IO.
    Assign these to 0CUSTOMER and 0MATERIAL infoobjects in BW for a direct update or you can use the following infosources for flexible update
    0CUSTOMER_ATTR
    0MATERIAL_ATTR
    Also use texts datasources 0CUSTOMER_TEXT & 0MATERIAL_TEXT
    If the above mentioned datasources are not activated (NOT VISIBLE IN RSA6), use RSA5 transaction code to activate them.
    Hope you are familiar with BW and good luck
    Regards

  • Reading the master data for an info object

    hi experts,
    I have a requirement, can i use the read master data option in transformations of a cube and store the text data related to material ??
    thanks and regards
    vijay
    Edited by: pedamarla on Apr 17, 2009 12:25 PM

    Hello Vijay,
    As suggested above, you wont be able to read master data text of an InfoObject in your transformation, if you need to achive this, in the transformation routine, for the InfoObject, where you need to feed the material text, you would need to read the text table of InfoObject 0MATERIAL.
    Please let me know if you need any more information.
    Regards,
    Pankaj

Maybe you are looking for

  • Extra-ordinary depreciation is not shown on the Asset History Sheet

    Hi, When doing a disposal of assets via transaction ABAVN, the extra-ordinary depreciation is not shown on the asset history sheet in the "Deprec for the year" column. How can I show it on the asset history sheet? Thank you for your feedback. Kind re

  • Error when trying to create Opportunity

    Hi All, When I am trying to create opportunity in CRM 2007 getting an error as mentioned below 1) An exception has occurred during program processing 2) You have no authorization for organizational level for the transaction Can some one please explai

  • The telephones numbers do not let me click and call with skype in firefox 5, how do I get firefox 4 again?

    Before with firefox 3 and 4 I could call phone numbers with skype directly off of the web page by clicking the phone number. This feature no longer functions in firefox 5. What do i need to do. When I go to your website I can only download 5. I would

  • Is Verizon going the wrong way?

    Verizon has recently switched from growth to income.  With the volume limits set by Verizon broadband or pay extra for going over your monthly limit,  will this be Verizon's slow spires downward from being on of the top wireless broadband companies?

  • Satellite P300-156 - How can I clean it?

    I won't clean my laptop inside, but I don't now what screws I must remowe. If someone take the back cover from any P300 to cleaning the fans, maybe will send me any picture or instruction, what I must doing step by step. Thanks very much. PS: sorry f