<?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 at data element level in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350238#M1398735</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 have a requirement where i have to put a authorization check at data element BANKN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all the transactions which use BANKN data element( e.g FK01 , FK02, FK03 etc) , i need to put an auth check for Bank number .&lt;/P&gt;&lt;P&gt;Only those users who are authorized will be able to see the Bank number, other wise the field will be masked by ******* .&lt;/P&gt;&lt;P&gt;I tried with field exit , howerever , it gets triigerrred only at Change (that too not completely satisfying the requirement.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me a solutiion for the same.&lt;/P&gt;&lt;P&gt;Also , how to mask a particulat field based on a condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Supriya Murudkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Oct 2009 10:59:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-25T10:59:44Z</dc:date>
    <item>
      <title>Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350238#M1398735</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 have a requirement where i have to put a authorization check at data element BANKN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all the transactions which use BANKN data element( e.g FK01 , FK02, FK03 etc) , i need to put an auth check for Bank number .&lt;/P&gt;&lt;P&gt;Only those users who are authorized will be able to see the Bank number, other wise the field will be masked by ******* .&lt;/P&gt;&lt;P&gt;I tried with field exit , howerever , it gets triigerrred only at Change (that too not completely satisfying the requirement.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me a solutiion for the same.&lt;/P&gt;&lt;P&gt;Also , how to mask a particulat field based on a condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Supriya Murudkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2009 10:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350238#M1398735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-25T10:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350239#M1398736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this kind of enhancement, you will have to modify the standard most of the time (with SSCR or with enhancement framework)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2009 13:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350239#M1398736</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-10-25T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350240#M1398737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 4.7 and not enhancement framework ...&lt;/P&gt;&lt;P&gt;Is it possible in 4.7 ?&lt;/P&gt;&lt;P&gt;Can BTE help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 06:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350240#M1398737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T06:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350241#M1398738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So why do you have to display the field (*****) anyway? If user has no authorization, the field should not be shown (displayed) at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 06:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350241#M1398738</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-26T06:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350242#M1398739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually , if the field is blank , then the end user will not come to know if the field does contain any value or just he is not authorized to view the same.&lt;/P&gt;&lt;P&gt;Authorization needs to be only on 1 field (having BANKN data elem ) and not on the entire transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 06:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350242#M1398739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T06:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350243#M1398740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, most of the time, you should do modification of the standard. In 4.7, you only have SSCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know FK* transactions, so I can't tell you if there is a BTE for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have better mentioned them in the title of your post to get more chance to have an answer, and do not mention "authorization at data element" (people wouldn't read it as it makes no sense in SAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, another solution would be to use authorizations at transaction level: authorized people would use FK* transactions where bank field would be displayed, while some other people would use ZFK* transactions where bank field is NOT displayed, using &lt;STRONG&gt;transaction and screen variants&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 10:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350243#M1398740</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-10-26T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350244#M1398741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood your question correctly, you want a data element / domain authorization check. &lt;/P&gt;&lt;P&gt;data element check can be done by field exit whereas for domain check, you can use conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a FM with names CONVERSION_EXIT_XXXXX_INPUT &amp;amp; CONVERSION_EXIT_XXXXX_INPUT where XXXXX represents your domain name&lt;/P&gt;&lt;P&gt;2. In the code section add the checks you want on the domain&lt;/P&gt;&lt;P&gt;3. go to se11 and call XXXXX in your conversion routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can ensure that your conversion exit is called whenever domain is used and additional code written by you will ensure what process you want to execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 06:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350244#M1398741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T06:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization at data element level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350245#M1398742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Mayank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what i wanted.&lt;/P&gt;&lt;P&gt;My solution is working as required .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Supriya .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 06:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-at-data-element-level/m-p/6350245#M1398742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T06:53:50Z</dc:date>
    </item>
  </channel>
</rss>

