<?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: F4 help issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766476#M1584124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have used our own custom built FM not a standard one. The F4 help is working fine in sapgui 710 but not in sapgui 720.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 12:06:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-18T12:06:05Z</dc:date>
    <item>
      <title>F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766472#M1584120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a strange issue. I have a field on the screen to which I have provided F4 help. When I do a F4 help for it, a screen having 10 columns with 'N' no:of rows gets displayed. But in one of our user's system only 5 columns are getting displayed along with values. The remaining columns are getting cut off. Can someone tell me the reason for this behaviour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 12:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766472#M1584120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-15T12:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766473#M1584121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you said  that you have provided f4 help , for  a particular screen field.  you did not mentioned weather you have implemented f4 help using search help or did you call explicitly a function module ,  i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using search help then please you can check the  parameter option in search help and make sure the postiton &amp;amp; import &amp;amp; export option for all the fileds are correctly set  &amp;amp; also check DIALOG BEHAVIOR option, this may restrict your fields display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the above solution doesent  work then you can  call explicity the function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;populate the internal table with your desired fields and pass it to the function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should be called at the      'at selection-screen on value-request for  'SCREENFIELD NAME'  EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I THINK THIS SHOULD WORK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 13:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766473#M1584121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-15T13:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766474#M1584122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kapil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have checked in one of the systems with sapgui 720. In that version the columns are getting removed in F4 help where as in sapgui 710 all the columns are getting displayed. What should i suggest to the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 07:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766474#M1584122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T07:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766475#M1584123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have not told, whether this is a custom F4 help by a FM or is it a SAP standard F4 help by check table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramnivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766475#M1584123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T12:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766476#M1584124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have used our own custom built FM not a standard one. The F4 help is working fine in sapgui 710 but not in sapgui 720.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766476#M1584124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766477#M1584125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a SAPGui 720 there are more "Customzing" options in F4 mode, call tbe searchelp, and right-click, select "Customize", there you can change options for the current F4 or for every F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766477#M1584125</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-04-18T12:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766478#M1584126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe issue is solved.We have used ALV list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 11:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-issue/m-p/7766478#M1584126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-28T11:04:17Z</dc:date>
    </item>
  </channel>
</rss>

