<?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 F1 help text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527590#M848662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very uncanny problem, I have a requirement where in i have to create an F1 help for a radiobutton.&lt;/P&gt;&lt;P&gt;I tried using this FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        titel = text-a12&lt;/P&gt;&lt;P&gt;        textline1 = text-a05&lt;/P&gt;&lt;P&gt;        textline2 = text-a06&lt;/P&gt;&lt;P&gt;       textline3 = text-a07&lt;/P&gt;&lt;P&gt;        start_column = 15&lt;/P&gt;&lt;P&gt;        start_row = 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this FM is that it take only upto 210 charcters. I need to input close to 240 characters. Is there any other FM which works the same way and allows me to enter more number of characters??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there any other FM by which i can create a F1 help for a radiobutton??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 06:08:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T06:08:42Z</dc:date>
    <item>
      <title>F1 help text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527590#M848662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very uncanny problem, I have a requirement where in i have to create an F1 help for a radiobutton.&lt;/P&gt;&lt;P&gt;I tried using this FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        titel = text-a12&lt;/P&gt;&lt;P&gt;        textline1 = text-a05&lt;/P&gt;&lt;P&gt;        textline2 = text-a06&lt;/P&gt;&lt;P&gt;       textline3 = text-a07&lt;/P&gt;&lt;P&gt;        start_column = 15&lt;/P&gt;&lt;P&gt;        start_row = 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with this FM is that it take only upto 210 charcters. I need to input close to 240 characters. Is there any other FM which works the same way and allows me to enter more number of characters??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there any other FM by which i can create a F1 help for a radiobutton??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527590#M848662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527591#M848663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This another way Check here in thos program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_SELECTION_SCREEN_F1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Screen you can show the help also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527591#M848663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527592#M848664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pardon me Yash... But is this a FM??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527592#M848664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527593#M848665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it is not FM, you want it as Function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM &lt;STRONG&gt;HELP_OBJECT_SHOW_FOR_FIELD&lt;/STRONG&gt; you can try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527593#M848665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527594#M848666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look for the suggestions given by Yash, those will give u the gud  idea on f1 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-text/m-p/3527594#M848666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:34:36Z</dc:date>
    </item>
  </channel>
</rss>

