Can we Receive Response back to IDOC's

Hi,
I want to receive the Response back to IDOC.
Can IDOC handle with the Response from the Receiver Applications?? Not From XI System using ALEAUDIT.
Regards
Suman

hi suman,
no need for BPM ,u have to configure the SOAP as synchronous mode.
we r using SOAP ->xi->rcf  scenario in synchronous mode.
here for the sender side we have created to 2 data type
1) one for SOAP Request (structure with requers will come )
2)second for SOAP responce (structure with responce  have to send
create 2 message type but only one message interface
create 2 message mapping
one for sender request and one for the responce message .
create only one interface mapping.
only one communication channal can be used for both sender and receiver messages.
for your scenario, ie IDOC -xi-SOAP create ur idoc having both sender as well as responce message type .
and create 2 data type  message type for SOAP request.
thanks
navneet

Similar Messages

  • Want to Receive Response Back From SOAP

    Hi ,
    My Scenario is IDOC-XI--SOAP
    Iam sending the IDOC from R/3 and want to hold the Response message from SOAP like "Success or Fail".
    I want to the response message in XI itself, no need to reach the response even to R/3.
    How can we achive this
    Regards
    Suman

    IDOC: Import it as Imported Object -->When you define the namespace of swc in IR select you can import Idocs and RFC option and complete the  textbox with correct information
    SID (system ID)
    Client
    Later you import the Idoc, doble click on it a export it to your driver, next import it as External Definition for reason in my previous post.
    Create a SWC type B_ in SLD and define it as dependence of A_. later import it into IR. there define the Data Type  and Message Type for genericResponse.
    How you will use (maybe) this structure en many interface is the reasson you define it into B_XXXX
    *•Basis Products (B_): Ideal for templates, generic structures, shareable java programs, etc.
    •Canonical Definitions(C_): For generic business objects, meant to be reused.
    •Exchange Infrastructure Application Products(A_): These products represent XI objects other than interface objects (e.g. Mappings, Integration Processes, etc).
    •Interface Products( I_ ): Represent extensions to current application. These are the extensions we will later import in Exchange Infrastructure (XI) and associate the corresponding interface objects and integration scenario actions.*
    h1IRh1
    Web Services
    Import your WS as external definition into IR
    Message Interface
    Define a Message Interface type abstract and sync.
    ............Request Message (External Definition Idoc)
    ............Response Message ( genericResponse)
    Define a Message Interface type abstract and async.
    ............Request Message (External Definition Idoc)
    Define a Message Interface type abstract and async.
    ............Response Message ( genericResponse)
    define them in A_
    Define a Message Interface type inbound and sync.
    ............Request Message (Request WS)
    ............Response Message (Response WS )
    Message Mapping
    Create a Message Mapping for Request
    Create a Message Mapping for Response
    Interface Mapping
    Import MI(abstract) of IDOC
    Import MI of WS
    select the mapping for request and response Tab
    BPM
    1)in container window define a variable named IDoc_ABS with category abstract interface and type (select the MI of IDOC alone)
    define a variable named GenericRespnse_abs with category abstract interface and type (select MI of genericResponse alone)
    2)create a Recieve Step --> in property message select the container you define before of idoc.
    3) define a Send Step--> mode synchronous
    select MI type abstract and sync (idoc and genericResponse)
    for property request message selects container Idoc_ABS
    for property response message selects container GenericRespnse_abs.
    Save your Changes and thats all for BPM
    h1IDh1
    it is too much complicated to explain, lets try
    Create scenario
    Assign BS and create comunication channels with QoS (quality of service) type BE
    Import your BPM
    Create a Receiver Determination
    -->in the target service select the BPM. Save
    -->In overview windown at foot windowns select  MI IDoc_abs only. nothing else
    Create a Receiver Determination
    -->here the system who send data is BPM
    -->in the target service select the BS of receiver system.Save
    -->In overview windown at foot windowns select  interface mapping and assing communication channel
    what we do here. the flow is next
    1)receive data from sender system and send it to BPM
    2)BPM call bs of target system (WS). how? because in interface determination you selected before the interface mapping
    hope you can understand and be useful

  • Can't receive file of the idoc

    hello,anyone, i had created an ALE from client400 to client600,the status of  the client400 is "Data passed to port OK", but there is not received any data in the client600.what is the problem?
    Message was edited by:
            yongrong xu

    Hi,
    One more thing, check in SM58.
    Also refer below weblog for troubleshooting related to IDOCs.
    /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    Regards,
    Atish

  • Can I receive the Back to School $100 itunes giftcard if I buy a Mac from BestBuy/Future Shop?

    When you buy a new qualifying Mac with Apple education pricing from June 16, 2011, through September 20, 2011, you’ll get a free $100 Back to School Card to use on the Mac App Store, the App Store, the iTunes Store, and the iBookstore.
    Do you have to purchase the mac from an Apple store? Will this deal still apply if you purchase it from a seller such as Best Buy, Futureshop, etc...
    I'm asking this because Best Buy offers MS Word for Home & Student for free with a purchase of a mac as well until September 30, 2011
    Any help would be great! Thanks in advance:)

    The $100 iTunes gift card is a promo being run specifically by Apple, so no a third-party vendor will not have the same promo. Bust Buy does like to match deals, so as tjk suggests, you should contact them and see if they can offer anything to match Apple's promo.

  • Can XI receive more than 1 idoc at a time?

    I have a scenario where I have to read multiple lines from a flatfile, each line represents an idoc. I need to save each idoc in the destination system. Is there a way using abap mapping to pass a idoc structure (that contains more than one idoc) to XI?

    Have a look in this blog.
    The specified item was not found.
    Why you want to use ABAP mapping.
    Regards,
    Sarvesh

  • Can I receive data back for I cloud haveing to be downloaded five times to work

    I only have my I pad since February 16 and the screen don't do anything at times I can't email I can't download free apps user I'd never works would love to know how long it's gonna take to fix these problems it's really funny they happen to occur when support ain't available I have 9.7 I pad air one would thing you shouldn't be experiencing problems in such a short period of time for the money you pay

    Does anyone respond

  • JMS QueueSender receiving response possible?

    hi,
    i am trying to write a JMS application. i can send a message from a QueueSender to a QueueReceiver with no problem. but is there a way the sender can get a response from the receiver after it sent something out? this would be similar to sending data via socket, where you can get a response back after you sent something out.
    the only way i can think of is to instantiate a QueueReceiver object in the QueueSender class, but this makes things complicated as i would also need to create a separate message queue for each sender. Can someone give me some hints? thanks.

    Hi,
    Your query is not clear, if you are expecting the acknowledgement from the receiver you can do it by passing one of the values metioned below as second argument to createQueueSession or createTopicSession
    Session.AUTO_ACKNOWLEDGE
    or
    Session.CLIENT_ACKNOWLEDGE
    Regards
    Mandagiri

  • Can I get a response back when I use HTTP adapter

    Hi ,
    I am doing a integration between SAP and ThirdParty Product using PI 7.1.
    The scenario is ThirdParty -> PI -> SAP ,using HTTP adapter between ThirdParty and PI , and IDoc adapter between SAP and PI.
    So,its a HTTP sender and IDoc receiver.
    So I was just curious to know if the IDoc posting failed in SAP ,can I send a response from SAP to Thirdparty regarding the failure along with some error message.
    Thanks for your responses.
    Venu

    Hi,
         It may lead to some timeout problems if you design your scenario as synchronous i.e sending response back to HTTP..
    as SAP may take time to process idoc and need to provide response back to PI ..by that time the connection may become invalid and thirdparty may receive response as timeout error...
    As anyway PI has the option of Alert managements..you can trigger the error mail to the third party recipients for letting them the status...
    HTH
    Rajesh

  • IOS 7 downloaded fine but I can't back up restored. Tried 3 times. Tried turning off iCloud. Now I can only receive texts and phone messages. I cannot make calls, retrieve phone messages or send any texts. When I try I just get a blank screen. HELP

    I initially tried to do this at 11:39pm last night. I cleaned up my apps, backed up to my computer and then took the plunge. It downloaded fine, everything went ok until I tried to restore backup. I received a message that there was an error in iTunes and iPhone could not be restored. I tried this three times giving up at 2:00 am. I tried again at 7:30am. No fix. Now I can open up phone and browse in safari. I can get notifications that a text was received or a phone message left but I can't receive or make phone calls, retrieve phone messages, or access any text features. Also I have NO purchased apps. I use my phone got work and this has ruined my day - please help!!

    I would start with going to O2 with the phone and making sure it's set up properly - maybe the SIM they gave you isn't quite right or their network isn't acknowleding it like it should.
    Seeing as you've tried restoring to factory settings and resetting network settings, I'm assuming you've tried restoring the phone as new, just to see if that helped at all. If that didn't help, you definitely need to get in touch with O2 and work things out with them.
    ~Lyssa

  • How can I receive the value of a selected item in the backing bean

    I have a table in a jspx file.
    When I go to the detail page I want to do something with the value of the currentrow.
    I want do a calculaction of the value of ClbId.
    How can I receive the value of the selected ClbId in my backing bean
    <af:table value="#{bindings.Searchteamlist.collectionModel}"
    var="row" rows="#{bindings.Searchteamlist.rangeSize}"
    first="#{bindings.Searchteamlist.rangeStart}"
    emptyText="#{bindings.Searchteamlist.viewable ? 'No rows yet.' : 'Access Denied.'}"
    selectionState="#{bindings.Searchteamlist.collectionModel.selectedRow}"
    selectionListener="#{bindings.Searchteamlist.collectionModel.makeCurrent}"
    rendered="#{backing_FirstFlag_Club_Club.searchFirstTimeClub_Club_AdresAndereClubs == false}">
    <af:column sortProperty="Matricule" sortable="true"
    headerText="#{bindings.Searchteamlist.labels.Matricule}">
    <af:outputText value="#{row.Matricule}"/>
    </af:column>
    <af:column sortProperty="ClbId" sortable="true"
    headerText="#{bindings.Searchteamlist.labels.ClbId}">
    <af:outputText value="#{row.ClbId}">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.Searchteamlist.formats.ClbId}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Nom" sortable="true"
    headerText="#{bindings.Searchteamlist.labels.Nom}">
    <af:outputText value="#{row.Nom}"/>
    </af:column>
    <f:facet name="selection">
    <af:tableSelectOne text="Select and">
    <af:commandButton text="Submit"
    action="club_AdresAndereClubsDetail">
    <af:setActionListener from="#{row}"
    to="#{processScope.row}"/>
    </af:commandButton>
    </af:tableSelectOne>
    </f:facet>
    </af:table>

    hi tde
    Using an Expression Language helper class like this one from Steve Muench ...
    http://radio.weblogs.com/0118231/stories/2006/12/18/sourceForMyFavoriteElHelperClass.html
    ... you could write something like this in your backing bean:
    Integer vClbId = (Integer)EL.get("#{row.ClbId}");(Make sure to cast it to the correct type.)
    success
    Jan Vervecken

  • IDoc to webservice and get the response back into another IDoc.

    Hi guys
    We have a scenario where we need to send an IDoc to webservice and get the response back into another IDoc.
    Questions:
    1. Is this scenario possible without a BPM? or do we need to use BPM (Sync-Async bridge).
    2. Is there a Async to Sync bridge in BPM?
    3. How do I use this bridge in my scenario and customize it?
    4. If not possible, provide me the related docs using BPM for the same scenario.
    Appreciate your quick response
    Regards
    Naidu

    Hi,
    this link may help u............,
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1134. [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403. [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Azeez khan.

  • In OUT Bound of a Jaxws provider, how can we stop the provider invoking its endpoint and send a response back?

    Hi One & All
    While we are working on Delegate(provider) for JAXWS client handler in Weblogic10 , we have some technical issues and need some assistance.
    Problem Description
    In OUTBound of a provider, how can we stop the provider invoking its endpoint and send a response back?
    Example:
    I have a provider with some handlers configured for both IN and OUT flows. When the Jaxws provider is making a request, the OUTBound Handler gets invoked and in this Handler I would like to stop invoking actual endpoint and send back my own response. That means I should be able to tell the Handler chain to stop further processing of this flow, set a response message into message exchange and invoke the IN flow. How do I do that?
    This kind of mediation/interception is possible in standard specifications like JAX-WS, Servlets etc… wondering if Weblogic10 JAXWS provides any sort of this kind.
    Also we would like to know who is invoking a provider endpo     int in JAXWS stack in weblogic10? Is it an OUTBound handler at the end of handler chain or some other transport component after the handler chain?
    Thanks in Advance
    Suresh
    Edited by: user12494412 on Jan 22, 2010 7:06 AM

    I completely agree with this....I have used Windows and Skype for many years. I recently installed an older version of Skype to run on Windows 8.1 because the new version is SO AWFUL. As much as I prefer the older version (6.14), the daily number of SPAM CONTACT requests is rediculous and most are just variations of the same spammer. Maybe it is time to look for a replacement for both?

  • HT201272 I rented a movie, watched half of it. Had 27 days left until it expired. After 3 days, received a message saying the movie had expired and it appears deleted from my rental folder. Any ideas how I can get this movie back?

    I rented a movie, watched half of it. Had 27 days left until it expired. After 3 days, received a message saying the movie had expired and it appears deleted from my rental folder. Any ideas how I can get this movie back?

    You would have to rent it again.
    Once started the movie you have 24 hours to complete viewing.
    How long do I have to watch a rented movie?
    You have 30 days from the time of rental to watch your movie, and 24 hours (in the US) or 48 hours (elsewhere) after you've started viewing to finish it. Once the rental period expires, the movie will disappear from your iTunes library.
    http://support.apple.com/kb/ht1657

  • Hello. My mac can't connect to my time capsule. There is no response and I can't put it back to the originals definitions because all my files are there and I can´t loose them. (sorry about my bad english, but I really need help!)

    Hello. My mac can't connect to my time capsule. There is no response and I can't put it back to the originals definitions because all my files are there and I can´t loose them. (sorry about my bad english, but I really need help!)

    Your files are unaffected by a reset.. no reset via the reset button on the TC harms, deletes or does anything to your files.
    The Factory Reset universal
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. The time is not important.. it is the front LED rapid flashing that indicates you are in factory mode.
    Release reset.
    If it doesn’t flash rapidly you have released reset at some point and try again.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Here is how to do a fully manual setup for TC which is sometimes necessary with Mavericks in particular.
    Airport Utility shows "unexpected error - please try again" when connecting to Time Capsule

  • Can I still receive responses after June 22?

    I have existing surveys that will still be collecting data after AdobeForms reduces functionality in late June. Can I still receive responses until the final retirement date?

    It is now common knowledge that iWeb, and iDVD, has been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. However, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    It now appears that the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on. However, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of the page) and those still on the shelves of retailers will include iWeb and iDVD. Those two apps were listed in small, gray text on the iLife 11 box that I bought.
    Personally, if I didn't already have a copy I would purchase one to have it for reinstallation purposes if ever needed.
    This may be of interest to you: Life After MobileMe.
    OT

Maybe you are looking for

  • Downloaded Safari Update and Now Safari Won't Open

    This past Sunday I was informed that I needed to download an update for Safari. I did this (during a major thunderstorm, but never lost power) and everything seemed to go through properly and worked normally. I restarted my computer when it prompted

  • F4 help based on another column value in SM30

    Hi All, I have two fields in the view to maintain in SM30. The second field possible values are dependent on the first field value. View has two fields - Feild1, Field2. Field2 value table is varied based on what is filled in Field1. I have created P

  • Printing issue in word document

    hi,  i am facing problem with printing word document, the alternate lines are not getting printed, theres no issue in printing pdf files. please suggest

  • PDF not displayed in Firefox 2.0 because of a popup

    Hello, we use NetWeaver 2004s SP9 and WebDynpro for ABAP 2004s SP 9. In case of using Browser Firefox 2.0, we detected a problem with popups and Adobe Interactive Forms Integration. The problem - described in a simplified form - occurs as follows: Th

  • ORA-22275: invalid LOB locator specified problem

    Hi Can anybody point me in the right direction.. I am NOT using clob and blob anywhere in my operation.. All I am doing is plain inserts from arrays.. and it gives me this error. Here is the code: Connection conn = null;           Statement stmt = nu