<?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: can this bapi   replace with fm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005841#M1896749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Thanks to all for&amp;nbsp; your valuable&amp;nbsp; inputs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually&amp;nbsp; these below options are possible for this BAPI&amp;nbsp; error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To add authorization object for all the “maintenance status” to user’s role. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; 2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program modification &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; Ignore the error message for authorization. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; 3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program modification &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; Submit another program by using user: UC4BATCH in order to avoid an authorization error &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; 4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program modification &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; Somehow, avoid passing the authorization values for unnecessary “maintenance status” &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;STRONG&gt;but&amp;nbsp; they very first want to know if&amp;nbsp; option 4 can we an solution or not ? as user was able to update using BDC before code change ( replace bdc with bapi ) ,,&amp;nbsp; as other options they need to give more access .&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: #1f497d;"&gt;we updating same data only through BAPI. But, does this BAPI always require the authorization for all the maintenance status?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 09:24:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-27T09:24:13Z</dc:date>
    <item>
      <title>can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005835#M1896743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Friends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of the old program to update storage location and other data&amp;nbsp;&amp;nbsp; BDCs were getting used but due to &lt;SPAN style="text-decoration: underline;"&gt;very slow performance&lt;/SPAN&gt;&amp;nbsp; it get&amp;nbsp; replaced with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;' BAPI_MATERIAL_SAVEDATA ' &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; but issue with this bapi is ,&amp;nbsp; only user is&amp;nbsp; getting&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;'No Authorization for this transaction ' &lt;/SPAN&gt;&amp;nbsp; rest we all able to upload data ,&amp;nbsp; but&amp;nbsp; client not ready to give&amp;nbsp; any other access to&amp;nbsp; the user&amp;nbsp; and want us to&amp;nbsp; handle this at&amp;nbsp; program level only ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;few options&amp;nbsp; I got are ,&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; SU24&amp;nbsp; can help to suppress&amp;nbsp; auth checks&amp;nbsp; but not acceptable and good idea for long run ,&lt;/P&gt;&lt;P&gt;,2)&amp;nbsp; FM&amp;nbsp; - &amp;gt;&amp;nbsp; CALL_TRANSACTION_FROM_TABLE&lt;/P&gt;&lt;P&gt;3) FM&amp;nbsp;&amp;nbsp; - &amp;gt; C160_TRANSACTION_CALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but these all above&amp;nbsp; not advisable as&amp;nbsp; se37 access need to provide ,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally one option suggested to&amp;nbsp; replace this BAPI&amp;nbsp; with FM&amp;nbsp; ' &lt;SPAN class="left" style="font-size: 10pt; font-family: Arial; color: #000000;"&gt;MATERIAL_MAINTAIN_DARK '&amp;nbsp;&amp;nbsp; not sure it will work or not am starting working on this .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 10pt; font-family: Arial; color: #000000;"&gt;mean time does any body have any other suggestion or&amp;nbsp; best option&amp;nbsp; .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 10pt; font-family: Arial; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 10pt; font-family: Arial; color: #000000;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 10pt; font-family: Arial; color: #000000;"&gt;Meeta&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 10:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005835#M1896743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-26T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005836#M1896744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the authorisation object that is triggering the no authorisation message? Use SU53 for this information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As a general principle, if a user needs an authorisation to do a task for which there is a business requirement, they are given the authorisation. Presumably there is a business requirement, so the authorisation concept should be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of unreleased function modules is &lt;STRONG&gt;not supported&lt;/STRONG&gt; by SAP; so it is not a good idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would return to the client and tell them the options are &lt;/P&gt;&lt;P&gt;1) Modify the authorisation concept - fully supported by SAP&lt;/P&gt;&lt;P&gt;2) Suppress via SU24 - which will cause a massive stink if the client has an external security audit&lt;/P&gt;&lt;P&gt;3) Use unreleased function modules which are not supported by SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then see what their response is. Usually a business requirement trumps everything, and suddenly option 1) becomes acceptable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 10:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005836#M1896744</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-03-26T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005837#M1896745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Moderator message: this solution is not recommended. See Paul Bakker's response below.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I completely agree with Matt, there is an option that I found recently. I would not comment whether its is right or wrong to use this approach in your case but our requirement was a little different where, in order to allow a certain functionality a lot of authorizations were to be allowed. In order to over come this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************** set the user ********************&lt;/P&gt;&lt;P&gt;concatenate 'WORKFLOW_LOCAL' sy-mandt to destination separated by space.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;***************************** set the user ********************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Then call the function using the above destination. This sets the user as WORKFLOW which will have a better authorization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'XYZ' destination lv_dest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputs are most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 17:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005837#M1896745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-26T17:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005838#M1896746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you actually tried that yourself? I ask because I can see some factual errors in your post. It won't work as it stands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if it did somehow work, you would be effectively circumventing all authorisations in the system as well as performing updates under another user's name (ie the workflow system user). If anyone tried that at my company they would be terminated immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So have you actually done this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 05:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005838#M1896746</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2015-03-27T05:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005839#M1896747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly. The correct way is the fix the authorisations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 05:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005839#M1896747</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-03-27T05:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005840#M1896748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solutions proposed like the one above also call out why systems user accounts should be restricted and not assigned SAP_ALL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 07:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005840#M1896748</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2015-03-27T07:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005841#M1896749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Thanks to all for&amp;nbsp; your valuable&amp;nbsp; inputs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually&amp;nbsp; these below options are possible for this BAPI&amp;nbsp; error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To add authorization object for all the “maintenance status” to user’s role. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; 2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program modification &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; Ignore the error message for authorization. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; 3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program modification &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; Submit another program by using user: UC4BATCH in order to avoid an authorization error &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; 4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program modification &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&amp;gt; Somehow, avoid passing the authorization values for unnecessary “maintenance status” &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;STRONG&gt;but&amp;nbsp; they very first want to know if&amp;nbsp; option 4 can we an solution or not ? as user was able to update using BDC before code change ( replace bdc with bapi ) ,,&amp;nbsp; as other options they need to give more access .&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Arial','sans-serif'; color: #1f497d;"&gt;we updating same data only through BAPI. But, does this BAPI always require the authorization for all the maintenance status?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005841#M1896749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-27T09:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005842#M1896750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It becomes clearer. It seems then that the BAPI doesn't properly apply the users authorisations. It should check that the user has the authorisation to change at least what they have authority to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the way forward would be to raise a call with SAP asking for the BAPI to be updated? (This is what I did when a support pack enlarged the scope of a BAPI, but that required the users to suddenly have the authorisation to do all the enlarged scope - I did get a response and a fix quite quickly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I've search this site (&lt;STRONG&gt;which is what you should have done first of all&lt;/STRONG&gt;) and it seems this is a common problem. One poster &lt;A __default_attr="358940" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="BAPI_MATERIAL_SAVEDATA and Authorization Object" href="https://community.sap.com/"&gt;&lt;/A&gt; suggests that although you get the error message - the change &lt;STRONG&gt;is&lt;/STRONG&gt; made. If that is the case, then just ignore the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005842#M1896750</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-03-27T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005843#M1896751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot agree more on what you have stated. It is true that it overwrites the authorization and in order to over come the same the actual program in which this was coded was controlled by proper authorization. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fortunately this is not something that I coded but came across whIle I was making changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea was not to encourage others using this option. I never knew some thing like this would work before I came across this recently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005843#M1896751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-27T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005844#M1896752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why this should &lt;STRONG&gt;never&lt;/STRONG&gt; be done is that it subverts the whole authorisation concept. It might not just land a programmer who used it in serious trouble, but it would also land any regulated industry in trouble. Imagine a company where the person creating new customers, new purchased orders and approving invoices...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 15:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005844#M1896752</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-03-27T15:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005845#M1896753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Friends&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestions ,&amp;nbsp; but&amp;nbsp; still they want to first try level best for all possible options without&amp;nbsp; giving any role / access&amp;nbsp;&amp;nbsp; as their simple query is&amp;nbsp; using BDC&amp;nbsp; user was able to update then&lt;/P&gt;&lt;P&gt;same they expecting with this BAPI as well .&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp; issue is still open&amp;nbsp; ad am getting suggestions like to copy this BAPI&amp;nbsp; into custome one&amp;nbsp; BAPI_MATERIAL_SAVEDATA&amp;nbsp; into Z Bapi and make try to look option if authorization message can be skipped .&amp;nbsp; but am not sure this will success or not or its good suggestion .?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meeta&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 18:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005845#M1896753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-30T18:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005846#M1896754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt already correctly pointed out above that if BAPI does not handle authorization checks correctly then the right thing to do is to ask SAP to fix it (by opening an incident). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could easily do an authorization trace (ST01) with the old program (or just standard transaction) and then with the BAPI. Then look at the differences and if there seems to be excessive authorizations required by BAPI then it's perfectly reasonable to ask SAP what the heck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other "creative" solution will be either a violation of the authorization concept or a redundancy that someone will have to address at later time, just like now you're trying to replace BDC with something better. At the same time countless other developers will continue having the same issue because no one thought about solving the root cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 21:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005846#M1896754</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-03-30T21:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005847#M1896755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copying a standard function module (or BAPI) is nearly always a really bad idea. You don't benefit from any fixes through service packs, and, worst case (I've seen it happen), the copy might stop working due to changes elsewhere - necessitating a re-clone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, if you create your own code to update standard SAP tables (which is what your copy would effectively be) then that if something goes wrong, SAP will not fix your database without charging significant sums of money.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 06:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005847#M1896755</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-03-31T06:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005848#M1896756</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;I got&amp;nbsp; this another link&amp;nbsp; relevant&lt;A __default_attr="1685139" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Program of bapi 'BAPI_MATERIAL_SAVEDATA' it gives the 'No authorization '" href="https://community.sap.com/" modifiedtitle="true" title="&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1685139" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Program of bapi 'BAPI_MATERIAL_SAVEDATA' it gives the 'No authorization '" href="https://community.sap.com/" modifiedtitle="true" title="Program of bapi 'BAPI_MATERIAL_SAVEDATA' it gives the 'No authorization '"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but am not sure .if its correct way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005848#M1896756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-31T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005849#M1896757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;[banging my head on the desk]&lt;/EM&gt; Is there some issue with opening an incident with SAP? They don't bite (usually).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think about the solution in the linked post? If it was acceptable in your case to run the program in a background job then we probably wouldn't be having this discussion. Just thinking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 13:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005849#M1896757</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-03-31T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005850#M1896758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There would only be an issue if the SAP system in question wasn't licensed. So it can't be that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 13:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005850#M1896758</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-03-31T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: can this bapi   replace with fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005851#M1896759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry&amp;nbsp; as am&amp;nbsp; under pressure to check&amp;nbsp; maximum&amp;nbsp; possibility to handle this at program level,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now&amp;nbsp; I have raised this to SAP ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 18:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-this-bapi-replace-with-fm/m-p/11005851#M1896759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-31T18:24:19Z</dc:date>
    </item>
  </channel>
</rss>

