<?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: authorization for report / dynamic selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322973#M1394882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still have a problem. I tried creating a variant transaction with SHD0, but the error "Variants are possible only for dialog transactions." comes up, because it is already a transaction variant.. This is well known in the forum and other users advise to use the "real" used transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE93 tells me, that S_ALR_87012093 is a "transaction with parameters". It starts the start-report with option Report=RFKUML00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do a varaint transaction for that report? Do i have to create a varaint transaction for SA38?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2009 12:49:31 GMT</pubDate>
    <dc:creator>ralf_offermann</dc:creator>
    <dc:date>2009-10-27T12:49:31Z</dc:date>
    <item>
      <title>authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322969#M1394878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got a request to implement and authority based on values of the dynamic selection in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: The report S_ALR_87012093 (RFKUML00) needs to be authorized only for a few Account groups, defined by a role. I found an authority obejct (F_LFA1_GRP) for this, but this is not checked in the underlying ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to limit the report to Account group "1000" for example without copying and modifying the source?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to add the authority object to the transaction with SU24, but this is still not checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 09:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322969#M1394878</guid>
      <dc:creator>ralf_offermann</dc:creator>
      <dc:date>2009-10-27T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322970#M1394879</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;Did you add F_LFA1_GRP under S_ALR_87012093  in su24? What is the check indicator for this object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check indicator should be CHECK for auth check to happen for this object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahmeshwar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 10:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322970#M1394879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322971#M1394880</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 can see two possibilities here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a custom transaction or report which defaults the account group to 1000.&lt;/P&gt;&lt;P&gt;2. Create a variant transaction by making the account group field to read only with fixed value as 1000. Search this forum for &lt;/P&gt;&lt;P&gt;     this,    you will find lot of threads and how to guides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S Adding an entry in SU24 doesn't perform a check in the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gowrinadh C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 10:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322971#M1394880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322972#M1394881</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;@Brahmeshwar: yes, i added F_LFA1_GRP under S_ALR_87012093 in su24. But this only adds an entry into USOBT_C and does not really result in any authority-check in the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requester told me, that there must be a global setting, where you can edit authority checks on field names in a report. I could not believe that, but he sounded really persuasive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Gowrinadh: Thanks, i think, i will try your second hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 11:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322972#M1394881</guid>
      <dc:creator>ralf_offermann</dc:creator>
      <dc:date>2009-10-27T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322973#M1394882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still have a problem. I tried creating a variant transaction with SHD0, but the error "Variants are possible only for dialog transactions." comes up, because it is already a transaction variant.. This is well known in the forum and other users advise to use the "real" used transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE93 tells me, that S_ALR_87012093 is a "transaction with parameters". It starts the start-report with option Report=RFKUML00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do a varaint transaction for that report? Do i have to create a varaint transaction for SA38?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 12:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322973#M1394882</guid>
      <dc:creator>ralf_offermann</dc:creator>
      <dc:date>2009-10-27T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322974#M1394883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How can i do a varaint transaction for that report? Do i have to create a varaint transaction for SA38?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one guide available on this.. hope this may help. Let me know if you have any query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Creation and Use of Variant Transaction|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/40d1443e-0184-2c10-c68d-c612f771fe6f]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 15:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322974#M1394883</guid>
      <dc:creator>sdipanjan</dc:creator>
      <dc:date>2009-10-27T15:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: authorization for report / dynamic selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322975#M1394884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already found that guide, but it doesn't work for S_ALR_87012093.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i enter that as a transaction in SHD0, the error "Variants are possible only for dialog transactions." comes up. And other threads explain why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to create a transaction variant for SA38 starting the report, that will be OK, but then there is no possibilty to maintain anything in the dynamic selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to create a new transaction code like S_ALR_87012093, with a default variant, where the fileds are filled and locked, but this doesn't fulfil the request, because the user is able to select another variant and overwrite the settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 09:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-report-dynamic-selection/m-p/6322975#M1394884</guid>
      <dc:creator>ralf_offermann</dc:creator>
      <dc:date>2009-10-28T09:54:32Z</dc:date>
    </item>
  </channel>
</rss>

