<?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>topic bgRFC configuration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736188#M1874499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a doubt with the bgRFC configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First step, I create the supervisor destination. Second step, I want to create an Inbound destination. This link explain how to create an inbound destination:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp3/helpdata/en/48/973e3755493987e10000000a421937/content.htm?frameset=/en/48/9709f255493987e10000000a421937/frameset.htm&amp;amp;current_toc=/en/33/12e0f98f494692b9777dd0ce9fba1e/plain.htm&amp;amp;node_id=111"&gt;http://help.sap.com/saphelp_nw70ehp3/helpdata/en/48/973e3755493987e10000000a421937/content.htm?frameset=/en/48/9709f255493987e10000000a421937/frameset.htm&amp;amp;current_toc=/en/33/12e0f98f494692b9777dd0ce9fba1e/plain.htm&amp;amp;node_id=111&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says: “you can maintain a separate inbound destination for each application.”&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I see that in tx SBGRFCCONF I can create one or more Inbound destination and I can associate it with an RFC. But how can I reserve one of it for a specific application? How can the application choose one specific Inbound destination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 10:22:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-20T10:22:27Z</dc:date>
    <item>
      <title>bgRFC configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736188#M1874499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a doubt with the bgRFC configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First step, I create the supervisor destination. Second step, I want to create an Inbound destination. This link explain how to create an inbound destination:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp3/helpdata/en/48/973e3755493987e10000000a421937/content.htm?frameset=/en/48/9709f255493987e10000000a421937/frameset.htm&amp;amp;current_toc=/en/33/12e0f98f494692b9777dd0ce9fba1e/plain.htm&amp;amp;node_id=111"&gt;http://help.sap.com/saphelp_nw70ehp3/helpdata/en/48/973e3755493987e10000000a421937/content.htm?frameset=/en/48/9709f255493987e10000000a421937/frameset.htm&amp;amp;current_toc=/en/33/12e0f98f494692b9777dd0ce9fba1e/plain.htm&amp;amp;node_id=111&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says: “you can maintain a separate inbound destination for each application.”&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I see that in tx SBGRFCCONF I can create one or more Inbound destination and I can associate it with an RFC. But how can I reserve one of it for a specific application? How can the application choose one specific Inbound destination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 10:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736188#M1874499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T10:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: bgRFC configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736189#M1874500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is _no programmatic/automatic way_ to restrict one application to use a particular destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a destination XYZ - any ABAP program can use that destination to create a bgRFC unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is only a _logical_ separation that different application developers can agree on, when building the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the destination is being used to create queue units and you know different queue names used by different applications, then you can configure queue name prefixes "per" application (no 2 applications can have the same queue name prefix).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if the business objects BUSOBJ_A and BUSOBJ_B are 2 independent business objects and they can be treated as 2 independent applications - then you can create 2 inbound destinations - INBD_BUSOBJ_A and INBD_BUSOBJ_B.&lt;/P&gt;&lt;P&gt;And further, you can restrict INBD_BUSOBJ_A with queue prefix BUSOBJ_A_ for example (under SBGRFCCONF, "Define Inbound destination tab") and INBD_BUSOBJ_B with queue prefix BUSOBJ_B_.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the application developers can be asked to create queue names like BUSOBJ_A_QNAME1, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;BUSOBJ_A_QNAME2, &lt;/SPAN&gt;BUSOBJ_B_QNAME1 and so on from their application code (when using CALL FUNCTION IN BACKGROUND UNIT statement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;JothiSubaramaniam P&lt;/P&gt;&lt;P&gt;SAP IMS CST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 20:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736189#M1874500</guid>
      <dc:creator>former_member204283</dc:creator>
      <dc:date>2015-04-08T20:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: bgRFC configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736190#M1874501</link>
      <description>&lt;P&gt;nice explanation…..&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 09:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bgrfc-configuration/m-p/10736190#M1874501</guid>
      <dc:creator>john_pj30</dc:creator>
      <dc:date>2023-10-02T09:34:58Z</dc:date>
    </item>
  </channel>
</rss>

