<?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: Function module for Company code Authorization check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-company-code-authorization-check/m-p/9172825#M1712223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'&lt;/P&gt;&lt;P&gt;ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;ID 'BUKRS' FIELD C_BUK1.&lt;/P&gt;&lt;P&gt;check SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make addition for User Press F1 on Authority check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;AUTHORITY-CHECK OBJECT auth_obj [FOR USER user]&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID id1 {FIELD val1}|DUMMY&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID id2 {FIELD val2}|DUMMY]&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID id10 {FIELD val10}|DUMMY].&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="@@FOR USER@@AUTHORITY-CHECK@@"&gt;&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="h3"&gt;Addition: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="blue" href="https://community.sap.com/"&gt;&lt;SPAN class="qtext"&gt;... FOR USER user&lt;/SPAN&gt; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="h4"&gt;Effect &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This statement checks whether an &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENAUTHORIZATION_GLOSRY" title="Glossary Entry"&gt;authorization&lt;/A&gt; is entered in the &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENUSER_MASTER_RECORD_GLOSRY" title="Glossary Entry"&gt;user master record&lt;/A&gt; of the current user or of the user specified in &lt;SPAN class="qtext"&gt;user&lt;/SPAN&gt; for the &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENAUTHORIZATION_OBJECT_GLOSRY" title="Glossary Entry"&gt;authorization object&lt;/A&gt; entered in the field &lt;SPAN class="qtext"&gt;auth_obj&lt;/SPAN&gt;, and whether this authorization is sufficient for the request specified in the statement. &lt;SPAN class="qtext"&gt;auth_obj&lt;/SPAN&gt; expects a &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENFLAT_GLOSRY" title="Glossary Entry"&gt;flat&lt;/A&gt; character-like field containing the name of an authorization object. If the addition &lt;SPAN class="qtext"&gt;FOR USER&lt;/SPAN&gt; is not specified, the authorization of the current user is checked. &lt;/P&gt;&lt;P&gt;If &lt;SPAN class="qtext"&gt;id1 ... id10&lt;/SPAN&gt; is specified, you must have at least one and a maximum of 10 different authorization fields listed for the authorization object specified. &lt;SPAN class="qtext"&gt;id1 ... id10&lt;/SPAN&gt; expects flat character-like fields containing the names of the authorization fields in uppercase. If an authorization field is specified that does not appear in the authorization object, checks are not possible and &lt;SPAN class="qtext"&gt;sy-subrc&lt;/SPAN&gt; is set to 4. Each specified authorization field expects either a value to be checked by &lt;SPAN class="qtext"&gt;FIELD&lt;/SPAN&gt; in a flat character-like field &lt;SPAN class="qtext"&gt;val1 ... val10&lt;/SPAN&gt; or the addition &lt;SPAN class="qtext"&gt;DUMMY&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;The authorization check is carried out if the &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENCHECK_INDICATOR_GLOSRY" title="Glossary Entry"&gt;check indicator&lt;/A&gt; for the specified authorization object for the current context is set to &lt;SPAN class="italic"&gt;check&lt;/SPAN&gt; with any &lt;SPAN class="italic"&gt;proposal status&lt;/SPAN&gt;. If the check indicator is set to &lt;SPAN class="italic"&gt;no check&lt;/SPAN&gt;, no authorization check is carried out and &lt;SPAN class="qtext"&gt;sy-subrc&lt;/SPAN&gt; is set to 0, as with a successful check. &lt;/P&gt;&lt;P&gt;The authorization check is successful if one or more authorizations are created for the authorization object in the user master record and if, for at least one of the authorizations, each of the value sets defined there for the authorization fields specified using &lt;SPAN class="qtext"&gt;FIELD&lt;/SPAN&gt; includes the value &lt;SPAN class="qtext"&gt;val1 ... val10&lt;/SPAN&gt; to be checked. Authorization fields that are not included in the statement or that have &lt;SPAN class="qtext"&gt;DUMMY&lt;/SPAN&gt; specified for them are not checked. If the check is successful, &lt;SPAN class="qtext"&gt;sy-subrc&lt;/SPAN&gt; is set to 0. Otherwise, it is set to a value not equal to 0 (see below). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="bold"&gt;System Fields&lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="qtext"&gt;&lt;SPAN class="bold"&gt;sy-subrc&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN class="bold"&gt;Meaning&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Authorization successful or no check was carried out. An authorization for the authorization object was found in the user master record. Its value sets include the specified values.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Authorization check not successful. One or more authorizations were found for the authorization object in the user master record and they include the value sets, but not the values specified, or incorrect authorization fields or too many fields were specified.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;No authorization was found for the authorization object in the user master record.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;This return code is no longer set.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;An invalid user ID was specified in &lt;SPAN class="qtext"&gt;user&lt;/SPAN&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 16:10:57 GMT</pubDate>
    <dc:creator>former_member189779</dc:creator>
    <dc:date>2012-12-05T16:10:57Z</dc:date>
    <item>
      <title>Function module for Company code Authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-company-code-authorization-check/m-p/9172824#M1712222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a function module where i can perform authorization check for company code .Below is the function module which is a example of a authorization of&amp;nbsp; user id check where i pass user id for which i need to perform the aucthorization check.likewise i need another function module where i can pass company code.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'AUTHORITY_CHECK'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;field1 = 'ACTVT'&lt;/P&gt;&lt;P&gt;object = 'Z_BOOK' "Auth object&lt;/P&gt;&lt;P&gt;user = USER_ID&lt;/P&gt;&lt;P&gt;value1 = '04' "&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;user_is_authorized = 0&lt;/P&gt;&lt;P&gt;user_dont_exist = 1&lt;/P&gt;&lt;P&gt;user_not_authorized = 2&lt;/P&gt;&lt;P&gt;user_is_locked = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please do the needfull.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Jyotsana&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 15:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-company-code-authorization-check/m-p/9172824#M1712222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-05T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Company code Authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-company-code-authorization-check/m-p/9172825#M1712223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'&lt;/P&gt;&lt;P&gt;ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;ID 'BUKRS' FIELD C_BUK1.&lt;/P&gt;&lt;P&gt;check SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make addition for User Press F1 on Authority check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;AUTHORITY-CHECK OBJECT auth_obj [FOR USER user]&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID id1 {FIELD val1}|DUMMY&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID id2 {FIELD val2}|DUMMY]&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID id10 {FIELD val10}|DUMMY].&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="@@FOR USER@@AUTHORITY-CHECK@@"&gt;&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="h3"&gt;Addition: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="blue" href="https://community.sap.com/"&gt;&lt;SPAN class="qtext"&gt;... FOR USER user&lt;/SPAN&gt; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="h4"&gt;Effect &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This statement checks whether an &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENAUTHORIZATION_GLOSRY" title="Glossary Entry"&gt;authorization&lt;/A&gt; is entered in the &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENUSER_MASTER_RECORD_GLOSRY" title="Glossary Entry"&gt;user master record&lt;/A&gt; of the current user or of the user specified in &lt;SPAN class="qtext"&gt;user&lt;/SPAN&gt; for the &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENAUTHORIZATION_OBJECT_GLOSRY" title="Glossary Entry"&gt;authorization object&lt;/A&gt; entered in the field &lt;SPAN class="qtext"&gt;auth_obj&lt;/SPAN&gt;, and whether this authorization is sufficient for the request specified in the statement. &lt;SPAN class="qtext"&gt;auth_obj&lt;/SPAN&gt; expects a &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENFLAT_GLOSRY" title="Glossary Entry"&gt;flat&lt;/A&gt; character-like field containing the name of an authorization object. If the addition &lt;SPAN class="qtext"&gt;FOR USER&lt;/SPAN&gt; is not specified, the authorization of the current user is checked. &lt;/P&gt;&lt;P&gt;If &lt;SPAN class="qtext"&gt;id1 ... id10&lt;/SPAN&gt; is specified, you must have at least one and a maximum of 10 different authorization fields listed for the authorization object specified. &lt;SPAN class="qtext"&gt;id1 ... id10&lt;/SPAN&gt; expects flat character-like fields containing the names of the authorization fields in uppercase. If an authorization field is specified that does not appear in the authorization object, checks are not possible and &lt;SPAN class="qtext"&gt;sy-subrc&lt;/SPAN&gt; is set to 4. Each specified authorization field expects either a value to be checked by &lt;SPAN class="qtext"&gt;FIELD&lt;/SPAN&gt; in a flat character-like field &lt;SPAN class="qtext"&gt;val1 ... val10&lt;/SPAN&gt; or the addition &lt;SPAN class="qtext"&gt;DUMMY&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;The authorization check is carried out if the &lt;A _jive_internal="true" class="grey" href="https://answers.sap.com/sapevent:ABENCHECK_INDICATOR_GLOSRY" title="Glossary Entry"&gt;check indicator&lt;/A&gt; for the specified authorization object for the current context is set to &lt;SPAN class="italic"&gt;check&lt;/SPAN&gt; with any &lt;SPAN class="italic"&gt;proposal status&lt;/SPAN&gt;. If the check indicator is set to &lt;SPAN class="italic"&gt;no check&lt;/SPAN&gt;, no authorization check is carried out and &lt;SPAN class="qtext"&gt;sy-subrc&lt;/SPAN&gt; is set to 0, as with a successful check. &lt;/P&gt;&lt;P&gt;The authorization check is successful if one or more authorizations are created for the authorization object in the user master record and if, for at least one of the authorizations, each of the value sets defined there for the authorization fields specified using &lt;SPAN class="qtext"&gt;FIELD&lt;/SPAN&gt; includes the value &lt;SPAN class="qtext"&gt;val1 ... val10&lt;/SPAN&gt; to be checked. Authorization fields that are not included in the statement or that have &lt;SPAN class="qtext"&gt;DUMMY&lt;/SPAN&gt; specified for them are not checked. If the check is successful, &lt;SPAN class="qtext"&gt;sy-subrc&lt;/SPAN&gt; is set to 0. Otherwise, it is set to a value not equal to 0 (see below). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="bold"&gt;System Fields&lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="qtext"&gt;&lt;SPAN class="bold"&gt;sy-subrc&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN class="bold"&gt;Meaning&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Authorization successful or no check was carried out. An authorization for the authorization object was found in the user master record. Its value sets include the specified values.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Authorization check not successful. One or more authorizations were found for the authorization object in the user master record and they include the value sets, but not the values specified, or incorrect authorization fields or too many fields were specified.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;No authorization was found for the authorization object in the user master record.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;This return code is no longer set.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;An invalid user ID was specified in &lt;SPAN class="qtext"&gt;user&lt;/SPAN&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 16:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-company-code-authorization-check/m-p/9172825#M1712223</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-12-05T16:10:57Z</dc:date>
    </item>
  </channel>
</rss>

