Split mapping created no messages -Mluti Mapping

Hi ,
I am using Multimapping without BPM,XML to flat file Scenario (PI SP12) and I am getting this following error in SXMB_MONI
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Request Message Mapping
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIServer</SAP:Category>
  <SAP:Code area="MAPPING">GENERIC</SAP:Code>
  <SAP:P1>Split mapping created no messages</SAP:P1>
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Split mapping created no messages</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
I know this is very known error.
I refered  Split mapping created no messages
and blog  /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
but they didn't help,but I have just one target message structure not two like in the blog.
I double checked my source input XML file
1.mapped my header (0--unbounded) to the Message type ,cos I need to get many file as many times my header occur in the source.
2.checked in MM target Mesasge is   0---Unbounded
3.checked in IM target Messag is 0--- unbounded
4.used Enhanced Interface determination.
when I test with the same sample XML data in test MM ,I am getting
<?xml version="1.0" encoding="UTF-8"?>
<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge"><ns0:Message1></ns0:Message1></ns0:Messages>
seems like no data in it,but system message is <b>Mapping executed successfully</b>
does it give like this when use multimapping?
basically it is not able to split the source message as required.
any suggestion?I think I chcked all whatever needs to be right.
thank you,
Babu

Hi Agasturi,
thank you for your response.
>>If the Pay load is huge some time it will be empty message after pasting one time try to execute it again, Let us check the error message now.
I don't think my message is huse.just 60MB but header repeating like 100 times ,so it would generate 100 output files
OK,for safe side,I just took one record from my payload and also three records from my payload (SXMB_MONI),I get the same error in  SXMB_MONI
"Split mapping created no messages "
and in MM Testing similar to the previous one ,like
no output data just empty tags as given in my very first message and system status "mapping executed Successfully.
I have done similar scenarios using Muli mapping ,and I did this same way.there is no difference .I did exactly same as my earlier interface.but in this interface I have only differences from earlier interface "occurences of my source structure.
earlier I have SOURCE Header(1-unbounded ),header fields 1-1  trailer (0unbounded) trailer fields 1-1 so I created  my target structure Header,header fields 1-1 and trailer(0unbounded) trailer fields 1-1 that time.
now I have
SOURCE Header(0-unbounded ),header fields 0-1  trailer (0unbounded) trailer fields 0-1 so I created  my target structure Header,header fields 0-1 and trailer(0unbounded) trailer fields 0-1
and mapped my header(0unbounded) to my MT-XYZ(0unbounded (after changing in the message tab occu to 0--unbounded)) to get as many as my hear times.
any suggestion?
thank you,
Babu.

Similar Messages

  • Please help me to solve error: Split mapping created no messages

    Hi Experts,
    I am facing Split mapping created no messages  when i run my scenario.
    My Scenario is : Proxy to FILE.
    I am triggering Proxy and based on one condition i am generating different Flat Files.
    Now when i do this i am getting error :Split mapping created no messages in SXI_MONITOR.
    When i check this in Message Mapping by taking data from SXI_MONI its working fine...
    but when i trigger the data from RUNTIME WORKBENCH its throughing the error.
    When i remove the NameSpaces <ns0:message>
    and <ns0:messages1> its working fine.
    How can i solve this issue.
    Even though i removed Namespace in Message Type, i am getting the error.
    I changed occurance of Target message to O..unbounded both in Message Mapping and Interface Mapping.
    Its working fine in Message Mapping, problem occurs only when i run end-to-end scenario.
    So please help me to solve this issue.

    I think there might be mismatch between your name spaces.
    may be this link might help you
    Split mapping created no messages -Mluti Mapping
    are you getting the same structure from your proxies whatever structure you have in your XI structure(sender) and NS should match.
    but I dont have exp with proxies.
    Sri

  • Error Message: Split mapping created no messages

    Hi,
    I just would like to ask you views on this type of error message.
    Could anybody please explain to me as to how this error occurs?  What are the factors that causes this error?
    Thank you so much.
    Grace

    check this link, similar problem is discussed....
    Re: Split mapping created no messages -Mluti Mapping
    it might be your payload of the source is not what it actually exopecting to create the target strucutre...

  • Split mapping created no messages

    hi All,
    I have an issue while using multi- mapping runtime in PI 7.1. The messages work successfully in Operation mapping. However, during runtime it fails with the message "Split mapping created no messages".
    The issue is the same as we have in the below link :-
    Multi Mapping issue - *Split mapping created no messages*
    But there is a slight difference in the scenario. Please find the same below:-
    There were initially two mappings in the operation mapping.
    The first one is a shared mapping and 1:1 to 1:1 occurence
    The second one is a new mapping which should have 0:unbounded to 0:unbounded containing 4 different message types at the target
    Due to the first mapping being shared, and already in production, we can not do any updates on it. Hence a workaround was to add a Java mapping in between the two mappings simply  to add the Message - Message 1 header as for multimapping.
    This works in ESR but not during runtime or test configuration.
    Please let me know if this is the wrong perspective to it. I understand that the final solution can be to simply split all messages and have four different mappings in the Interface determination itself. But i would really like to know why this adding of message- message1 header is not possible.
    Regards,
    Ninu

    hi All,
    I have an issue while using multi- mapping runtime in PI 7.1. The messages work successfully in Operation mapping. However, during runtime it fails with the message "Split mapping created no messages".
    The issue is the same as we have in the below link :-
    Multi Mapping issue - *Split mapping created no messages*
    But there is a slight difference in the scenario. Please find the same below:-
    There were initially two mappings in the operation mapping.
    The first one is a shared mapping and 1:1 to 1:1 occurence
    The second one is a new mapping which should have 0:unbounded to 0:unbounded containing 4 different message types at the target
    Due to the first mapping being shared, and already in production, we can not do any updates on it. Hence a workaround was to add a Java mapping in between the two mappings simply  to add the Message - Message 1 header as for multimapping.
    This works in ESR but not during runtime or test configuration.
    Please let me know if this is the wrong perspective to it. I understand that the final solution can be to simply split all messages and have four different mappings in the Interface determination itself. But i would really like to know why this adding of message- message1 header is not possible.
    Regards,
    Ninu

  • PI 7.30 Message Mapping with MsgSplit error Split mapping created no messages, cannot proceed.

    Hi @all,
    I am working on a scenario to split one soruce message with several items to 0..n message for the same receiver.
    Therefore the occurrency of target message (signature in MM) have been adjusted.
    Not all items are forwarded to receiver, only if the content meets some rules the item should be forwarded.
    It could be that no item of the source message meet these rules and therefore no target message at all should be created.
    During test of this case I am facing following error in RWB, scenario is setup as integrated configuration.
    MappingException: Split mapping created no messages, cannot proceed. Review your mapping setup: splitting to 0 messages is not allowed.
    As the occurrency of the target message is 0..n, 0 should be also valid and there should be no error in this case, just stop processing like if there is no receiver in receiver determination step (mode IGNORE)
    Otherwise this will end up in lots of error messages which have to be analyzed and canceled manually which is quite time consuming.
    Maybe someone faced the same issue and found a solution to get rid of this error message.
    Best regards
    Jochen

    Hi Somil,
    hi Sriram,
    thanks for your response.
    In my scenario there also multiple receiver applications receiving data from one single sender application. We are using PI 7.30 dual stack and major goal is to setup all scenario as integrated configurations to have java only processing. One reason for this setup is that the main support user do not have extensive PI knowledge so far and we want to keep it as simple as possible and therefore do not want them to care about the abap stack as much as possible.
    Unfortunately migration to java only is not possible yet.
    In this release extended receiver determination using operation mapping is not supported in integrated configuration.
    There is quite complex rules to check if an item should be forward or not including lots of fields and also value mapping, so it would be quite difficult/impossible to write XPATH expression to have the same check during receiver determination step.
    One workaround could be creating a dummy message in case of no item to be forward and root this message to different place (local file which is always to be overwritten)
    Are there any alternatives/workarounds?
    Best regards
    Jochen
    Message was edited by: Jochen Gugel

  • Multi Mapping issue - *Split mapping created no messages*

    Hi,
    The scenario I am trying to test is a multi mapping scenario where I am trying to split one source message and create two target messages by using two different inbound service interfaces, one for each message type.
    I am on PI 7.1 and when I test message mapping and operation mapping using the payload from SXMB_MONI, it is successful. Whereas when I test the scenario end to end I am getting the following error messages:
    Runtime error
    *Split mapping created no messages*
      Start tag ns0:MessagesStart tag ns0:Message1Close tag ns0:Message1Start tag ns0:Message2Close tag ns0:Message2Close tag ns0:Messages
    Could someone please help
    Cheers,
    S

    Hi,
    (1)First change the occurrence of target message to 0..unbounded.
    (2) Do the mapping and test it under test tab of mapping whether your mapping is working fine creating target records.
    (3) Copy the source code from mapping and remove the unwanted tags "as Mark said " those were created due to multimapping.
    Then test that file and that will work.
    You can follow this link .
    Link :Message Splitting
    Thanks
    Rabi
    Edited by: RabiPanda on Nov 17, 2011 8:42 AM

  • 1:2 Message Mapping WithOut BPM - Split mapping created no messages Error

    Hi,
    I am a new-bie to SAP PI and am trying out the following scenario without BPM.
    Make multiple files based on Age received from input file.Input File contains Name,DOB and Output File contains Name, Age.
    I want to create 2 files, one containing details of people with Age <21 and the other output file containing details of people with Age >= 21.
    To acheive this,
    In IR, I created 2 DT and 3 MT,1 MM with 2 Target MT,both having occurences 0..unbounded, 1 IM with 2 Target MI,both having occurences 0..unbounded
    And in ID, 1 Sender Agreement, 2 Receiver Agreement, 1 Receiver Determination, 1 Interface Determination using Enhanced Interface Determination.
    When i run this scenario, I am getting the following error "Split mapping created no messages"
    Please let me know how can I resolve it.

    Oops, I did not know that.
    Thanks for that information. uhuuuuuuuuuuu, atlast the message is processed and I am seeing output files created.
    But, there is still one problem. My output files are created with just the following content
    <?xml version="1.0" encoding="utf-8" ?>
      <ns1:MT_2OP_File_Out xmlns:ns1="http://POC_Sec1_1IP2OP2" />
    In MM, I see the output message as follows:
    Message
         Message1
             MT_2OP_File_Out
                  Employee
                      Name
                      Age
         Message2
             MT_2OP_File_Out1
                  Employee1
                      Name
                      Age
    The mapping done:
    MT_2OP_File_Out and MT_2OP_File_Out with the Message Type element on source end.
    Employee and Employee1 are mapped as
         Age -> removeContext -> SplitByValue[Each Value] < 21, Map Employee
         Age -> removeContext -> SplitByValue[Each Value] >= 21, Map Employee1 resp
    The fields are straight maps.
    Is there any basic mapping error that I am making. Please help.

  • Multi-Mapping "Split mapping created no messages"

    Hi there
    I have some issie when trying to create multiple messages from a single message. I am using file to file adapter and in the interface determination, enhanced config. Also my file structures are setup correctly. The inbound and outbound structure looks the same so theres no funny mapping used. I cheked my comm channels in the RWB and its fine and when I do a test config in the integration builder it complains about my interface determination but does not say whats wrong. Just the icon. I looked at some of the other blogs but they do not really help. Any ideas what this might be? The inbound message looks like this:
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_Allocations_Reply_OUTB xmlns:ns="urn:metcash.co.za:test">
    - <IDOC_Recordset>
    - <IDOC_Structure>
      <PLANT>134</PLANT>
      <ORDER_NUM>50885006</ORDER_NUM>
      <FILLER>1</FILLER>
      <PLU_NUM>00000000074893650</PLU_NUM>
      <QTY>000024.00</QTY>
      <FILLER_2>j</FILLER_2>
      </IDOC_Structure>
    - <IDOC_Structure>
      <PLANT>134</PLANT>
      <ORDER_NUM>50885006</ORDER_NUM>
      <FILLER>1</FILLER>
      <PLU_NUM>00000000074893650</PLU_NUM>
      <QTY>000024.00</QTY>
      <FILLER_2>j</FILLER_2>
      </IDOC_Structure>
    - <IDOC_Structure>
      <PLANT>134</PLANT>
      <ORDER_NUM>50885006</ORDER_NUM>
      <FILLER>1</FILLER>
      <PLU_NUM>00000000074893650</PLU_NUM>
      <QTY>000024.00</QTY>
      <FILLER_2>j</FILLER_2>
      </IDOC_Structure>
      </IDOC_Recordset>
      </ns:MT_Allocations_Reply_OUTB>
    *And the Error:*
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="MAPPING">GENERIC</SAP:Code>
      <SAP:P1>Split mapping created no messages</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Split mapping created no messages</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanx,
    Jan
    Edited by: Jan de Lange on Nov 24, 2008 10:25 AM

    I checked my config in the IR with the following payload, but is still only shows a stop icon on interface determination & mapping with no error trace:
    <?xml version="1.0" encoding="utf-8" ?>
      <ns:MT_Allocations_Reply_OUTB xmlns:ns="urn:metcash.co.za:test">
      <IDOC_Recordset>
      <IDOC_Structure>
      <PLANT>134</PLANT>
      <ORDER_NUM>50885006</ORDER_NUM>
      <FILLER>1</FILLER>
      <PLU_NUM>00000000074893650</PLU_NUM>
      <QTY>000024.00</QTY>
      <FILLER_2>j</FILLER_2>
      </IDOC_Structure>
      <IDOC_Structure>
      <PLANT>134</PLANT>
      <ORDER_NUM>50885006</ORDER_NUM>
      <FILLER>1</FILLER>
      <PLU_NUM>00000000074893650</PLU_NUM>
      <QTY>000024.00</QTY>
      <FILLER_2>j</FILLER_2>
      </IDOC_Structure>
      <IDOC_Structure>
      <PLANT>134</PLANT>
      <ORDER_NUM>50885006</ORDER_NUM>
      <FILLER>1</FILLER>
      <PLU_NUM>00000000074893650</PLU_NUM>
      <QTY>000024.00</QTY>
      <FILLER_2>j</FILLER_2>
      </IDOC_Structure>
      </IDOC_Recordset>
      </ns:MT_Allocations_Reply_OUTB>

  • Error - Split mapping created no messages

    Dear Experts,
    while executing the IDOC to File scenario in PI 7.0, it shows error as u201C Split mapping created no messages u201C.
    To resolve this error I have removed the extra tags with namespace specified as "\SplitAndMerge" in source XML message and also IDOCs used in the Interface maps are standard. no issues with mapping also.
    kindly suggest me to solve this issue.
    Thanks and Regards,
    Srinivas

    Hi,
    Now i have solved the error of empty file creation. in my target file i am able to populate the data. but now ths issue is --
    i have source IDOC with 3 sales items and i need to generate 3 records in Output file. but now i am geeting only the first record.
    So please let me know how to get the remaining 2 line items also in my Output file.
    Source MT:                                                                               
    Messages                   1..1                                                                  
          Messages1               1..1                                                                               
    ItemMain                  1..1                                                                               
    item                        0..unbound                                                            
          Messages2           1..1                                                                               
    Item2                     0..1                                                                       
    Target MT
    Messages                   1..1
        Messages1               1..1
            TItem                          0..1
               item                         0..unbound
       Messages2                1..1
           TItem2                         0..1
    Best Reagrds,
    Srinivas

  • MAPPING GENERIC (Split mapping created no messages) error is sxmb_moni

    Hello,
    We are having thousands of messages failing in sxmb_moni due to MAPPING GENERIC error. It also states that <i>Split mapping created no messages</i>. Where will I start my investiagtion? I already checked both ID and IR but I could hardly determine what causes this error.
    Here is a part of the error message from the trace:
    <Trace level="2" type="T">......attachment XI_Context not found</Trace>
      <Trace level="3" type="T">Mapping already defined in interface determination</Trace>
      <Trace level="3" type="T">Object ID of Interface Mapping 6FB317EF58B136D6BEAB6E567934CC40</Trace>
      <Trace level="3" type="T">Version ID of Interface Mapping A872F380930B11DAAB6EF47891374079</Trace>
      <Trace level="1" type="T">Mapping-Object-Id:6FB317EF58B136D6BEAB6E567934CC40</Trace>
      <Trace level="1" type="T">Mapping-SWCV:A872F380930B11DAAB6EF47891374079</Trace>
      <Trace level="1" type="T">Mapping-Step:1</Trace>
      <Trace level="1" type="T">Mapping-Type:JAVA</Trace>
      <Trace level="1" type="T">Mapping-Program:com/sap/xi/tf/_GBO_MaterialMaster_StandardBusinessDocument_TO_LOCAL_Governor_</Trace>
      <Trace level="3" type="T">Dynamic Configuration Is Empty</Trace>
      <Trace level="3" type="T">Multi mapping required.</Trace>
      <Trace level="3" type="T">Creating Java mapping com/sap/xi/tf/_GBO_MaterialMaster_StandardBusinessDocument_TO_LOCAL_Governor_.</Trace>
      <Trace level="2" type="T">Call method execute of the application Java mapping com.sap.xi.tf._GBO_MaterialMaster_StandardBusinessDocument_TO_LOCAL_Governor_</Trace>
      <Trace level="1" type="T">*** START APPLICATION TRACE ***</Trace>
      <Trace level="3" type="T">Using existing</Trace>
      <Trace level="3" type="T">Executing Query: SELECT TO_VALUE FROM ICC_MAPPING_VIEW WHERE FROM_CODING = SIRIUS AND TO_CODING = GS1 AND OBJECT = TRADE-ITEM-TYPE AND FROM_VALUE = 30</Trace>
      <Trace level="1" type="T">SELECT TO_VALUE FROM ICC_MAPPING_VIEW WHERE FROM_CODING = SIRIUS AND TO_CODING = GS1 AND OBJECT = TRADE-ITEM-TYPE AND FROM_VALUE = 30 successfully returned: E-HPC_PRODUCTS</Trace>
      <Trace level="1" type="T">ret: :E-HPC_PRODUCTS</Trace>
      <Trace level="2" type="T">noReceiverFound</Trace>
      <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>
      <Trace level="2" type="T">Java mapping com/sap/xi/tf/_GBO_MaterialMaster_StandardBusinessDocument_TO_LOCAL_Governor_ completed. (executeStep() of com.sap.xi.tf._GBO_MaterialMaster_StandardBusinessDocument_TO_LOCAL_Governor_</Trace>
      <Trace level="3" type="T">Message Type 1 Number of Messages 0</Trace>
      <Trace level="3" type="T">Message Type 2 Number of Messages 0</Trace>
      <Trace level="1" type="E">CL_XMS_PLSRV_MAPPING~ENTER_PLSRV</Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST">
      <Trace level="3" type="T">No persisting of message after plsrv call, because of config</Trace>
      </Trace>
      <Trace level="3" type="System_Error">Error exception return from pipeline processing!</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
    Thanks in advance!

    <Trace level="3" type="T">Using existing</Trace>
    <Trace level="3" type="T">Executing Query: SELECT TO_VALUE FROM ICC_MAPPING_VIEW WHERE FROM_CODING = SIRIUS AND TO_CODING = GS1 AND OBJECT = TRADE-ITEM-TYPE AND FROM_VALUE = 30</Trace>
    <Trace level="1" type="T">SELECT TO_VALUE FROM ICC_MAPPING_VIEW WHERE FROM_CODING = SIRIUS AND TO_CODING = GS1 AND OBJECT = TRADE-ITEM-TYPE AND FROM_VALUE = 30 successfully returned: E-HPC_PRODUCTS</Trace>
    <Trace level="1" type="T">ret: :E-HPC_PRODUCTS</Trace>
    <Trace level="2" type="T">noReceiverFound</Trace>
    <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>
    You have used the Trace object to write some Trace in your User Defined Functions. Does this trace make sense in terms of your mapping logic to you?
    Did you remove the <messages> tag from your source message?
    Also, If you are using multimapping make sure that the mapping creates all the messages in the Target Side and that the Inbound adapter is neither Idoc nor HTTP.
    Regards
    Bhavesh

  • Split mapping created no message-how to avoid red flag message in SXMB_MONI

    Hi,
    In my scenario I'm putting files in an external server with multi mapping and a condition in graphic mapping in MM, when condition is not true and no files are generated I see a red flag message in XIP MONI, "split mapping created no message".
    I do not want this red flag message to come.
    I see this thread:
    Split mapping created.. No message exists
    My problem is the same, "nikhil a " said that he solved the problem creating a dummy message in Message Mapping, but I don't know how to do that. Someone could explain to me?
    I do not want to use BPM.
    Thanks
    Fabio Boni

    when condition is not true and no files are generated I see a red flag message in XIP MONI, "split mapping created no
    message".
    This is correct behavior i suppose.
    Check if you can verify the condition in the Receiver Determination itself so that the process will stop in the first step itself if Condition = false
    Even when you say that a dummy message is created, it is to be sent somewhere or if not send then again it may give an error.
    Lets see what experts have to suggest here.

  • Split Mapping created no messages in SXMB_MONI

    Hi All,
    I have an IDOC to File scenario in which the target forms an XML file based on some RFC lookups. The problem i have is that whenever the RFC do not return any values, i am getting an "Split Mapping Created no messages" error in the SXMB_MONI. Is there any possible way that i could suppress the target and i should not form the target when the RFC do not return any output.
    Regards,
    Sherin Jose P

    The problem i have is that whenever the RFC do not return any values
    If you are trying to generate the Parent element using the RFC response then you are bound to get the error as no target structure will be poduced when the RFC does not return any value....may be doing a check on RFC response and then using MapWithDefault or any other term so that at least one valid element is produced will prevent the error from occuring.
    Regards,
    Abhishek.

  • Split mapping created.. No message exists

    I see the above error message in Moni with a red flag
    Actually, I dont think it really is an error message
    becuase I have mapped in such a way that It shouldnt create any messages, if the condition fails.
    Mapping:
    If del_indicator exists ---> generate delete mapping
    if del_indicator not exists ---> generate import mapping
    this is the logic I did in Multi mapping.
    so obviously delete will not generate if there s no deletion indicator.
    the exact error message I see is "Split mapping created no messages"
    there are no issues with output. its perfect.
    but I still am able to see that error message in MONI
    1. how do I control this? and remove the error message from moni?
    2. why is it generating a error message?
    Regards,
    Nikhil.

    If yes...so I have a solution for you !
    But you will declare TWO Business Services for one receiver system:
    .. Receiver_1
    .. Receiver_2
    you have to do some concessions as you do not want to use a BPM
    In your Receiver Determination of ID, just write a condition based on your field "del_indicator".
    in order to have something like that:
    1. Sender --> Condition "del_indicator = Yes" --> Receiver_1
    2. Sender --> Condition "del_indicator = No"  --> Receiver_2
    and then in the Interface Determination, you have:
    1. Sender --> Mapping_for_delete_flow         --> Receiver_1
    2. Sender --> Mapping_for_NON_delete_flow     --> Receiver_2
    That means also that in your IR, you have TWO Interface Mappings:
    1. Mapping_for_delete_flow     : Source --> Target_for_delete     (occurance 1 -> 1)
    2. Mapping_for_NON_delete_flow : Source --> Target_for_NON_delete (occurance 1 -> 1)
    Hope this help you.
    Mickael

  • Google Maps - How to get "My Maps"

    Hi,
    I have Google Maps on my Palm TX, it's working fine.  How can I get the maps created in Google "My Maps" ?
    Thanks
    Francois
    Post relates to: Palm TX

    How did you get google maps to work on you palm TX?
    thanks
    Post relates to: Palm TX

  • Split message - Multi mapping w/o BPM

    Did you check this thread same thing discusing here
    Quality of service in Receiver file/ftp adapter (SAP PI 7.1)?
    Rajesh

    Hi Sarvesh.
      I executed a refresh full, but the problem persists. I really think something is wrong in my scenario.
      At Design I created 1 Message Mapping (MM_File) with 1 source Message Type (MT_FROM) split to target 3 Message Types (MT_TO1, MT_TO2, MT_TO3).
      I created 1 Interface Mapping (IM_My_Main_File) with 1 source interface (MI_File_Out), 1 Message Mapping (MM_File) and 3 target interfaces (MI_File1_IN, MI_File2_IN, MI_File3_IN).
      At Configuration I created these objects:
    Interface Determination:
    Sender Service: BS_FROM
    Sender Interface: MI_File_Out
    Receiver Service: BS_TO
    Type of Interface Determination -> Enhanced
    Quality of Service: Maintain Order At Runtime is marked
    Interfaca Mapping: IM_My_Main_File
    Inbound Interfaces:
    MI_File1_IN
    MI_File2_IN
    MI_File3_IN
    Receiver Determination:
    Sender Service: BS_FROM
    Sender Interface: MI_File_Out
    Receiver Service: *
    Type of Receiver Determination -> Standard
    Configured Receivers -> Service BS_TO
    Configurarion Overview for Receiver Determination
    BS_TO
    MI_File1_IN IM_My_Main_File CC_File1_IN
    MI_File2_IN IM_My_Main_File CC_File2_IN
    MI_File3_IN IM_My_Main_File CC_File3_IN
    Thanks!

Maybe you are looking for

  • Missing audio from half my video clips

    Hi guys, i'm young & new here so sorry if i'm not very technical. Here goes: At college we had to film interviews with a range of students. We filmed with a stadard digital camcorder on two days: * On the first day we filmed with the internal microph

  • Display many letters in One form

    Hi Experts, My goal is to display a single PDF that will contain several letters to customers. Let me explain: for each client I will show him : In the header : his Familly name  and his First name In the body of the letter :  his products from  the

  • Report Title in Header Bar

    Hello All, We are creating new Web Templates in 7x version and want to know if the Report Title in Header bar can be customized by removing the "<SAP Logo> BEx Web- " instead only allow report title As Is "<SAP Logo> BEx Web - <Report Title> " To Be

  • Language parameter in url

    Hey Guys, Is there a way in the url into the portal to pass the language as a parameter in the url? like: http://server/irj/index.html?language=en or something? Thanks, -Kevin

  • HT4623 when I want to Reset All Settings , my phone ask for Restrictions Passcode

    when I want to Reset All Settings , my phone ask for Restrictions Passcode , and i dont have no code on my phone