<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Synchronous IDOC to HTTPS Scenario in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197442#M3264187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think this is possible using HTTP Adapter since the response would be 'instantaneous' and would be treated as a single call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some approaches:&lt;/P&gt;&lt;P&gt;1. Use a function module(with IDoc fields) to trigger a synchronous call&lt;/P&gt;&lt;P&gt;2. Use ABAP Proxy (also synch)&lt;/P&gt;&lt;P&gt;3. Use AS2 adapter (two asynch scenarios with Idoc Acknowledgement and MDN)&lt;/P&gt;&lt;P&gt;4. Use BPM (to capture synch response).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 05:41:02 GMT</pubDate>
    <dc:creator>markangelo_dihiansan</dc:creator>
    <dc:date>2013-01-10T05:41:02Z</dc:date>
    <item>
      <title>Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaq-p/9197440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario is IDOC to HTTPS synchronous scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idoc will be sending to PI where PI posts HTTPS post to the 3rd party external system, then the 3rd party external system sends back the HTTPS response and that needs to be mapped with the idoc structure and push that information again to the R/3 ECC system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know how synchronous IDOC interface to be implemented.&lt;/P&gt;&lt;P&gt;I assume like IDOC to HTTPs post -- One Async scenario &amp;amp; HTTPS Response to IDOC another Async scenario -- will this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 05:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaq-p/9197440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-10T05:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197441#M3264186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;I just want to know how synchronous IDOC interface to be implemented.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;you may need to use a few flows for that &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;1. IDOC to file - async &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;2. file - sync https - file (with request response beans - async-sync bridge) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;3. file - IDOC &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you can do it without a BPM and should work very fast, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Michal Krawczyk &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 05:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197441#M3264186</guid>
      <dc:creator>MichalKrawczyk</dc:creator>
      <dc:date>2013-01-10T05:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197442#M3264187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think this is possible using HTTP Adapter since the response would be 'instantaneous' and would be treated as a single call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some approaches:&lt;/P&gt;&lt;P&gt;1. Use a function module(with IDoc fields) to trigger a synchronous call&lt;/P&gt;&lt;P&gt;2. Use ABAP Proxy (also synch)&lt;/P&gt;&lt;P&gt;3. Use AS2 adapter (two asynch scenarios with Idoc Acknowledgement and MDN)&lt;/P&gt;&lt;P&gt;4. Use BPM (to capture synch response).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 05:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197442#M3264187</guid>
      <dc:creator>markangelo_dihiansan</dc:creator>
      <dc:date>2013-01-10T05:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197443#M3264188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc does not support Synchronous communication. Its always better if you go for Proxy at SAP side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise go for Acknowledgment, find the below blog:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc" title="http://scn.sap.com/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc"&gt;http://scn.sap.com/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 05:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197443#M3264188</guid>
      <dc:creator>nabendu_sen</dc:creator>
      <dc:date>2013-01-10T05:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197444#M3264189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;2. file - sync https - file (with request response beans - async-sync bridge) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;Can you elaborate this more..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;so totally it will be 3 interfaces right as per your suggestion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;But the dependency here is once the idoc gets the response&amp;nbsp; i mean&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;IDOC -- PI -- HTTPS POST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;HTTPS Response -- PI -- IDOC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;If the response i get then only the next idoc should process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;But here as the sender is IDOC we cannot configure that EOIO i believe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;Please suggest how should i goahead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;--Sai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 06:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197444#M3264189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-10T06:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197445#M3264190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;2. file - sync https - file (with request response beans - async-sync bridge)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;this is how to set it up - async-sync-async (so file-https-file) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/XI/Using+Request+Response+Bean+Module+in+FILE+Adapter" title="http://wiki.sdn.sap.com/wiki/display/XI/Using+Request+Response+Bean+Module+in+FILE+Adapter"&gt;http://wiki.sdn.sap.com/wiki/display/XI/Using+Request+Response+Bean+Module+in+FILE+Adapter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;If the response i get then only the next idoc should process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;it's possible to use EOIO with IDOCs but not in this case - in this case it's better to develop something which will pprevent "next" idoc creation before the response is received - this way it will be much more realiable, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Michal Krawczyk &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 06:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197445#M3264190</guid>
      <dc:creator>MichalKrawczyk</dc:creator>
      <dc:date>2013-01-10T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197446#M3264191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me in approaching solution for this requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC ---PI-- HTTPS, HTTPS response -- PI -- IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the ultimate dependency is once i get the responce back i need to trigger the next idoc, &lt;/P&gt;&lt;P&gt;But as per the mich suggestion in the above thread, he suggest to control the generation of next idoc based on response of the previous one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they dont have such control in place to check.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So could you please suggest the possibe ways to drive the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 05:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197446#M3264191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T05:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197447#M3264192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you complete this ? Would you please share your solution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Binod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197447#M3264192</guid>
      <dc:creator>binod8</dc:creator>
      <dc:date>2014-10-08T07:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous IDOC to HTTPS Scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197448#M3264193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal, Can't we use IDocAAE channel in&amp;nbsp; ResponseOnewayBean? Will this bean support only file adapter to capture the response?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3945723" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="IDoc AAE receiver channel in ResponseOnewayBean" href="https://community.sap.com/" modifiedtitle="true" title="IDoc AAE receiver channel in ResponseOnewayBean"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 08:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/synchronous-idoc-to-https-scenario/qaa-p/9197448#M3264193</guid>
      <dc:creator>adityavempati</dc:creator>
      <dc:date>2016-08-19T08:21:36Z</dc:date>
    </item>
  </channel>
</rss>

