Async-Sync scenario with out using BPM

Hi All,
With SP19 we can implement File-RFC-File scenario with out using BPM.
But can any one suggest how can I implement the following File-RFC-File scenario without using BPM.
My input file has five elements. A1,A2,A3,A4,A5
The RFC (BAPI) needs A2 and A3 as input and it produces the output R6.
Now in the destination I need to populate D1,D2,D3,D4,D5,D6.
D1 has to be mapped from A1 and so on till fifth element. D6 will be mapped from R6. In order to achieve this we need to store the value of source interface before calling the RFC so that when we get the response back we can populate the entire destination structure.
Can anyone advise how to go about it. I don't want to use a BPM here.
Thanks
Abinash

Hi
the following thread may help you
Weblog to send Response from RFC to File in Asyn Mode Using Proxy [original link is broken]
File - RFC - File without a BPM - Possible from SP 19.
Thanks,
Ram

Similar Messages

  • Problem with Multimapping with out using BPM

    Hi All,
    Here i have face a problem when working with multi mapping.
    For example I explain u with the following example.
    <Message1>
      <Employee>
          <Eno>
          <Ename>
    </Employee>
    </Message1>
    <Message2>
      <City>
           <Address>
           <Dno>
      </City>
    </Message2>
    Message1,Employee,Message2,City are mapped with constant("").
    Here my aim is to create 2 different files with the format as xml structure.
    One file with -
    <Message1>
    Second file with ---<Message2>
    this my example... Now I am explaining where i encountered problem in runtime.
    Error: Mapping exception
    Can not produce target element <Employee>....
    Hint: Iam presently using service pack-9.
    can one one assist....

    Hi,
    The problem is in the mapping, you need to check the mapping..
    1) did you change the occurence of the messages for the multimapping.. Go to Mapping-->Messages (Tab) and change the occurence of the messages
    2) Check the all fields,segments are mapped correctly
    3) Test the mapping
    4) Check the occurence of the Interface Mapping, and test it in the integration respository
    5) check the Source Message Structure and make sure that, it is a valid input to your mapping rules..
    Hope this helps,
    Regards,
    Moorthy

  • Exception Handling (in Mapping) with out using BPM

    Hello All,
    We are on SP17. I have a simple flow involving XI
    JMS -> XI (Message Mapping -> XSL Mapping)  -> Mail
    I would like to send an email if there is an exception in any of the mapping. But I <b>don't want to use a BPM</b> for this exception handling. How can I do it?
    Thanks
    Abinash

    Hi Abinash,
    yes you can! See these..
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    /people/sap.user72/blog/2005/02/23/raising-exceptions-in-sap-xi-mapping
    All the best!
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • Wait time in Synchronour interface with out using bpm.

    Hi all,
             actually the scenario is RFC to SOAP. Data is flowing from sap to .netserver. The requirement is XI needs to stop the message for 5 min  once the data comes to XI from SAP R/3 through RFC.Is it possible in XI.
    Thanks & Regards,
    Rama

    Hi Rama Krishna,
    Through BPM its possible, without BPM it's not according to my knowledge.
    In the BPM we have wait step, that step haveing 3 parameters type, duration and units.
    So in the type you mention wait specified and for the duration you mention the number (ex:5) and for the unit you mention the Minutes.
    Based on the above setup it holds the data for 5 minutes after the time is over then it process the data.
    Regards
    Ramesh

  • How can we do the Testing in Idoc to File Scenario( With out using We19)

    Hi All,
    As all we know we can generate the Idocs from SAP R/3 to XI using the change Pointers,this we will apply in Production time.
    But as of now in the Test system we can'd do it daily.
    So we have already created materials in the SAP R/3 system.
    I want to send the Idoc to XI by selecting  some n number of materials.means i want to generate the Idoc for materials.this is like i have to do repeatedly for testing purpose.
    Is there any T-code
    How can we do this
    Regards

    Hi Vamsi,
       For the Message Type ORDERS you can configure Output Type (txn NACE) for IDoc generations and then you can trigger the IDoc using transaction WE15.
      Selection Parameter will be as follows
    Output application: This will be from Output Type
    Object key          : Order Number
    Output type         : Output Type name, that you configured
    Transmission medium : A
    Check the checkbox "Send Again".
    Thanks,
    Punit

  • Idoc Acknowledgment to Sql Server with out using BPM

    Hi,
    My scenario is JDBC --> IDOC and
                            IDOC ACK --> SQL
    For idoc acknowledments,done all the configurations( RBDSTATE,IDX_NOALE) for aleaud message type,
    I can see  the messages in SXMB_MONI.
    But in the aleaud idoc --- it contains only idoc number,but my  client requirement is to have the edidc-arckey data in the ALEAUD IDoc.
    How can i get the arckey field data in the aledaud idoc.
    Please suggest me.
    Srinivas

    Hi Srinivas,
    Check Colin's reply in this thread, may be you will be able to put the value through that BADI
    User Exit for Aleaud Idoc
    Regards
    Suraj

  • File to Web service (SOAP) to File scenario with out BPM in PI 7.1

    Hi All,
    I have scenario File to Web service (SOAP) to File scenario with out BPM.i am getting the below error:
    1) Error MP: unexpected exception caught com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId
    2) Error ROB: error during processing: com.sap.aii.af.lib.mp.processor.ModuleProcessorException: Processing Error
    PI server is 7.1 with SP:8
    I have configured the scenario like this
    1) 2 File channels - Sender & Receiver ,1 RFC channel - Receiver. We need to note that, the additional Module parameters need to be added only for sender File channel
    2) Created Sender Agreement
    3)Created Receiver Determination
    4)Created Interface Determination
    5)Created Receiver Agreement
    Regards,
    Ramesh

    Hi,
    Thanks for your reply!!
    My Scenario is File to SOAP to File.
    Configred modules  in Sender channal below:
    Prcessing sequence:
    Number       Module Name                                        Module Key
    1..........       AF_Modules/RequestResponseBean.......1
    2..........       CallSapAdapter..........................................2
    3..........       AF_Modules/ResponseOnewayBean.......3
    Module Configuration:
    Module Key                                       Parameter Name                                       ParameterValue
    1                                                        passThrough                                            true
    3                                                        receiverChannel                                       receiverChannel name
    3                                                        receiverService                                        receiverService name
    please tell any more confiration requered.
    Regards,
    Ramesh

  • With out using IDX2.....in file to idoc scenario

    Hi Masters,
                       i have one doubt .. Can i send normal file from sender system to sap system in the form of idoc.. with out using IDX2...
    if it is possible then plz explain me about the steps .. and also explain me wht is the actual use of IDX2 .. as wel as IDX1,,
    if u say in IDX2 we have to load the metadata of the idoc .. then we already uploaded the structure of the idoc in XI system ... then why we are using again IDX2 to load the metadata. i have full confusion now .. plz explain me in details ..
              hoping for quick response ..
                   Thanks in advance ,
                       jp.

    Hi,
    You can send an idoc to SAP system through XI without using IDX2. When u send an Idoc through XI, the metadata will be automatically loaded in Idx2.
    IDX1 is used for creating a port in XI for Idoc. This port will be responsible for loading the metadata.
    Also have a look at this:
    Importance of IDX1
    Regards,
    Divija.

  • Questions async-sync bridge with JMS

    Hi all
    SAP recommends using JMS rather than BPM to make async-sync bridge or sync-sync bridge. But how to use it in real life?
    For example, I have an async RFC function to call a sync SOAP function and the sync response  should be passed to a mail receiver. I know how to use BPM to achieve this scenario. But how should we use JMS or can we use JMS to do the same thing?
    Another question: If we use SAP own JMS service to make async-sync scenario, we need a sender JMS adapter and a receiver JMS adapter. Are the sender and receiver connected to the same queue in JMS or different queues?
    Thanks!
    Regards,
    Hui

    Hi Hui!!
    have a look in these Url's
    <b>sync/Sync Bridge in the Sender JMS Adapter</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/45/20d251c20a0732e10000000a155369/frameset.htm
    You can get some idea on these links also
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    Go thru following Weblogs:
    1.Walkthrough with BPM:- /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    2./people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    3./people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi
    4.https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    <b>Sync/Async communication in JMS adapter without BPM</b>
    /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    this thead also
    Async/sync bridge

  • Is it possible to transfer music between iPhones and iPods with out using iTunes

    Is it possible to transfer music between iPhones and iPods with out using iTunes

    Nope.  Both require iTunes on a computer to sync music from.
    Unless the iPod is an iPod Touch and the music was bought from iTunes.  In which case the Touch can simply go to the iTunes App, under Purchased  and download the purchased songs for free.

  • How To Split File In to Multiple Files With out using B.P.M

    Hi Guys,
    How To Split File In to Multiple Files With out using B.P.M.
    Thanks in advance
    Regards's
    KIran.B

    Hello
    below r the links were u will find message spilitting by graphicaaly i.e without using BPM.
    /people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool
    Sender File Adapter with file conversion  Multimapping --file content conversion with split messg mapping
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2748---- [original link is broken] [original link is broken] [original link is broken]
    multimappig
    /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
    hope this resolve your problem
    thank's
    Chetan

  • Selecting records from DB table with out using internal tables

    hi,
    i need to retrieve values from a database table based on few fields and date as well. however, i need to check whether the date is less or equal to the current date and along with that i should get the appropriate record. how can i do that with out using internal table.
    field1-----date---
    11111----
    20070219
    11111--20070214 <---
    11111----
    20070205
    in the above scenario i should get the second record
    Regards,
    Kranthi.

    Try:
    REPORT ztest MESSAGE-ID 00.
    TABLES bkpf.
    SELECT * FROM bkpf
      UP TO 1 ROWS
      WHERE budat <= sy-datum
      ORDER BY budat DESCENDING.
    ENDSELECT.
    Rob

  • I need to stream video from itunes to apple tv with out using my 40gb hd.

    i need to stream video from itunes to apple tv with out using my 40gb apple tv can it be done you see i have a 40gb apple tv and it's full and i still have lots more video (movies) in my itunes can i stream movies from itunes to apple tv with my memory full in apple tv??????????

    Select the iTunes library on your computer from the Sources menu in Apple TV and then you can stream. If streaming is not smooth and your router has a multicast setting, try increasing the multicast bit rate. To return to the synced content on your Apple TV, select the Apple TV logo at the top of the Sources menu.

  • RFC to SOAP scenario (with out XI/PI)

    Dear Experts ,
    Is it possible to push data from RFC to Webservice with out using XI/PI.
    Regards,
    Kartheek.

    It is indeed possible, however without having used PI/Xi in the middle, once the mentioned scenario would be implemented, it would be difficult to keep the track of the messages that would flow across systems (i.e. message log, corresponding data etc.). So my suggestion would be to make use of the PI module as a middle ware.
    Please check the URL that regards to your query.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259a6d?quicklink=index&overridelayout=true
    Mutti

  • How do I view ipod music files with out using I tunes?

    I trying to view my Ipod music files without using itunes. But when I conect my Ipod to my pc I can only view contacts, notes, and caladar through the driver.
    How do I view ipod music files with out using I tunes?

    they should be under ur my music folder if u have windows

Maybe you are looking for

  • LR 2.4, coming to terms with the new metadata filters

    Personally I have trouble to master the new LR2 system of metadata filters, which was migrated from the left tab in V1, into the new over-the-grid horizontal tab. For example, after import of images in several folders, I selected the top folder and L

  • Blank screen after installing K7T turbo and AMD 2000+ chip

    Hello, I got a problem, can anyone help me figure this out. Currently I changed my old motherboard and replaced it with a K7t Turbo2 Motherboard and I also bought a AMD Xp 2000+ processor chip to go with it. After installation, I encountered numberou

  • SOS;;; my Hp truevision webcam couldn't be detected by cyberlink youcam that i installed from hp sup

    My Hp truevision webcam couldn't be detected by cyberlink youcam  the 3rd virsion software that i installed from hp support, indeed i have done all their suggetions from reinstall that software to forced reset, but i dont want to get a back up for my

  • Efficient method to save data to disk in RT?

    What options are available to read data from a buffer and save it to the hard disk drive in RT? What method requires the least processor overhead...or perhaps can be set to run in the background without any processor intervention at all?

  • Rapid battery drain after Mavericks Install

    Hey everyone, I've spent a lot of time reviewing the existing threads and haven't been able to pinpoint a solution to my issue. I upgraded my late 2008 MacBook Aluminum 2.4 GHZ to Mavericks, and noticed considerable battery drain. I made an appointme