<?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: FMX1 restriction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958746#M945865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi all,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I want to put a restriction on FMX1 for funds center when parking the document, so the user cannot park a document on a fund center he is not authorized on. I've filled in all the object related with the fund center, and also checked the SU24, without sucess.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm sorry but this is not supported. i know nothing about this module but i checked the coding - this is all there is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
function fmr3_check_authority.

...

* Prüfen des neuen Berechtigungsobjektes
  authority-check object 'F_FUNDSRES'
           id 'BUKRS' field i_f_kblk-bukrs
           id 'FMRE_BLTYP' field i_f_kblk-bltyp
           id 'FMRE_BLART' field i_f_kblk-blart
           id 'FMRE_AUTH' field i_activity.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked for enhancements to transaction FMX1 which would allow interfering - you might want to check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- EXIT_RFFMBW00_002&lt;/P&gt;&lt;P&gt;- EXIT_SAPLFMFR_001&lt;/P&gt;&lt;P&gt;- EXIT_SAPLFMFR_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with an abaper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; On the other hand, I want FMW1 not to be restricted on the company code, that means i don't want the system to check the company code when the user get access to FMW1. I used SU24 to put off the control, but it doesn't work&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thank you for your help !!&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FMW1 goes to the same auth-check, so you might want to consider using exits here also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 11:13:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T11:13:56Z</dc:date>
    <item>
      <title>FMX1 restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958745#M945864</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;I want to put a restriction on FMX1 for funds center when parking the document, so the user cannot park a document on a fund center he is not authorized on. I've filled in all the object related with the fund center, and also checked the SU24, without sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, I want FMW1 not to be restricted on the company code, that means i don't want the system to check the company code when the user get access to FMW1. I used SU24 to put off the control, but it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 08:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958745#M945864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: FMX1 restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958746#M945865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi all,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I want to put a restriction on FMX1 for funds center when parking the document, so the user cannot park a document on a fund center he is not authorized on. I've filled in all the object related with the fund center, and also checked the SU24, without sucess.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm sorry but this is not supported. i know nothing about this module but i checked the coding - this is all there is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
function fmr3_check_authority.

...

* Prüfen des neuen Berechtigungsobjektes
  authority-check object 'F_FUNDSRES'
           id 'BUKRS' field i_f_kblk-bukrs
           id 'FMRE_BLTYP' field i_f_kblk-bltyp
           id 'FMRE_BLART' field i_f_kblk-blart
           id 'FMRE_AUTH' field i_activity.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked for enhancements to transaction FMX1 which would allow interfering - you might want to check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- EXIT_RFFMBW00_002&lt;/P&gt;&lt;P&gt;- EXIT_SAPLFMFR_001&lt;/P&gt;&lt;P&gt;- EXIT_SAPLFMFR_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with an abaper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; On the other hand, I want FMW1 not to be restricted on the company code, that means i don't want the system to check the company code when the user get access to FMW1. I used SU24 to put off the control, but it doesn't work&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thank you for your help !!&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FMW1 goes to the same auth-check, so you might want to consider using exits here also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 11:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958746#M945865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T11:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: FMX1 restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958747#M945866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for you help. Do you eventually mean that I have to modify the ABAP program of the transaction, since SU24 doesn't fix it ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Hatem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 12:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fmx1-restriction/m-p/3958747#M945866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T12:10:34Z</dc:date>
    </item>
  </channel>
</rss>

