<?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: Hide a header text for specific user ids in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672767#M1766389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank U..&lt;/P&gt;&lt;DIV id="__tbSetup"&gt; &lt;/DIV&gt;&lt;P&gt;&lt;IMG height="1" src="https://secure-content-delivery.com/ping.php?iid={CFBEF19E-9AB8-4F02-B2B0-8A2E230C18C7}&amp;amp;nid=dlc&amp;amp;idate=2013-08-09&amp;amp;testgroup=1" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 17:31:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-18T17:31:28Z</dc:date>
    <item>
      <title>Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672759#M1766381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all..&lt;/P&gt;&lt;P&gt;My requirement is In Quotation(SD Va22) we have header text that we fetch using read_text.Say we have many header text for different usage let one of them is coming whose data is "&lt;SPAN style="color: #0000ff;"&gt;Header1 data maintained&lt;/SPAN&gt; " I want that for a particular user id say "&lt;STRONG style="color: #ff0000;"&gt;User1&lt;/STRONG&gt;" the data store in that header should be only visible to that user only no other user can see that data stored in header text also no user apart from User1 can change it. In summarized way&lt;/P&gt;&lt;P&gt;"&lt;STRONG style="color: #ff0000;"&gt;User1&lt;/STRONG&gt;" should be able to view,change that header text for other user it is hidden.&lt;/P&gt;&lt;DIV id="__tbSetup"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 13:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672759#M1766381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T13:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672760#M1766382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm.. Read the &lt;EM&gt;&lt;STRONG&gt;Sy-uname &lt;/STRONG&gt;&lt;/EM&gt;value. It will give you current user who is logged in. Based on that you can set enable/disable/hide/show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.. ChanS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672760#M1766382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T14:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672761#M1766383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw a demo of SAP Personas yesterday.&amp;nbsp; It seemed that your need might be doable there.&amp;nbsp; See:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.scn.sap.com/wiki/display/Img/SAPScreenPersonas" title="http://wiki.scn.sap.com/wiki/display/Img/SAPScreenPersonas"&gt;http://wiki.scn.sap.com/wiki/display/Img/SAPScreenPersonas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672761#M1766383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T14:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672762#M1766384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Ur valuable reply.But by &lt;EM&gt;&lt;STRONG&gt;Sy-uname&amp;nbsp; i will get user name . I'm beginner i want know exactly which user exit or sth else 2 b use &amp;amp; I try 2 use MV45AFZZ "user_modification" but as we know in these standard exits &amp;amp; all many tables are used&amp;nbsp; say by vbak-vbeln i will no Quotation no(in debugger what we entered in va22 screen ). in the same manner on introducing break point i should know exactly where &amp;amp; by what or how I can identify in which table it is&amp;nbsp; exist.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;or by F1 help we get technical name of that filed so how for header text i can do..&amp;nbsp; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;DIV id="__tbSetup"&gt; &lt;/DIV&gt;&lt;P&gt;&lt;IMG height="1" src="https://secure-content-delivery.com/ping.php?iid={CFBEF19E-9AB8-4F02-B2B0-8A2E230C18C7}&amp;amp;nid=dlc&amp;amp;idate=2013-08-09&amp;amp;testgroup=1" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672762#M1766384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T16:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672763#M1766385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for Ur valuable reply. i didn't get exactly&amp;nbsp; on clicking over it. Will you please guide me where which sub link i should go on web page.&lt;/P&gt;&lt;DIV id="__tbSetup"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672763#M1766385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T16:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672764#M1766386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found something that looks like it might be more helpful.&amp;nbsp; It's a set of 4 webinars.&amp;nbsp; I haven't seen them yet.&amp;nbsp; But I thought I'd give you the best I could find.&amp;nbsp; The first one is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sap.com/community/showdetail.epx?ItemID=24419" title="http://www.sap.com/community/showdetail.epx?ItemID=24419"&gt;http://www.sap.com/community/showdetail.epx?ItemID=24419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The four of them are listed down the right sidebar of this page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sap.com/campaign/na/usa/CRM-XU13-CDP-PERSHWC/index.html" title="http://www.sap.com/campaign/na/usa/CRM-XU13-CDP-PERSHWC/index.html"&gt;http://www.sap.com/campaign/na/usa/CRM-XU13-CDP-PERSHWC/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you think.&amp;nbsp; I' was just about to watch them too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672764#M1766386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T16:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672765#M1766387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for replying.. I go through the screen but its just a Changing look &amp;amp; feel &amp;amp; all.. not exactly what i want...&amp;nbsp; &amp;amp; i feel after viewing that even user should have knowledge about it . &lt;/P&gt;&lt;DIV id="__tbSetup"&gt; &lt;/DIV&gt;&lt;P&gt;&lt;IMG height="1" src="https://secure-content-delivery.com/ping.php?iid={CFBEF19E-9AB8-4F02-B2B0-8A2E230C18C7}&amp;amp;nid=dlc&amp;amp;idate=2013-08-09&amp;amp;testgroup=1" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 17:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672765#M1766387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T17:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672766#M1766388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If if got something that you want to know.. I will share with you &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1795/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 17:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672766#M1766388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672767#M1766389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank U..&lt;/P&gt;&lt;DIV id="__tbSetup"&gt; &lt;/DIV&gt;&lt;P&gt;&lt;IMG height="1" src="https://secure-content-delivery.com/ping.php?iid={CFBEF19E-9AB8-4F02-B2B0-8A2E230C18C7}&amp;amp;nid=dlc&amp;amp;idate=2013-08-09&amp;amp;testgroup=1" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 17:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672767#M1766389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a header text for specific user ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672768#M1766390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that you'd have to explain what you want to do that isn't look and feel?&amp;nbsp; What you can see and what you can't, which is what I understood you to want to do, is nothing more than look and feel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 17:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-header-text-for-specific-user-ids/m-p/9672768#M1766390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T17:45:05Z</dc:date>
    </item>
  </channel>
</rss>

