How to do message splitting in a two steps mapping?

Hi,
I have the following scenario:
1. about 200~300 rows of results are returned from the JDBC sender adapter;
2. The messages need to be mapped to an intermediate message type;
3. The output messages will then need to go through another step of java mapping to become the target messages to the target interface.
My question is since my interface mapping consists of two steps of mapping (one message mapping and one java mapping), is it possible to implement the multiple mapping in this scenario to split the 200~300 rows of message into multiple small messages and then go through the java mapping?
Thanks a lot for your help!
Regards,
Fay Tang

Fay Tang,
If you need to use multiple mappings with in your Interface mapping, then the XML structure formed by the First mapping program should be similar to XML expected by the second mapping program.
Regards,
Jai Shankar

Similar Messages

  • HT5593 How do i get sms support for two step verification in Canada with Telus ?

    i have followed the procedure for setting up two step authentication and the part where it's suppose to send me an sms code is where it fails. the code just never comes. anyone else having this issue ? fyi, im in Canada and using telus.
    i know when they first announced two step verification in Canada sms support was not there but now it's listed specifically for Canada and Telus on Apple support page. so what's the issue ?
    i know Apple has had tons of issues with sms codes outside the US but i figured by now they would get it right so i'm hoping there's just something i'm missing.

    i've even tried putting my sim card into a non-iphone, still no luck.
    Then how on earth is the iPhone the issue????
    Oh wait, it isn't.
    Unbelievable...

  • HCM P&Forms:How to create a user event and scenario step mapping

    Hi Friends
    I have a problem with Form Scenarios --> Other Attributes -->User Events:
    At present the values are: Operation :- the_operation_name
                                               Field Groups :- Field Group assigned
                                               Usable from scenario step :- Emp_Req_scenarion_stepname1
    I need to enter a new mapping here so that the operation is available in another scenario step as well.
    But in the edit I can enter only the operation name, not able to enter the scenario step.
    Can someone please suggest a solution or work around. Your inputs are appreciated.
    Thanks!
    Sajimol.
    Edited by: Sajimol Unni on Mar 2, 2010 11:54 PM

    Not quite true. A "user event" looks at what fields you selected for your "field group" for the event. Then ANY operation that has that field associated with it will get called (unless a "rule" stops it). User Events in HCM P&F are REALLY BAD in my opinion (I have ranted on them in many threads, blogs etc.). There are ways to deal with them and also ways around using them (see my blogs). I think this is one area in HCM P&F that needs a major overhaul/re-thinking.

  • Reg:message splitting

    How to achieve message splitting without using BPM?
    give me the weblog which shows complete details about it

    Hi
    There are two important blogs for the same
    1:N mapping without using BPM: /people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination
    Multi-Mapping without BPM - Yes, it’s possible!/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Thanks
    Abhishek Mahajan
    ***Please Reward points if helpful***

  • Automatically split screen for two windows like in windows 7

    how can i automatically split screen for two windows like in windows 7, without drag and move, which is very inefficient.
    thanks!

    and the lightbulb went off in my head :-P
    The one I couldn't remember the name of is HyperDock and I believe it was a recent version which added the functionality you're after. I haven't tried it though so I'd be interested in your opinion of it.

  • Warehouse Managment (Two-Step Picking)

    Hi,
    This is with reference to Two-Step picking procedure, which is not getting activated. Though we have done all customization required for TR and Delivery’s as well, as referred in the documentation provided by the SAP. The settings done are as follows.
    01)     Activation of Two-Step picking at WM Global level.
    02)     Transfer Requirement control
    03)     Transfer type control
    04)     In article master, relevant for two step picking.
    05)     At Storage type search level.
    Now when try to initiate the process with transaction LT41 putting shipment type i.e. A (Stock Removal) system displays a message “No data available for the specified criteria” or if thru LT0E, system asks for a group in WM.
    But when we go and try to create the single TO thru Delivery using t_code (LT03) system displays an information message, i.e. Two step picking relevancy will be lost.
    Regards,
    Aquil Husain

    Hi Aquil
    Have you set up Group processing for TR and Deliveries?
    In order to manage 2-step picking you have to work with groups / collective picking
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c6/f85c504afa11d182b90000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c6/f85c504afa11d182b90000e829fbfe/frameset.htm
    Have a look at the help to review the process
    Regards
    Steve

  • Since the recent update, my Text Messages no longer permit me to send messages to more than two people at a time. How do I resolve this issue?

    Since the most recent update, my IPhone 5c no longer permits me to send text messages to more that two people at a time. How can I resolve this to send text messages to more than two people in a group message.

    It would appear that I can send an SMS to multiple contacts, providing that it's not a forwarded message. This means that I have to start from scratcheach time, and then I can send it to over 30 recipients at a time. Not sure why though, and I'm not sure why the sign doesn't appear all of the time as an option for me to press. At other times, it is particially obscured by the curser/text box. This is obviously a glitch in the system, as it happens inconsistently.

  • How to split messages without using Message split (BPM)

    In file to file scenario how to split messages coming from file without using Message split (BPM)

    Thank you very much.

  • How to split words in two arrays depending of the first letter.

    Yes, how to split words in two arrays depending of the first letter.
    I have a string array with some words, and I need to separe this array into two differents string arrays depending of the first letter:
    if the word starts in A to M the word goes to array Words_AM;
    if the word starts in N to Z the word goes to array Words_NZ;
    Now I'm doing the next:
    if ((ArrayWord.charAt(0))<='a') && (ArrayWord.charAt(0)>='m'))                                        {                                                                                          
    Words_AM]=ArrayWord;
    else
    Words_NZ[i]]=ArrayWord;
    But doesn't work.
    Any solution?
    Best wishes.

    Yes , that's true. But also I have to change the <='a' to <'a', because of with first option didn't selecting the a letter.
    But with z letter, doing the same before, doens't run.
    if ((ArrayWord.charAt(0))<'a') || (ArrayWord.charAt(0)>='m'))
       Words_NZ]=ArrayWord;
    else
    if ((ArrayWord.charAt(0))<='n') || (ArrayWord.charAt(0)>'z')) Words_AM[i]]=ArrayWord;
    Regards ;)

  • Multi-Mapping and Message Split using BPM

    Hi All,
    Could anyone pls let me know clearly how message mapping can be done for this weblog
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    Thanks,
    Ram

    Hi,
    When you are doing Message mapping after adding the Messaget types for source and target messages. You can click on the "" button in the target message and add one more tab. You can go to Message tab as shown in the 5th image and click "" button to add one more message type. Then do the mapping as usual.
    <b>Based on the value of the element(name), the node of input(details)should be directed to one of the two message types</b>
    Here in this blog it is done based on the Name.
    You need to use IFTHENELSE boolean function and do the mapping.
    Thanks,
    Prakash

  • Message-Split in a Sync Scenario

    Hello Experts.
    As i am quite new to Pi, i have some problems with an integration scenario we are about to implement. As i am not really into the topic, i do'nt even know, if the prefered solution can be implemented in PI or if our current approach is nonsense after all.
    The currently preferred solution would look like this:
    1.) The sender system collects the data and sends one message using a synchronous webservice call
    2.) PI splits the message into n parts (one outgoing message per receiving system), sends the message-parts synchronously to the receiving systems, collects the response messages into one big message and sends this message as the response message for the webservice-call, the sender system made.
    3.) The sender system receives the response message and updates the database.
    The problem is, that i have no clue how to do a message-split in a Sync scenario. I already experimented with a message-split in Async scenarios and everything worked fine, but i have no idea, how to do the trick in a Sync scenario.
    As the incoming message represents a table (only one kind of element; occurence 0...unbounded), i would have to do the following:
    1.) Split the incoming message line by line (or childnode by childenode)
    2.) Collect the lines for the single receiver systems (each receiver should get only one message)
    3.) Send the messages
    4.) receive the results
    5.) Join the results into one response message / Handle timeouts, if a receiver could not be reached in time
    6.) Send the response message to the sender system
    When experimenting with the async scenario, i used BPM to split the message into parts, but an integration process seems to need asynchronous abstract interfaces. At least PI did not accept my synchronous message-Interface and even if it would do so, i would have no idea how to send the message parts synchronously and how to join the results.
    Of course we could also send one record per message - in this case everything would be easy and clear, but unfortunatelly this is not the preferred solution, but the "Plan B"...
    Does anybody know how to do what we want? Any suggestions would be highly appreciated.
    And by the way: We are using PI 7.0.
    Regards, Jörg

    Thanks for your reply.
    I was already afraid, that the preferred approach could be a dead end. If the described scenario is impossible to implement, i could immagine two alternative solutions:
    1.) Our "Plan B":
    -> Single records
    -> One record per message
    -> Synchronous communication
    PI would only have to do a quite stupid routing based on a certain field in the message.
    2.) Something totally different:
    -> Asynchronous communication
    -> The sender still send the data for n receivers in one message
    -> PI splits the message and sends the n parts to n receivers
    -> The receiver sends a response after processing the data
    -> PI simply forwards this message to the sender
    I think scenario #2 could have a better performance, as the total number of messages is limited to the necessary minimum, but as i'm not experienced in PI, i'm not actually sure about this.
    Any recommendations?
    regards, Jörg

  • Multi mapping and message splitting in BPM

    Hi ,
    I am working with this scenario ...
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    how many message interfaces i have to create .
    one outbound , one abstract  and two inbound .. is it correct.

    Hi
    Minimum you need to create three message interfaces i.e. Bpm_In_MI_Abstract,  aBpm_Out_MI_Abstract Bpm_Out1_MI_Abstract, because abstract interfaces can be use inbound and outbound as well.
    You can also use create implement it by using inbound and outbound message interfaces. In that case you have to use three additional interfaces(1 outbound and 2 inbound).
    Regards
    Sami
    Reward points if helpful.

  • From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    Hi,
    Use NVL or COALESCE:
    NVL (col_a, col_b)
    Returns col_a if col_a is not NULL; otherwise, it returns col_b.
    Col_a and col_b must have similar (if not identical) datatypes; for example, if col_a is a DATE, then col_b can be another DATE or it can be a TIMESTAMP, but it can't be a VARCHAR2.
    For more about NVL and COALESCE, see the SQL Language manual: http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions119.htm#sthref1310
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How do I combine my Contacts across two email accounts into one?

    Somehow my contacts got split randomly across two email accounts. One is IMAP and the other pop3. I am trying to consolidate all my contacts again under the pop3 email account.  iCloud support could not understand how the mixing occurred, but I need to fix it now.  Can anyone help?
    Btw, I do use iCloud across my iPhone 5, iPad mini and MacBook Pro!
    Thanks
    Robert

    Contacts are not saved by type of account so your description is confusing. No matter if you have iCloud, Google, "On My Mac",  Exchange, Yahoo and AOL contacts, Mail uses them equally.
    Please post a screen shot showing this separation.
    Command-Shift-3 takes the entire screen
    Command-Shift-4 takes a portion of the screen. <--use this one
    Click on the camera icon to post.

  • Two step 303, 305 movement stock transfer for split valuatin material

    Hi expert,
    we are using split valuation for material in IS -Retail for both warehouse  as well as store. when i am transfer material from store with movement type 303, message is showing'Use one-step procedure for transfer posting to art. subj. to valuation'.
    we wave to use this method in case of split vauation material.
    how we can do.
    Regards,
    Santosh

    Hi Santosh,
    Try to transfer material using TCode MB1B with Mvt type "301".
    Movement Type "301" is used for stock transfer - One step process.
    So when you post transfer using Mvt. Type 301, the receiving store will not require to do GRN for that material.
    Hope this helps you. Let me know in case you need some more info.
    Regards,
    Nikita

Maybe you are looking for