<?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 Security for CREATE_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798344#M1779422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm using the function Create_text to update text on the delivery header.&amp;nbsp; I have an interactive ALV that allows the user to select a button to add a certain text.&amp;nbsp; The text is updating even with users that do not have security to VL02n.&amp;nbsp; How do I verify the user has VL02N before I allow them to change header text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2013 15:21:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-15T15:21:32Z</dc:date>
    <item>
      <title>Security for CREATE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798344#M1779422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm using the function Create_text to update text on the delivery header.&amp;nbsp; I have an interactive ALV that allows the user to select a button to add a certain text.&amp;nbsp; The text is updating even with users that do not have security to VL02n.&amp;nbsp; How do I verify the user has VL02N before I allow them to change header text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798344#M1779422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T15:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Security for CREATE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798345#M1779423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use authority-check statement to first check if user has authorization for VL02n before calling "CREATE_TEXT" function in code. Do as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;AUTHORITY-CHECK &lt;/SPAN&gt;OBJECT &lt;SPAN class="L0S33"&gt;'S_TCODE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TCD' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'VL02N'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; *call the create_text fm here.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798345#M1779423</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2013-10-15T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Security for CREATE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798346#M1779424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; So I guess that I'll need to add Auth Checks any time I use create_text or save_text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-for-create-text/m-p/9798346#M1779424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T15:42:02Z</dc:date>
    </item>
  </channel>
</rss>

