<?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 End user document Icon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736001#M320087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  I want to attach an end user document icon just beside one parameter.Is there any funtion module to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Dec 2006 10:44:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-30T10:44:49Z</dc:date>
    <item>
      <title>End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736001#M320087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  I want to attach an end user document icon just beside one parameter.Is there any funtion module to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 10:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736001#M320087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-30T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736002#M320088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a button in selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have to add a custom button with same FCODE...and call standard Function module to display the documentation..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 11:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736002#M320088</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-12-30T11:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736003#M320089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;  Manohar I want an icon with syombal 'i' with blue color that u have might seen in some selction screen.That is basically the end user document icon said.I thing there is one FM for this. But I dont know the name of it. Something like display_popup_text but not exactly same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2006 06:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736003#M320089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-31T06:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736004#M320090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, you might be aware of using text-elements in selection-screen. We display icons using text-elements. Proceed as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Get the icon name for info using program: &amp;lt;b&amp;gt;RSTXICON&amp;lt;/b&amp;gt; or from table &amp;lt;b&amp;gt;ICON&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;2. Declare a text-element with this value&lt;/P&gt;&lt;P&gt;3. Now use selection-screen formatting technique to display the icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN (30) text-001 FOR FIELD p_par.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that selection-screen formatting can be done only between statements, BEGIN OF LINE and END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2006 09:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736004#M320090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-31T09:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736005#M320091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswar.&lt;/P&gt;&lt;P&gt;             Just open the tcode cv04n. There is one field start date and end date.At the end of the end date there is one icon I want exactly that icon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2006 14:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736005#M320091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-31T14:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736006#M320092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have the provision to access SAP now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For report program, you have to do as per my earlier post,  for dialog program we can do by changing the attributes via SE51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2006 14:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736006#M320092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-31T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: End user document Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736007#M320093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the below code to a temporary program and test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen: begin of line.
  selection-screen comment (10) text-001 for field p_date.
  parameters: p_date type datum.
  selection-screen position: 30.
  parameters: p_info type c no-display.
  selection-screen comment (10) text-002 for field p_info.
selection-screen: end of line.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now define Text-Elements as below:&lt;/P&gt;&lt;P&gt;TEXT-001 -&amp;gt; Date&lt;/P&gt;&lt;P&gt;TEXT-002 -&amp;gt; @0S@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generate the code and execute to find the selection-screen with the INFO icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 01:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-user-document-icon/m-p/1736007#M320093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T01:18:49Z</dc:date>
    </item>
  </channel>
</rss>

