<?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: Function HELP_START in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5664035#M1288111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have the same problem, I have to have F4 values for fields LAUFD and LAUFI in my custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get the values as coming in standard tcode FPY1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i could not display the values??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 08:09:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-18T08:09:58Z</dc:date>
    <item>
      <title>Function HELP_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5664034#M1288110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the function HELP_START to use a match code. My code is the next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  wa_help_info-call         = 'V'.
  wa_help_info-object       = 'F'.
  wa_help_info-program      = 'ZMM_DDGS'.
  wa_help_info-dynpro       = '1001'.
  wa_help_info-tabname      = 'QALS'.
  wa_help_info-fieldname    = 'PRUEFLOS'.
  wa_help_info-fieldtype    = 'NUMC'.
  wa_help_info-keyword      = 'Lote de inspección'.
  wa_help_info-fieldlng     = '12'.
  wa_help_info-spras        = 'ES'.
  wa_help_info-menufunct    = 'HC'.
  wa_help_info-title        = 'Modificar lote insp.:'.
  wa_help_info-dynprofld    = 'QALS-PRUEFLOS'.
  wa_help_info-tcode        = 'ZPP004B'.
  wa_help_info-pfkey        = 'A200'.
  wa_help_info-docuid       = 'FE'.
  wa_help_info-pov          = 'N'.
  wa_help_info-curow        = 4.
  wa_help_info-cucol        = 22.
  wa_help_info-dynpprog     = 'ZMM_DDGS'.
  wa_help_info-selectart    = 'A'.

  CALL FUNCTION 'HELP_START'
    EXPORTING
      help_infos     = wa_help_info
    IMPORTING
      selection      = l_selection
      select_value = l_value_select
    TABLES
      dynpselect    = it_dynpselect
      dynpvaluetab = it_dynpvalue.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can show the values correctly, but if i select one value my result is the next:&lt;/P&gt;&lt;P&gt;L_SECTION = 'M'&lt;/P&gt;&lt;P&gt;L_VALUE_SELECT = ''.&lt;/P&gt;&lt;P&gt;I don´t obtain any values....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you help me with this function please.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 07:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5664034#M1288110</guid>
      <dc:creator>lydia_martinezmartinez</dc:creator>
      <dc:date>2009-06-05T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function HELP_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5664035#M1288111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have the same problem, I have to have F4 values for fields LAUFD and LAUFI in my custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get the values as coming in standard tcode FPY1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i could not display the values??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 08:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5664035#M1288111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T08:09:58Z</dc:date>
    </item>
  </channel>
</rss>

