<?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: Search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827778#M1129658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS : p_date TYPE reguh-laufd,
             p_id TYPE reguh-laufi.
 
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_laufd.
 
  CALL FUNCTION 'F4_ZAHLLAUF'
   EXPORTING
     f1typ               = 'D'
     f1nme               = 'P_DATE'
     f2nme               = 'P_ID'
*   DISPLAY_LAUFK       = 'X'
*   EXPLAIN_LAUFK       = ' '
   IMPORTING
     laufd               = p_date
     laufi               = p_id.
* TABLES
*   LAUFK               =.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(pls. note the difference: in importing parameters f1nme and f2nme the names of the dynpro fields have to be mentioned)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 07:30:40 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-12-01T07:30:40Z</dc:date>
    <item>
      <title>Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827777#M1129657</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;I have two parameters in my report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;      p_date TYPE reguh-laufd,&lt;/P&gt;&lt;P&gt;      p_id     TYPE reguh-laufi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a search help for p_date, when we choose F4 for p_date, there will appear both reguh-laufd and reguh-laufi with no repeat.And when we select the p_date, the p_id will get the value automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the search help for TCODE F110.&lt;/P&gt;&lt;P&gt;How can we get the same search help in report as TCODE F110. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827777#M1129657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827778#M1129658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS : p_date TYPE reguh-laufd,
             p_id TYPE reguh-laufi.
 
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_laufd.
 
  CALL FUNCTION 'F4_ZAHLLAUF'
   EXPORTING
     f1typ               = 'D'
     f1nme               = 'P_DATE'
     f2nme               = 'P_ID'
*   DISPLAY_LAUFK       = 'X'
*   EXPLAIN_LAUFK       = ' '
   IMPORTING
     laufd               = p_date
     laufi               = p_id.
* TABLES
*   LAUFK               =.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(pls. note the difference: in importing parameters f1nme and f2nme the names of the dynpro fields have to be mentioned)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827778#M1129658</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-01T07:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827779#M1129659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Check the code in the transaction and encorporate the same in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use fuinction modules: DYNP_VALUE_READ and DYNP_VALUE_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827779#M1129659</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-12-01T07:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827780#M1129660</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;Check this Code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Fm in the At selection-screen of value-request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  tlaufk-laufk = space.&lt;/P&gt;&lt;P&gt;  tlaufk-sign  = 'I'.&lt;/P&gt;&lt;P&gt;  APPEND tlaufk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4_ZAHLLAUF'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            f1typ = 'D'&lt;/P&gt;&lt;P&gt;            f2nme = 'F110V-LAUFI'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            laufd = f110v-laufd        Screen Fields&lt;/P&gt;&lt;P&gt;            laufi = f110v-laufi          Screen Fields&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            laufk = tlaufk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4_ZAHLLAUF'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            f1typ = 'I'&lt;/P&gt;&lt;P&gt;            f2nme = 'F110V-LAUFD'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            laufd = f110v-laufd&lt;/P&gt;&lt;P&gt;            laufi = f110v-laufi&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            laufk = tlaufk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: avinash kodarapu on Dec 1, 2008 1:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4827780#M1129660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:32:43Z</dc:date>
    </item>
  </channel>
</rss>

