<?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: RFC BAPI execution authorizations. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469539#M1554906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolls-Royce solution:  Create a test frame in SE37 and execute the BAPI(s) in sequence with an ST01 trace on providing only the import parameters which you want to use and activate in them. This will influence the checks performed, so just looking in the code is not enough...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then maintain SU24 for the BAPI (not a transaction code!) and add the BAPI to the role menu (ignore S_DEVELOP and the other usual red-herrings in the trace).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs by definition should never make an S_TCODE authority-check so you should never need to grant any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Nov 2010 12:32:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-24T12:32:51Z</dc:date>
    <item>
      <title>RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469533#M1554900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my company development teams are trying to use SAP RFC connections in order to connect it's .NET, java, etc applications. They need a sap user to establish the connection and I don't know what authorizations (objects) I need to put in their roles in order to allow the connection estrictly to the BAPIs the need to use. &lt;/P&gt;&lt;P&gt;I used to put transactions on a role, but with BAPIs and function modules I don't know how to proceed. I need to create a transaction for every BAPI or FM they need?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 13:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469533#M1554900</guid>
      <dc:creator>franciscojos_cebrinpedrei</dc:creator>
      <dc:date>2010-11-23T13:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469534#M1554901</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;this [wiki|http://wiki.sdn.sap.com/wiki/display/Security/Best&lt;EM&gt;Practice&lt;/EM&gt;-&lt;EM&gt;How&lt;/EM&gt;to&lt;EM&gt;analyze&lt;/EM&gt;and&lt;EM&gt;secure&lt;/EM&gt;RFC+connections] page a good start. Basically, there is no easy way but you can use approach with transactions. You will add transactions into role which provides same functionality (e.g. VA01 for BAPI BAPI_ SALESORDER_ CREATEFROMDAT2) plus you need to add  RFC specific objects such as S_RFC. ST01 will be helpful for figuring out which authorizations are still missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 22:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469534#M1554901</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-11-23T22:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469535#M1554902</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;It all depends on the BAPIs that you are using. For eg: BAP_USER_CREATE1 requires authorization to S_USER* authorization objects. You may open authorization to some of the auth objects that are not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My recommendation would be to identify the BAPI's that are required and refer the documentation to know the required authorizations and create a role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 03:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469535#M1554902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T03:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469536#M1554903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you answer. I tryed to read the documentation about the BAPIs that are needed but at BAPI transaction I haven't see anything about this matter. I don't know if at the Marketplace should be sap notes about every BAPI we need.&lt;/P&gt;&lt;P&gt;I'm going to review this two options, but if you know another please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 07:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469536#M1554903</guid>
      <dc:creator>franciscojos_cebrinpedrei</dc:creator>
      <dc:date>2010-11-24T07:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469537#M1554904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin for your help. &lt;/P&gt;&lt;P&gt;I thinks it's a good idea the aproach to transactions similar to BAPI functions. I supposed that there is no places where I can find a list of the transactions that make the same function of a BAPI, but I will try this.&lt;/P&gt;&lt;P&gt;The ST01 will be a nice help. I haven't used  ever but I will try it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 07:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469537#M1554904</guid>
      <dc:creator>franciscojos_cebrinpedrei</dc:creator>
      <dc:date>2010-11-24T07:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469538#M1554905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also join Martin with the solution. Note that all the BAPIs doesn't contain an authorization check. It is always advised to look at the documentation to identify the authorization objects that are checked, or enable ST01 trace to identify the same. ST01 will exactly help you to identify the auth objects and makes the task simpler. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 12:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469538#M1554905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T12:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469539#M1554906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolls-Royce solution:  Create a test frame in SE37 and execute the BAPI(s) in sequence with an ST01 trace on providing only the import parameters which you want to use and activate in them. This will influence the checks performed, so just looking in the code is not enough...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then maintain SU24 for the BAPI (not a transaction code!) and add the BAPI to the role menu (ignore S_DEVELOP and the other usual red-herrings in the trace).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs by definition should never make an S_TCODE authority-check so you should never need to grant any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 12:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469539#M1554906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: RFC BAPI execution authorizations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469540#M1554907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your help. I will try to play with this transactions in order to grant RFC connections with the BAPIS people need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 12:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-bapi-execution-authorizations/m-p/7469540#M1554907</guid>
      <dc:creator>franciscojos_cebrinpedrei</dc:creator>
      <dc:date>2010-11-25T12:32:41Z</dc:date>
    </item>
  </channel>
</rss>

