<?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 Re: Clarification regarding calling BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783215#M1678498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- If a user id is defined in the RFC destination (1) , this defined user will execute the BAPI in target system.&lt;/P&gt;&lt;P&gt;- If target system considers source system as a trusted system (2), no logon pop-up will be triggered and the same user that called in source system will executes the BAPI in target system.&lt;/P&gt;&lt;P&gt;- If no user id&amp;nbsp; is defined in the RFC destination, and source system is not trusted, a pop-up logon window will be triggered, user which connects will execute the BAPI in target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/22/042638488911d189490000e829fbbd/content.htm"&gt;Displaying, Maintaining and Testing Destinations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(2) &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/22/042671488911d189490000e829fbbd/frameset.htm" target="_parent"&gt;Trusted Systems: Trust Relationships Between SAP Systems&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 13:47:49 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2012-05-29T13:47:49Z</dc:date>
    <item>
      <title>Clarification regarding calling BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783212#M1678495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for some information as to how to use a bapi like BAPI_PO_RELEASE. This bapi is supposed to release based on Release code and user id. When we make an RFC call to this BAPI for example like call function BAPI_PO_RELEASE destination 'XXX', will not always take the same user id that was configured when creating the RFC destination 'XXX'? If we need to pass the user&amp;nbsp; name to this BAPI from whichever system we are calling it through RFC, what can be done? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajith C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 13:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783212#M1678495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-29T13:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification regarding calling BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783213#M1678496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the Function module documentation in BAPI_PO_RELEASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 13:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783213#M1678496</guid>
      <dc:creator>former_member282968</dc:creator>
      <dc:date>2012-05-29T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification regarding calling BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783214#M1678497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think you can pass User name to the BAPI.&lt;/P&gt;&lt;P&gt;It takes the user name which has logged in the RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 13:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783214#M1678497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-29T13:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification regarding calling BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783215#M1678498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- If a user id is defined in the RFC destination (1) , this defined user will execute the BAPI in target system.&lt;/P&gt;&lt;P&gt;- If target system considers source system as a trusted system (2), no logon pop-up will be triggered and the same user that called in source system will executes the BAPI in target system.&lt;/P&gt;&lt;P&gt;- If no user id&amp;nbsp; is defined in the RFC destination, and source system is not trusted, a pop-up logon window will be triggered, user which connects will execute the BAPI in target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/22/042638488911d189490000e829fbbd/content.htm"&gt;Displaying, Maintaining and Testing Destinations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(2) &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/22/042671488911d189490000e829fbbd/frameset.htm" target="_parent"&gt;Trusted Systems: Trust Relationships Between SAP Systems&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 13:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-calling-bapi/m-p/8783215#M1678498</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-05-29T13:47:49Z</dc:date>
    </item>
  </channel>
</rss>

