<?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: F1 help in dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164352#M1196079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How can to create F1 help on particular input/output control?&lt;/P&gt;&lt;P&gt;2. I want to use a control for NOTES.&lt;/P&gt;&lt;P&gt;so, How can i display such a control with 3-4 line text area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not necessary to create the help at the data element level. There is an event called PROCESS ON HELP-REQUEST in dialog programs which is trigerred when you press F1 on the input/output field. Thry the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For displaying text with 2-3 lines or more there could be many ways:&lt;/P&gt;&lt;P&gt;1. use popup: FM POPUP_WITH_TABLE_DISPLAY with the help contents formatted and entered in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. User Class CL_GUI_TEXTEDIT to display a text area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2009 10:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-26T10:56:09Z</dc:date>
    <item>
      <title>F1 help in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164349#M1196076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 questions on the dialog programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How can to create F1 help on particular input/output control?&lt;/P&gt;&lt;P&gt;2. I want to use a control for NOTES.&lt;/P&gt;&lt;P&gt;   so, How can i display such a control with 3-4 line text area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164349#M1196076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164350#M1196077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 1. How can to create F1 help on particular input/output control?&lt;/P&gt;&lt;P&gt;&amp;gt; 2. I want to use a control for NOTES.&lt;/P&gt;&lt;P&gt;&amp;gt;    so, How can i display such a control with 3-4 line text area?&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You need to do this at the data element level to to able to get the F1 help for a field on the screen, remember that the screen field should reference the data element too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You will need to use the class CL_GUI_TEXTEDIT for using the text edit functionality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this demo program SAPTEXTEDIT_DEMO_1 in your system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Feb 26, 2009 11:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164350#M1196077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164351#M1196078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;u need F1 help in the data element leve .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164351#M1196078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164352#M1196079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How can to create F1 help on particular input/output control?&lt;/P&gt;&lt;P&gt;2. I want to use a control for NOTES.&lt;/P&gt;&lt;P&gt;so, How can i display such a control with 3-4 line text area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not necessary to create the help at the data element level. There is an event called PROCESS ON HELP-REQUEST in dialog programs which is trigerred when you press F1 on the input/output field. Thry the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For displaying text with 2-3 lines or more there could be many ways:&lt;/P&gt;&lt;P&gt;1. use popup: FM POPUP_WITH_TABLE_DISPLAY with the help contents formatted and entered in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. User Class CL_GUI_TEXTEDIT to display a text area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164352#M1196079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164353#M1196080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 09:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programming/m-p/5164353#M1196080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T09:48:05Z</dc:date>
    </item>
  </channel>
</rss>

