<?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: Regarding Search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982048#M1160825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works only if we want to display single column in the output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another same requirement, As soon as user press F4 help button,it should display two columns in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;col1 &lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls help me how to acheive this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: r badveli on Jan 14, 2009 5:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2009 15:36:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-14T15:36:15Z</dc:date>
    <item>
      <title>Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982046#M1160823</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 developed one module pool program. In the screen, I have created one dictionary field. &lt;/P&gt;&lt;P&gt;I need to populate some values as soon as user press F4 help button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the code in flow logic and module pool program for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;In flow Logic:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROCESS ON VALUE-REQUEST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FIELD:  ZTEST-VNO MODULE HELP_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;In Module pool program:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;          vno like ztest-vno,&lt;/P&gt;&lt;P&gt;       end of itab.&lt;/P&gt;&lt;P&gt;data : it_return like DDSHRETVAL occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;module help_display input.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vno from ztest into table itab.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt; sort itab by vno.&lt;/P&gt;&lt;P&gt; delete adjacent duplicates from itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'F4_FIELD_ON_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    tabname                   = 'ITAB'&lt;/P&gt;&lt;P&gt;    fieldname                 = 'VNO'&lt;/P&gt;&lt;P&gt; tables&lt;/P&gt;&lt;P&gt;    return_tab                =  it_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endmodule.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls help me out. Is there any other fuction module for F4 help.&lt;/P&gt;&lt;P&gt;And let me know what are the parameters i need to pas? where and what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 14:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982046#M1160823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982047#M1160824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use FM [F4IF_INT_TABLE_VALUE_REQUEST|https://www.sdn.sap.com/irj/scn/advancedsearch?query=f4if_int_table_value_request&amp;amp;cat=sdn_all]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
       EXPORTING
            retfield    = 'XXXX' " field name in internal table
            dynpprog    = dyname
            dynpnr      = dynumb
            dynprofield = 'XXXXX' " field name in dynpro
            stepl       = step_line " for table control/step loop (DYNP_VALUES_READ)
            value_org   = 'S'
       TABLES
            value_tab   = values_xxxx " internal table built from data
       EXCEPTIONS
            OTHERS      = 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also if you need to read current data of any displayed field to build the selection list, use FM [DYNP_VALUES_READ|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=dynp_values_read&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also build a search help (SE11) built on your ztable, and put the search help on the field (SE51)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 15:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982047#M1160824</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-01-14T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982048#M1160825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works only if we want to display single column in the output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another same requirement, As soon as user press F4 help button,it should display two columns in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;col1 &lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls help me how to acheive this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: r badveli on Jan 14, 2009 5:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 15:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/4982048#M1160825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T15:36:15Z</dc:date>
    </item>
  </channel>
</rss>

