Canonical structure mapping

Hi Experts,
Need some inputs on mapping from MATMAS05 idoc to OAGIS XSD.Has any one worked on the similar case?If so please give me the step to step approach,very helpful for me.
Is there a way to modify the OAGIS xsd with out distrubing its references?
Please provide me some inputs.
ACS

Hi
This is mapping as usual. Even you can check with IBM where you can get a predefined mapping xsl. If that is useful and satisfy your requirement use it directly.
You can edit the xsd using any xsd editor like editplus etc. But whats the requirement for changing the OAGIS format xsd. Thats very generic to satisfy the business process.
You can create even xsd in XI editor according to the requirement.
Suggestion is if you dont use most of the fields populated by OAGIS then its worth not using it. Instead of importing those high volume XSD create extra effort while mapping on system.
Thanks
Gaurav

Similar Messages

  • XSLT Transformation error:  Non-canonical structure of element name

    Good day experts,
    I have recently started using xslt, and came upon the following demo in the sdn.
    http://wiki.sdn.sap.com/wiki/display/ABAP/XMLXSLTwith+ABAP
    I have retrieved the example xml files from airplus.com, as per the instructions, and implemented the code.
    When I test the xslt transformation in se80, it transforms correctly.
    However, when I run the program, I get the following error.
    CX_XSLT_FORMAT_ERROR
    Transformation error:  Non-canonical structure of element name XML_OUTPUT   
    Is there an error in the example that I am not aware of?
    Thanks in advance,
    Johan Kriek

    Found the solution.
    You rename the tag <XML_OUTPUT> to anything else like <TEST>. And Hurray!!! it works.
    It looks like SAP is using this name internally somewhere so we are getting error when we are using same name.
    Anyways the problem is solved.
    Regards,
    Jai

  • Structured mapping

    Hi
    Is there anything like structure mapping in xi ?? or otherwise whatever the mappings that we use like ABAP, XSLT, JAVA etc .......will be called as structure mapping ?? If I got to choose out of these which XI supports
    a. Structure Mapping
    b. Node mapping
    c. Value Mapping
    d. Functional Mapping
    then I believe value mapping is the only one that XI supports. plz correct  me if I am wrong.
    thanks
    kumar

    Kumar,
    As far as my references and understanding the answer to your question is
    <b>Structure Mapping</b>  & <b>Value Mapping</b>.
    <b><i><b>SAP Definition:</b></i></b>
    Define Mapping rules to assign fields that are semantically identical - <b>Structure Mapping</b>
    Conversion rules to transfer the field content to target format -<b>Value Mapping</b>.
    Best regards,
    raj.
    Message was edited by:
            Raj

  • Explain How to use Structure mapping button

    Hi All
    Iam Developing an application "Implementing and Using Exceptions in Guided Procedures"
    Can you please explain How to use Structure mapping button,
    Plz give me steps in details
    Thanks
    Srinivas

    Hi
    Create a project using 0020 as method.
    Max

  • Value mapping,Structure mapping

    Hi GURUs,
    I need inforamtion regarding structure mapping.
    conversion rules,Node , boolean,constant etc example.
    I will give points to every one.

    Hi ,
    The following websites wil provide u with required solution:
    Excellent PDF Document on Mapping
    http://help.sap.com/bp_bpmv130/Documentation/Operation/MappingXI30.pdf
    Mapping Development with the ABAP Workbench
    http://help.sap.com/saphelp_nw04/helpdata/en/10/5abb2d9df242f6a62e22e027a6c382/content.htm
    ABAP Mappings
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm
    how to create a flat file out of an IDoc-XML by means of an ABAP mapping program and the J2EE File Adapter.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    How to Use ABAP Mapping in XI 3.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • Crossgate Canonical Structure

    Hello Experts,
    Can you please clarify a query regarding Crossgate Canonical XML structure.
    As per documentation available on internet
    "Crossgate has standardized their processes into one canonical form for each transaction type"
    we are currently dealing with EDIFACT messages and have a canonical XML structure for each message type ,e.g. for ORDERS
    If we switch to some other EDI standard, say, ANSI X12, will this canonical XML structure for ANSI X12 ORDERS will remain the same or do we have different canonical XML structures for ANSI X12.
    Basically, what would be the changes in mapping for an existing customer when we switch from EDIFACT to ANSI X12?
    Thanks a lot!
    Best Regards,
    Shweta

    Hello Raja,
    Thanks for the reply.I too think the same because the qualifiers used in mapping instruction for EDIFACT Orders seem to be specific to EDIFACT syntax.
    But then what is the advantage of having a canonical XML which would change for different EDI standard and hence would force PI mapping to be changed ?
    Is this fact documented somewhere?
    Thanks and best regards,
    Shweta

  • SOAP Scenario-Sender and receiver having same structure- Mapping Required?

    Hi,
    We are having a SOAP to SOAP scenario. In that the sender and receiver are having same structure. Is it possible to by-pass mapping and just do the configuration from ID
    Thanks and regards,
    Siji Anup

    Hi Siji,
    AFAIK you can skip ESR development. Check the example in this blog When and how to create an scenario in SAP PI without mapping objects.
    Regards.

  • Structure mapping is incorrect....urgent

    Hi Folks,
    in the below code itab  and itab1 structures are diffetenr. I need to move itab1 data into itab from that itab i suppose to pass data to ztable. when i am chk below code i am getting error as structure is not mapping. Can u plz change the code according to my requiremt.
    TABLES: ZCRM_DM_VBRP.
    TYPES: BEGIN OF TS_ZCRM_DM_VBRP.
           INCLUDE STRUCTURE ZCRM_DM_VBRP.
    TYPES: END OF TS_ZCRM_DM_VBRP,
           TT_ZCRM_DM_VBRP TYPE STANDARD TABLE OF TS_ZCRM_DM_VBRP .
    DATA:  WA_ZCRM_DM_VBRP TYPE TS_ZCRM_DM_VBRP,
           ITAB TYPE  TS_ZCRM_DM_VBRP OCCURS 0 WITH HEADER LINE.
    DATA: T_OPTIONS  TYPE TABLE OF  RFC_DB_OPT INITIAL SIZE 10,
          T_FIELDS   TYPE TABLE OF  RFC_DB_FLD INITIAL SIZE 10.
    STRUCTURE DECLARATION
    TYPES: BEGIN OF TS_DATA.   "OCCURS 0,
           INCLUDE STRUCTURE TAB512.
    TYPES: END OF TS_DATA,
           TT_DATA   TYPE STANDARD TABLE OF TS_DATA .
    **WORK AREA DECLARATION
    DATA:  WA_T_DATA TYPE TS_DATA.
    INTERNAL TABLE DECLARATION
    DATA: ITAB1 TYPE TS_DATA OCCURS 0 wIth header line.
                      START-OF-SELECTION                                         *
    START-OF-SELECTION.
    *CALLING FUNCTION MODULE TO READ TABLE FROM REMOTE CLIENT.
    CALL FUNCTION 'RFC_READ_TABLE' DESTINATION  'DAACLNT060'
      EXPORTING
       QUERY_TABLE                =  'ZCRM_DM_VBRP'
       DELIMITER                  =  '   '
       NO_DATA                    =  '   '
       ROWSKIPS                   =  0
       ROWCOUNT                   =  0
      TABLES
        OPTIONS                   = T_OPTIONS
        FIELDS                    = T_FIELDS
        DATA                      = ITAB1
    EXCEPTIONS
       TABLE_NOT_AVAILABLE        = 1
       TABLE_WITHOUT_DATA         = 2
       OPTION_NOT_VALID           = 3
       FIELD_NOT_VALID            = 4
       NOT_AUTHORIZED             = 5
       DATA_BUFFER_EXCEEDED       = 6
       OTHERS                     = 7          .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP THE INTERNAL TABLE
    LOOP AT ITAB1 INTO WA_T_DATA.
    move-corresponding WA_T_DATA TO ITAB.
    append itab.
    ENDLOOP.

    Ur correct code is here.
    TABLES: ZCRM_DM_VBRP.
    TYPES: BEGIN OF TS_ZCRM_DM_VBRP.
    INCLUDE STRUCTURE ZCRM_DM_VBRP.
    TYPES: END OF TS_ZCRM_DM_VBRP,
    TT_ZCRM_DM_VBRP TYPE STANDARD TABLE OF TS_ZCRM_DM_VBRP .
    DATA: WA_ZCRM_DM_VBRP TYPE TS_ZCRM_DM_VBRP,
    ITAB TYPE standard table of TS_ZCRM_DM_VBRP OCCURS 0 WITH HEADER LINE.
    DATA: T_OPTIONS TYPE TABLE OF RFC_DB_OPT INITIAL SIZE 10,
    T_FIELDS TYPE TABLE OF RFC_DB_FLD INITIAL SIZE 10.
    STRUCTURE DECLARATION
    TYPES: BEGIN OF TS_DATA. "OCCURS 0,
    INCLUDE STRUCTURE TAB512.
    TYPES: END OF TS_DATA,
    TT_DATA TYPE STANDARD TABLE OF TS_DATA .
    **WORK AREA DECLARATION
    DATA: WA_T_DATA TYPE TS_DATA.
    INTERNAL TABLE DECLARATION
    DATA: ITAB1 TYPE TS_DATA OCCURS 0 wIth header line.
    START-OF-SELECTION *
    START-OF-SELECTION.
    *CALLING FUNCTION MODULE TO READ TABLE FROM REMOTE CLIENT.
    CALL FUNCTION 'RFC_READ_TABLE' DESTINATION 'DAACLNT060'
    EXPORTING
    QUERY_TABLE = 'ZCRM_DM_VBRP'
    DELIMITER = ' '
    NO_DATA = ' '
    ROWSKIPS = 0
    ROWCOUNT = 0
    TABLES
    OPTIONS = T_OPTIONS
    FIELDS = T_FIELDS
    DATA = ITAB1
    EXCEPTIONS
    TABLE_NOT_AVAILABLE = 1
    TABLE_WITHOUT_DATA = 2
    OPTION_NOT_VALID = 3
    FIELD_NOT_VALID = 4
    NOT_AUTHORIZED = 5
    DATA_BUFFER_EXCEEDED = 6
    OTHERS = 7 .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP THE INTERNAL TABLE
    LOOP AT ITAB1 INTO WA_T_DATA.
    move-corresponding WA_T_DATA TO ITAB.
    append itab.
    ENDLOOP.
    reward if useful.
    Amit Singla

  • Hierarchical structure to Flat Structure mapping in Message mapping

    Hi Experts,
       I need to map the below hierarchical segments of SHPMNT03 IDOC XML to  repitative stucture G_SHL of 857 EDI XML.
    Segments from IDoc.
    E1EDT20(Shipment)
    E1EDL20(Delivery)
    E1EDL24(Delivery Line Item)
    E1EDL44(IDoc: Handling Unit Item Delivery) for Pack)
    Required Target Segment:
    SHIPMENT HL (BOL)
    DELIVERY HL (PO NUMBER 1)
    ITEM HL (PART A)                       
    PACK HL (1ST BUNDLE)
    PACK HL (2ND BUNDLE) 
    ITEM HL (PART B)
    PACK HL (1ST BUNDLE)
    DELIVERY HL (PO NUMBER 2)
    ITEM HL (PART A)
    PACK HL (1ST BUNDLE)
    PACT HL (2ND BUNDLE)
    PACK HL (3RD BUNDLE)
    Please let me know how to achive this.
    I tried to achive this by changing the context of the target field, but in that case I am loosing the sequence. I get all delivery together, all Item together..like this.Please tell me how to retain the sequence.
    Please reply ASAP.
    Thanks in advance,
    Shweta.

    Hi Sushama,
    Could you be bit more elaborative on the problem. What exactly is the error ?? what is the source/target structure ? with this information one would be able diagnose the scenario assist you!!!
    Regards
    Manju

  • XML structure - mapping one Oracle column to many XML attributes

    Hi,
    I need to insert data into EMP table reading from xml file and this is how the file would look like....
    <?xml version='1.0'?>
    <ROWSET>
    <ROW num="1">
    <EMPLOYEE_ID>7369</EMPLOYEE_ID>
    <LAST_NAME>Smith</LAST_NAME>
    <FIRST_NAME>JOHN</FIRST_NAME>
    <PHONE> 905000123</PHONE>
    <PHONE> 905000456</PHONE>
    <PHONE> 905000789</PHONE> ...... n
    (There could be many phone numbers in the xml file and I need to concatenate all the numbers and insert in the PHONE column of emp table)
    <SALARY>800</SALARY>
    </ROW>
    <!-- additional rows ... -->
    </ROWSET>
    I am new to XML and would to know the set of lines required to read the data from xml and insert into EMP table. All this is for Oracle 10g R2.
    Please let me know solution using XSU if possible.

    Hi,
    Chk this:
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    Re: Conversion of source XML structure to single string using PI 7.1
    Thanks
    Amit

  • File to RFC Structure mapping

    Hi All
    This is the first time I am going to work on customized mapping for the following requirement, please give your inputs.
    I am working on File to Proxy Scenario where I have created custom proxy using standard RFC Function Module.
    I have created my source data type, message type and service interface. The target structure I got by importing corresponding RFC structure and created service interface and proxy for the same.
    Now I am trying for graphical mapping here to map file structure to RFC structure. Can you please tell if I have to consider whether its header data or item data. I mean how can I mention that there will be multiple entries of item.
    Please let me know if mentioning in data type i.e 1 to unbound is sufficient and no need to do anything specially while mapping them to targe RFC tables.
    Also, please let me know if my approach is correct. Thanks for your inputs.
    Regards
    Amol

    >
    Amol wrote:
    > Hi All
    > This is the first time I am going to work on customized mapping for the following requirement, please give your inputs.
    >
    > I am working on File to Proxy Scenario where I have created custom proxy using standard RFC Function Module.
    >
    > I have created my source data type, message type and service interface. The target structure I got by importing corresponding RFC structure and created service interface and proxy for the same.
    >
    > Now I am trying for graphical mapping here to map file structure to RFC structure. Can you please tell if I have to consider whether its header data or item data. I mean how can I mention that there will be multiple entries of item.
    >
    > Please let me know if mentioning in data type i.e 1 to unbound is sufficient and no need to do anything specially while mapping them to targe RFC tables.
    >
    > Also, please let me know if my approach is correct. Thanks for your inputs.
    >
    >
    > Regards
    > Amol
    if you are asking about how to actually map a file to a RFC/Proxy structure please note that such requirements are defined by the business. The logic is owned by the customer.
    But in case you are trying a POC scenario then all you need to consider is to make sure the mandatory fields and segments are mapped in the RFC/Proxy structure

  • Organisational structure --- Mapping

    Hello dear Experts ...... This is venkat charan a new commer to SAP SD .
    My question is..... how to MAP organisation structure in REAL TIME? What r the steps involved in this ? please help me ?

    Hi Venkat Chanran,
    Please find the details below.
    Client:
    Client is an environment where we are working. A client is an organisation term it is an independent unit in the system, each unit consist of own environment and there fore its has own master data or transaction data assigned ,user master records and chart of accounts.
    Master data:
    The data, which is the basis for all the SD processing.
    Type of Master Data:
    1.Organizational data: this is the structure of the company where by each business is represented by a hierarchical element.
    2. Customer master data: the data where all data regarding customer and material are stored.
    3. Documents: the business transaction is stored in the documents.
    4. Global Settings: it is one in which we define country keys and currencies.
    Company code:
    Legal entity and an independent accounting unit at company code level, where we create balance sheet and profit and loss accounts.
    Sales organization:
    An organizational unit that sells and distributes products, negotiates terms of sale, and is responsible for these transactions.
    Distribution channel:
    Channel through which materials or services reach customers. Typical distribution channels include wholesale, retail and direct sales. You can assign a distribution channel to one or more sales organizations.
    Division:
    Product groups can be defined for a wide-ranging spectrum of products. For every division you can make customer-specific agreements on, for example, partial deliveries, pricing and terms of payment. Within a division you can carry out statistical analyses or set up separate marketing.
    Sales area:
    Combination of Sales organisation, Distribution Channel, and division.
    Sales Office.
    Geographical aspects of the organization in business development and sales are defined using the term sales office. A sales office can be considered as a subsidiary.
    Sales offices are assigned to sales areas. If you enter a sales order for a sales office within a certain sales area, the sales office must be assigned to that area.
    Sales Group.
    The staff of a sales office may be subdivided into sales groups. For example, sales groups can be defined for individual divisions.
    Salespersons.
    Individual personnel master records are used to manage data about salespersons. You can assign a sales person to a sales group in the personnel master record.
    Plant:
    A plant is a place where either material are produced or goods and services provided.
    Storage location:
    Where we store the material.
    Shipping point:
    It is a physical location where we load the goods in order to deliver.
    Loading point:
    It is a point where we load and unload the material by means of equipments.
    Business Area.
    A unit in an enterprise, grouping product and market combinations as homogeneously as possible for the purpose of developing unified business policy.
    Financial Accounting (FI).
    A business area is an organizational unit within financial accounting which represents a separate area of operations or responsibilities within an organization.
    The system posts costs and revenue according to the business area.
    The business area can be Assigned to the:
    sales area (if the accounts are to be posted according to sales)
    plant/division (if the accounts are to be posted according to products)
    Financial accounting transactions can be allocated to a specific business area.
    Credit control area.
    Organizational unit in an organization that specifies and checks credit limits for customers. A credit control area can include one or more company codes. It is not possible to assign a company code to more than one credit control areas.
    ENTERPRISE STRUCTURE
    STEP 1: DEFINE COMPANY
    MENU PATH: IMG u2013 ENTERPRICE STRUCTURE
    FINANCIAL ACCOUNTING u2013 DEFINATION u2013 DEFINE COMPANY T.C: SPRO
    Select the line 1000 and go for details and then click copy, enter the company details and save it. (ctrl s)
    step 2: edit copy check delete company code
    select the line 1000 go for details and then say copy , fill the details of company code. Then a address screen appears and fill the details .
    then save it.
    Now go for the next option
    We will fine the below screen and click copy button
    Press enter
    Say yes
    Say yes
    for the remaining screen say yes to all , now the system will copy the table to your company code.
    After copying below screen u will see and the say transport
    In below screen u enter u r company code.
    the above screen u will see is the transport request screen
    Step 2: logistic general
    We will get the below screen enter the details of the plant and also fill the address details of the plants and save it
    then save it
    DEFINE DIVISION:
    HERE GO FOR NEW ENTRIES DIRECTLY BECAUSE NO DETAILS ICON IS THEIR.
    SALES AND DISTRIBUTION
    ENTER ALL THE DETAILS AND SAVE
    2. DISTRIBUTION CHANNEL
    GO FOR MENU PATH . DEFINE DISTRIBUTION CHANNEL
    THEN SAVE IT
    DEFINE SALES OFFICE:
    MATERIAL MANAGEMENT
    THIS IS NOT OUR CONFIGURATION; THIS IS THE PART OF MM CONSULTANT.
    DEFINE STORAGE LOCATION
    LOGISTIC EXECUTION:
    DEFINE SHIPPING POINT
    HERE ALSO THE SAME PROCEDURE ,
    Select the line 1000 go for details and say copy. Enter the details of shipping point and save it.
    The above are the definition part, now we have to link the organizational elements. The linking can be configured with the help of menu path: Img - enterprise structure - assignment
    Note: what we have defined in respective module, the same we have to assign with respect to the module.
    ASSIGNMENTS:
    1. FINANICIAL ACCOUNTING:
    ASSIGN COMPANY CODE TO COMPANY:
    THEN SAVE IT.
    LOGISTIC GENERAL
    1. ASSIGN PLANT TO COMPANY CODE:
    GO FOR THE COMPANY CODE AND HIGHLIGHT IT, NOW CLICK ASSIGN THEN SELECT THE PLANT IN THE POP UP SCEEN AND PRESS OK, WE HAVE TO GET THE BELOW SCREEN
    NOTE : BUSINESS AREA CONCEPT IS VERY IMPORTANT.
    SALES AND DISTRIBUTION ASSIGNMENTS
    1. ASSIGN SALES ORGANISATION TO COMPANY CODE T.Code : OVX2
    2. ASSIGN DISTRIBUTION CHANNEL TO SALES ORGANISATION
    T.CODE: OVXK
    3. ASSIGN DIVISION TO SALES ORGANISATION
    T.CODE: OVXA
    4. SET UP SALES AREA:
    T.CODE : OVXG
    5. ASSIGN SALES OFFICE TO SALES AREA
    6.ASSIGN SALES ORGANISATION u2013 DISTRIBUTION CHANNEL u2013 PLANT
    T.CODE : OVX6
    NO MATERIAL MANAGEMENT ASSIGNMENT OF STORAGE LOCATION
    WHY BECAUSE WE HAVE ALREADY MAINTAINED IN THE PLANT, SO IT IS AN ASSIGNMENT.
    LOGISTIC EXECUTION
    ASSIGN SHIPPING POINT TO PLANT:
    NOW OUR ENTERPRISE STRUCTURE IS READY
    Result :
    Go for Img u2013 enterprise structure u2013 definition u2013 define company u2013 edit copy check delete company code u2013 structure u2013 navigation u2013 double click your created company code. T. code: EC01
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • ERP EIC & Org Structure Mapping - SAP HCM

    Hi All
    Can any one provide me information on Org Structure Model for EIC shared Service Centre and how to map with existing org structure? If we create 4 levels of SSC (Level 1 , 2,3 & 4) We will be creating 4 org units but do we need to create these 4 new org units related to existing org structure of the company? Or is it an independent? How do we map it? Looking for some general advice on this to proceed with creating new structure for SSC.
    Appreciate if any one can guide on this.
    Thanks & Regards
    Kumar

    Hi,
    You have to define one Root organization unit and depending on the degree of Reporting structure you have to define sub organization units.
    If you have Four chief positions  in four org units & having subordinates in four  Org Units (grades) you are suggested to create four org. units.
    Regards,
    Kapil Kaushal

  • Manage multiple structure mapping

    Hello all,
    i have a scenario MAIL -> PI -> MAIL.
    I am working with standard XSD with multiple external references and namespaces for my outbound and inbound structureq. All messages have different structures that i cannot merge because of different namespace untouchable.
    I have a Sender Mail Adapter in order to read my mailbox with an interface filling in it.
    I know the interface i need to use only when i am reading a specific field in the mail attachment.
    My problem is that the interface in the CC refers to one Interface mapping while i need something dynamic. I cannot use also condition in receiver determination or interface determination due to my standard structure.
    I would like something to allow me to choose what Interface mapping i use... I recall that each XSD structure are different, this is the main problem for me.
    It must be a way to do it but i don't find it, someone got an idea ?
    Thanks,
    Jean-Philippe

    OK, if you always have the same receiver, you should give the condition in the interface determination. On which PI version are you working?
    In fact PI doesn't care as much about real fitting interface structures as long as you do not wish to do validation or so. You just have to configure things right. E.g. you can chose as interface the IDoc WBBDLD04, but you give the PI an INVOIC01. If you just transport the message, nobody cares.
    Now, if you read the mails from your mailbox with a dummy interface, you actually don't know, what's in your message. You're sending the message always to the same receiver system, so you don't have to give any condition here. Now in interface determination, you give all the interfaces that possibly could be on the inbound side. For each interface you now have to put a condition, where you check with an xpath expression, if it is maybe a WBBDLD04 or an INVOIC01 or a DELVRY03 or whatever you have to check.

  • Uploading a taxonomy structure -  mapping

    I am trying to map fields to load a taxonomy structure.Since the fields to be mappped do not exist in the destination, i wanted to add them from the source,  but the ADD button is greyed out.
    please let me know
    Thanks
    Nadine

    Hi Nadine,
    While doing taxonomy or hierarchy import, when you have created taxonomy or hierarchy on the source you need to go in the MAP FIELDS/VALUES tab you have to select the entire branch in the SOURCE VALUES tab then right click >> add as child or add as sibling, you can select the option right for you, once you have done that the taxonomy will be created on the DESTINATION tab.
    Hope this helps you .......
    Reward points if found helpful
    Prasad..........................................

Maybe you are looking for

  • In app purchase has not downloaded and my credit card charged, can anyone help? App is War of the fallen

    Hi there, Playing War of the Fallen and made 4 seperate in app purchases over a period of 4 days my credit card was charged each time but the purchases have not downloaded. I have reported it to ITUNES with no response!!!! Everytime I try to use the

  • Download trouble Mac OS X 10 6 8

    I can not download anything. This just started,the blue arrow zooms and is on when I try to open it says download failed. I may have done something to cause this. HELP

  • Kernel Panic When Printing -- Please Help

    I used to have the Kernel Panic problem all the time because I stupidly did not keep my computer on a hard surface. Once I started leaving it directly on my desk, the kernel panic subsided. Now it's back. Every time I try to print something, a few pa

  • BPEL process instance not created - Error

    I have a BPEL Process that was working fine until I added a couple of sequence activities and I think thats when this problem started. Its wierd. I have an XML fragment assigned to a variable and when I add a sequence and deploy it, it creates an ins

  • Screen Cleaning

    What is the best way to clean the Macbook Pro screen... Not the Anti-Glare one ?