<?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 Authorization Object for AUSBK (Source Company Code) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213245#M1522855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am in need of 'controlling' the AUSBK (Source Company Code), along with BUKRS (Company Code).&lt;/P&gt;&lt;P&gt;When a GL accountant executes FBV3 (Display Parked Document), I would  like to filter out documents with certain values of ASUBK data element (field), on top of the entered BUKRS value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked into SU20 &amp;amp; SU21, but I haven't found any authorization relating to AUSBK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Sep 2010 13:57:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-02T13:57:18Z</dc:date>
    <item>
      <title>Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213245#M1522855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am in need of 'controlling' the AUSBK (Source Company Code), along with BUKRS (Company Code).&lt;/P&gt;&lt;P&gt;When a GL accountant executes FBV3 (Display Parked Document), I would  like to filter out documents with certain values of ASUBK data element (field), on top of the entered BUKRS value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked into SU20 &amp;amp; SU21, but I haven't found any authorization relating to AUSBK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 13:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213245#M1522855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T13:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213246#M1522856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;  there are no authorization objects containing the authorization field &lt;STRONG&gt;AUSBK&lt;/STRONG&gt;. The only way to achieve your requirement is troughout the creation of a custom authorization object, with transaction &lt;STRONG&gt;SU21&lt;/STRONG&gt;, using the authorization fields that you want to test, and then adding in the ABAP code, in the proper part of the code, using the statement AUTHORITY-CHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213246#M1522856</guid>
      <dc:creator>andrea_brusarestelletti</dc:creator>
      <dc:date>2010-09-02T15:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213247#M1522857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, thank you for your response !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never created a customize Authorization Object, before.&lt;/P&gt;&lt;P&gt;Do you have any links, notes, docs explaining.showing how to do it ?&lt;/P&gt;&lt;P&gt;It seems SU21 is straightforward, but the code using the statement AUTHORITY-CHECK is a gray area.&lt;/P&gt;&lt;P&gt;Do I have to have my ABAPer to do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213247#M1522857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T15:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213248#M1522858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is generally and normally done by ABAPER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use SU24 create an custom authorization object  and then the custom authority  field and ask the ABAPER to do his magic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 17:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213248#M1522858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T17:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213249#M1522859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Franklin, thanks for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it SU24 or SU21 to create a custom Authorization Object ?&lt;/P&gt;&lt;P&gt;My ABAPer has a very tight schedule, can I do it myself ?&lt;/P&gt;&lt;P&gt;Are there any docs, links where it shows to do it ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 18:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213249#M1522859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T18:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213250#M1522860</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;You can create custom authority field using SU20 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain or create custom authority object using SU21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the authority object and field in a custom transaction will be using Su24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAPER should know this very well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 18:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213250#M1522860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T18:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213251#M1522861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Franklin, thanks again !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it myself,since the ABAPer is npt available.&lt;/P&gt;&lt;P&gt;Are there any links, docs showing howit is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 19:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213251#M1522861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213252#M1522862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if the check is not in the code then adding it to SU20, SU21 and Su24 is not going anywhere...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add it to an apprpriate source code location and react to the check --&amp;gt; you need an ABAPer for this, preferably a good one because there are also easy ways to hang yourself in UI exits.&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>Thu, 02 Sep 2010 19:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213252#M1522862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213253#M1522863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I remember correctly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute SU20  transaction, it will have a paper rectangular button on the left corner which is create&lt;/P&gt;&lt;P&gt;start with letter Z.......... to creat a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute Su21 transaction, on the application menu bar you will a paper button with paper clip(down arrow)&lt;/P&gt;&lt;P&gt;you will have option to create custom authority field and authority field object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember unless ABAPER enables these objects in the code he creates you cannot make this functional( based on what I know)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAPER in my case gave me CUSTOM TRANSACTION NAME and I added the custom object and field in SU24&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 19:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213253#M1522863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T19:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213254#M1522864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; ( based on what I know)&lt;/P&gt;&lt;P&gt;There is a lot of empirical evidence to support what you suspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first path of least resistance should be to look in config. You can actually achieve alot that way without modifying or copying the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of curiosity, try run a trace on your custom object and even if found check to see whether the code even reacts to the check (same module pool used might use navigation back into the original transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect the ABAPer copied the module pool. Solutions like this in exits are a real pest and they are not secure unless the ABAPer is very security aware. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few are. They generally just want to make it work in unit tests of their copied code at your current release level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a good idea, normally.&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>Thu, 02 Sep 2010 23:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213254#M1522864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T23:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213255#M1522865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When, I create a Z* authorization field (SU20), I get a screen that asks for a 'Package' name.&lt;/P&gt;&lt;P&gt;What do I put in there ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 18:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213255#M1522865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T18:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213256#M1522866</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;you are lacking basic knowledge about how development is organized in SAP system. The development package is an important thing which determines transport path. Usually, there is only one path but your landscape might be more complex. You need to know what you do and what to select. As it was already written just defining new custom authorization object won't do the job. I quickly checked FBV3 and it does not have a really nice structure. So you really need a developer to implement additional checks. Don't forget that you need to restrict Document list as well.&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, 07 Sep 2010 21:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213256#M1522866</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-09-07T21:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213257#M1522867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin, thank you for your reply !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I don't have ABAP basic knowledge, I would like to learn though &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Do you recommend any docs, links, notes where I can read from ?&lt;/P&gt;&lt;P&gt;Also any info about the complete steps for creating a custom authorization object, it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 13:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213257#M1522867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T13:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213258#M1522868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue has been resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 16:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213258#M1522868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-16T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object for AUSBK (Source Company Code)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213259#M1522869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 19:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-ausbk-source-company-code/m-p/7213259#M1522869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-16T19:50:00Z</dc:date>
    </item>
  </channel>
</rss>

