Many Options in Message Mapping Editor Disabled

Hello all,
Many fields in Mapping editor are disbled. Fields like,
==>"Map Selected fields and Substructures, if names are identical"
==>"Clear Mapping"
==>"Data Flow Editor"
etc, in that row, except "Edit Java sections" and "Select Message" are diabled.
How to enable them?
Thanks and Regards,
Sundar

Hi,
Open your respective SWCV.
Double click on SWCV and look at the bottom of it, there will be two check boxes just make sure both are checked. (I don't remember the names but you need to check both of them).
Regards,
Sarvesh
Edited by: Sarvesh Singh on Jan 2, 2008 5:41 PM

Similar Messages

  • Does the message mapping editor insure that a valid target message is co

    Hi Friends
    Does the message mapping editor insure that a valid target message is constructed?
    Regards
    Sam

    Samuel,
    Message mapping editor ,will generate the output as per your logic. Hence you need to validate and check whether the target message has been created correctly.
    If you say," I'm perfect with the logic, I created the mapping I checked the target strcuture, its perfect, always the data will be populated correctly?" If the above is your question, then the answer is YES.
    raj.

  • Message mapping editor

    in messgae mapping editor, what are the nodes with a "red circle" mean....and what does green colored and red colored circle means,
    sometimes i encounter this problem while testing message mapping:
    "Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd"
    can u detail this

    The nodes with a little red-lined circle are the nodes that are marked with max occurrence > 1 (for example, unbounded). That means that these fields can occur repeatedly in the target message.
    Green circles mean fields that you have already mapped or that are not necessary to be mapped, they will be created automatically (for fields with 1...1 occurrence in target message).
    Grey circles mean fields that you haven't mapped yet, but that are not necessary (optional fields, with min occurrence = 0). In particular, nodes which accept multiple instances (with little red circle) will have gray circle, even if they have min occurrence >= 1. You'll have to pay attention on those.
    Red circles mean fields that are obrigatory in target message (for example, fields with min occurrence = 1) but are not mapped yet.
    Regards,
    Henrique.

  • Different options for message mapping in BPM

    Hey guys
    i m in the learning phase of BPM and am kinda confused with the different ways we can do message mapping in a BPM scenario.
    first of all we can do message mapping before BPM,we can also do after BPM and lastly we can do inside BPM(ofcurse this is not recommended as its too resource consuming)
    i have bene through starters blog on BPM by Krishna moorthy and Arpit seth,and now am wondering how to use the mapping in diff. ways
    suppose i m doing a simple File to File with BPM(just for practise purpose)
    now here is what i have designed in IR
    DT_sender_File                                       DT_receiver_File
    MT_sender_File                                       MT_receiver_File
    MI_Outbound_sender(async,outbound),     MI_Inbound_receiver(async,inbound)
    AI_sender(abstract,async)                        AI_receiver(abstract,async)
    MM_File_File(using MT_sender_File and MT_receiver_File)
    now i want to clear some doubts about interface mapping.my understanding is
    if i do interface mapping between MI_Outbound_sender and AI_receiver,this will be interface mapping before BPM.
    if i do interface mapping between AI_sender and MI_Inbound_receiver,this will be interafce mapping after BPM
    and if i do interface mapping between AI_sender and AI_receiver then it will be mapping inside BPM.
    is my understanding correct?if yes,then does that means we can we any of the above mapping in our scenario.(if we dont consider the performance issue as of now)
    thanx
    saif

    Hi Saif,
    <i>
    is my understanding correct?</i>
    Yes, thts correct
    <i>if yes,then does that means we can we any of the above mapping in our scenario</i>
    Of course, u can use any of them (overlooking the performance issue)
    Regards,
    Prateek

  • Message Maaping Editor - Buttons in Object Toolbar disabled

    In Message Mapping Editor, Object Tool bar buttons are always disabled. I can not use functions like "Data Flow Editor", "Clear Mapping", "Text Preview" etc. The only functions enabled in Object Toolbar are "Select Message" and "Edit Java Sections". All the other functions are disabled. We are working in PI 7.0 SP12 environment. Please let me know if you know how to make these enabled. Thanks in Advance.
    Srihari

    Aamir,
         Thanks for the reply. The Java Version that we are using is 1.6.0_03. Do you think that we need to change it back to 1.4.2?
    Thanks,
    Srihari

  • Problem in Message Mapping

    Hi,
    My requirement is filter message based on the condition.
    My source structure is like below
    Root_Node
        |
      RecordSet (1..Unbounded)
          |_
          |   Header (1..1)
          |      |_ RecordType
          |_
              Detail (1.. Unbounded)
                 |_ RecordTypeDetail
    Example XSD is given below
    Now my requirement is I need to map the iterations to the same type of target structure (but only difference is all elements are non mandatory).
    if
    1) RecordType does not exists under Header, then map Detail.
    2) recordTypeDetails does not exists under Details then map Header.
    Now while doing RecordSet Mapping I have written user defined function which adds context if any of the above condition valid.
    But while doing the mapping for the Header Record we should map the iteration for which detail is not available, I am not able to associate the above context with the new resultset context.
    Any suggestions please.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:group8" targetNamespace="urn:group8">
         <xsd:complexType name="DT_EA_COMPLETE">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   e616ab20c08c11d9bb8e001143eb68b9
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="DT_EA_HD" type="DT_EA" maxOccurs="unbounded">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             cdea8830bb8e11d98600dd930a770421
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
         <xsd:complexType name="DT_EA">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   eab53980c08c11d9ab7d001143eb68b9
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="Header">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9d192f70bb0e11d9afc8fdcd0a770421
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="rec_type_h" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f71bb0e11d9c902fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Project_estimate_number" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f72bb0e11d998cafdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Revision_number" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f73bb0e11d9851bfdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Project_estimate_title" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f74bb0e11d99a04fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Project_estimate_description" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f75bb0e11d99d6ffdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="purchase_order" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f76bb0e11d9bf5efdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                             </xsd:sequence>
                        </xsd:complexType>
                   </xsd:element>
                   <xsd:element name="DetailData" maxOccurs="unbounded">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9d192f77bb0e11d9c8b6fdcd0a770421
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="rec_type" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f78bb0e11d9cfa4fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Price" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f79bb0e11d9c487fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="gl_account" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f7abb0e11d99609fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Internal_order" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f7bbb0e11d99b5afdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="line_item_description" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f7cbb0e11d9bdf8fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="print_job_indicator" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f7dbb0e11d9cec2fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="impress_project_number" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f7ebb0e11d9af41fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="partner_vendor" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f7fbb0e11d9be5dfdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="time_of_delivery" type="xsd:date">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f80bb0e11d9c353fdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                                  <xsd:element name="Vendor_text" type="xsd:string">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            9d192f81bb0e11d9b0cdfdcd0a770421
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                  </xsd:element>
                             </xsd:sequence>
                        </xsd:complexType>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>

    HI,
    I think there is problem with occurence here. Try to findout run time value in the mapping.. i.e Diplay queue option in the mapping editor. SO that you can check where exactly it is getting error.
    Regards,
    Moorthy

  • Hi,about message mapping

    why is always disabled the dependencies button in the message mapping editor of IR.
    it is for ever gray whether in edit mode or not?

    Hi,
    The dependency button in Message mapping is used to show the Source field mapped to which target field.
    Can u explain ur query clearly...
    Regards
    San
    Remember to set the thread to solved when you have received a solution there is a Way.

  • Message Mapping : Testing at Runtime

    Hi all,
    I am doing scenario File XI IDoc...
    I was encountering error.. Runtime exception in Mapping...
    So i tried the testing step described by michal.
    if i paste the payload of the data obtained from SXMB_MONI in test tab of message mapping editor i will get error
    <i>Cannot produce target element /WGSREQ02/IDOC/E1WGRK1. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd </i>
    but for the same paylod in "src" of testing tab if i add namespace the testing is working fine.
    Kindly can anybody give me suggestion
    Regards,
    Ramesh P
    Message was edited by:
            Ramesh Parashivamurthy

    Message Mapping
    http://help.sap.com/saphelp_nw04/helpdata/en/49/1ebc6111ea2f45a9946c702b685299/frameset.htm
    User Defined Functions:
    http://help.sap.com/saphelp_erp2004/helpdata/en/22/e127f28b572243b4324879c6bf05a0/frameset.htm
    Advanced Graphical Mapping:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/b9af5e71-0701-0010-d0b8-f612fb6593dd
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/be05e290-0201-0010-e997-b6e55f9548dd

  • Parameterized Message Mapping in PI 7.1

    Hi,
    My requirement is:
    If the import parameter of type "string" equals constant "Test",
    pass the constant value "Mail1" to the target field,
    else pass the constant value "Mail2" to the target field.
    Also I have mentioned the import parameter value in Interface Determination as "Test".
    So, "Mail1" should be the output, but in a strange way i'm always getting "Mail2" as the output.
    In message mapping test tab, i'm getting the expected output as "Mail1" but when i test it end-to-end, i'm getting "Mail2" as the output.
    Does it mean that we cannot use the import parameters for checking any conditon? Or am I doing any silly mistake?
    Any help will be appreciated.
    Edited by: Geetha Jeyaprakash on Dec 24, 2008 2:25 PM

    I'm giving the condition in Message mapping editor using standard functions.
    Actual requirement is to pass a particular mail id to the target field in Development environment and some other mail id in Production environment. As we don't have any particular source field to check the condition, we tried using parameterized mapping for the same.

  • Message Mapping: button "map fields of same structure" is inactive

    Hi!
    Can some one please explain why the option within message mapping "map the same structure..." is inactive in my case?
    Is that a bug?
    I am on SAP NetWeaver 7.0 SP 14 .
    Thank you!

    Hi,
    It is because your JAVA jdk version.
    Install jdk 1.4.17.
    Carlos

  • Graphical icons disabled in Integration Repository - Mapping Editor Screen

    Hi,
    Below icons are disabled in Mapping Editor screen.
    Select Message,
    Map Selected fields and strctures if Names are identical,
    Clear Mapping,
    DataFlow Editor,
    Text Preview,
    Show Mapping Templates Used,
    Dependencies,
    Show Suitable Templates etc.
    OS using: Windows XP Home
    Please let me know if anybody faced this problem and how to resolve.
    Thanks
    Balaji

    Just in case someone else sees this posting - I will tell you how to revert back to working version of JAVA.
    Upgraded the other day to JAVA 1.6.0_01 then Editor would not activate the buttons
    From my PCs Control Panel - go to JAVA Control Panel and via the JAVA tab, check JAVA version you are using.
    If like me it was 1.6.0_01 then go to the Java Application Runtime settings and disable that version
    and apply the setting - this should now set you back a version.   I restarted my PC too just in case.
    Now when you go back into the Designer check the JAVA version being used   Menu go to Help > Information.  For me it was 1.6.0_01 and now it is back to 1.5.0_09.
    Now the Editor in change mode will now have the buttons active again !

  • Message mapping - dependencies is disabled?

    Hi,gurus:
    In IR,message mapping ->dependencies,it was disabled.Can you tell me why?Thanks in advance.

    hi,
       if ur message mapping tab is disable this is bcoz of the jdk version being install.chk if it is greater than 1.4.2.x say jdk 1.5 or jdk 1.6.if so reinstall jdk 1.4.2. bcoz version 1.4.2.x creates probms like disabling of the message mapping tab in IR.
    Regards.
    Siddhesh Naik

  • Using useOneAsMany function in Message Mapping if subtree is optional

    Hi,
    I am trying to develop a message mapping for the following case:
    In the source message, there is a value "Value1" which is on the same level as a subtree "Struct2" which can occur 0..unbound times
    In the target message the value "Value1" has to be part of that subtree, so it has to be copied for each occurence of "Struct2" in the source message
    For the case that the subtree has cardinality 1..n there are some examples on the web, e.g. useOneAsMany (SAP-Bibliothek - Partner Connectivity Kit). But that does not fit my case. The subtree in the source message is optional here.
    See a screenshot of the message mapping and my solution for the mapping of "Value1" below:
    All other values are mapped 1:1.
    Sadly, this solution does not work when "Struct2" has cardinality 0..unbound, for 1..unbound it works perfectly. Here is my example:
    When I try the mapping, I get the following error message:
    That is true. The first queue of the useOneAsMany function has more values than the second. But I don't know how I can fix it, so that it works for my example. Can anyone give me a hint please?
    Setup is AEX 7.31.

    Hi Stefan,
    You can use this mapping.
    And for Struct2-Value1
    Result:
    Hope this helps,
    Mark

  • Objects tool bar in message mapping is in disabled mode

    Hi all,
    In my message mapping the objects tool bar is in disiabled mode. It is not working any more, so it difficult to map objects in message mapping pane. Is there any particular option need to enable at any where? please kinldy help on this any body?

    Hi,
    VJ is right you need to install it on your local system and it could be downloaded here:
    http://java.sun.com/products/archive/index.html
    Regards
    Patrick

  • Message mapping (data flow editor, data dependcies  buttons not visible)

    Hi,
    In my SAP PI...IR ...in message mapping screen some buttons are not enable/visible like
    data flow editor, data dependcies,clear mapping  buttons not visible)
    any oss notes/help will be appreciated.
    Thanks

    Hi,
    This will help you
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Go for 1.4.X version than 1.6.X The Problem will be resolved
    Regards
    Sangeetha

Maybe you are looking for

  • Ipod touch not recognized by Windows 7. screen cycles constantly

    I think this is different than the other posts. When i connect my ipod touch to my Win7 PC it 'cycles'. It displays the charging screen for about 0.5 seconds, then displays the 'start' screen for about 0.5 seconds. It then cycles between the 2 screen

  • New to iPhoto 09

    I am new at using iPhoto 09.  I currently use Picasa for all my photos on my mac, but since I now have Apple TV, I need to used iPhoto so I can view all my photos on my Apple TV.  Can someone recommend a book or other resources that I can use to lear

  • MacBook Pro (Late 08') doesn't sleep

    Hey, I have a problem with my MacBook Pro. It works just fine, but there's problems with sleep mode. It doesn't go to sleep from Apple menu, the screen just shuts down and fans etc. still keep running. Same when closing the lid. Even sometimes, it do

  • Nikon Coolpix P310 compatible with Aperture 3

    I would like to purchase the Coolpix P310 but I read on line that its raw format is not compatible with Aperture 3.  Is that the very latest news on this or has this camera been added to those which are now compatible ?  If not, is there a way -- tha

  • Header fields in NSURLResponce.

    I need to get access to "Location" header. Wireshark says i received it. But NSHTTPURLResponse *hr = (NSHTTPURLResponse*)response; NSDictionary *dict = [hr allHeaderFields]; NSLog(@"HEADERS : %@",[dict description]); doesnt' show any "Location". Any