<?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: Replacement for HELP_VALUES_GET_WITH_MATCHCODE in ECC 6.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336913#M799808</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;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : LF_SELFELDNAME TYPE FIELDNAME,&lt;/P&gt;&lt;P&gt;LF_MATCHCODE TYPE SHLPNAME,&lt;/P&gt;&lt;P&gt;LF_DYNPRONAME TYPE SYREPID,&lt;/P&gt;&lt;P&gt;LF_DYNPRONUMMER TYPE SYDYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : LT_RUECKGABE TYPE DDSHRETVAL OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LF_SELFELDNAME = 'KUNNR'.&lt;/P&gt;&lt;P&gt;LF_MATCHCODE = 'DEBI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TABNAME = 'VBPA'&lt;/P&gt;&lt;P&gt;FIELDNAME = LF_SELFELDNAME&lt;/P&gt;&lt;P&gt;SEARCHHELP = LF_MATCHCODE&lt;/P&gt;&lt;P&gt;DYNPPROG = LF_DYNPRONAME&lt;/P&gt;&lt;P&gt;DYNPNR = LF_DYNPRONUMMER&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;RETURN_TAB = LT_RUECKGABE&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;FIELD_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;NO_HELP_FOR_FIELD = 2&lt;/P&gt;&lt;P&gt;INCONSISTENT_HELP = 3&lt;/P&gt;&lt;P&gt;NO_VALUES_FOUND = 4&lt;/P&gt;&lt;P&gt;OTHERS = 5.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 04:25:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-01T04:25:19Z</dc:date>
    <item>
      <title>Replacement for HELP_VALUES_GET_WITH_MATCHCODE in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336912#M799807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      When trying to replace HELP_VALUES_GET_WITH_MATCHCODE  with the New FM&lt;/P&gt;&lt;P&gt;F4IF_FIELD_VALUE_REQUEST Iam not able to get the output when trying to test.Could you please pro&lt;/P&gt;&lt;P&gt;vide me the parameters for the new FM.I_status is passed for the Exp parameter matchcode_object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336912#M799807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for HELP_VALUES_GET_WITH_MATCHCODE in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336913#M799808</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;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : LF_SELFELDNAME TYPE FIELDNAME,&lt;/P&gt;&lt;P&gt;LF_MATCHCODE TYPE SHLPNAME,&lt;/P&gt;&lt;P&gt;LF_DYNPRONAME TYPE SYREPID,&lt;/P&gt;&lt;P&gt;LF_DYNPRONUMMER TYPE SYDYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : LT_RUECKGABE TYPE DDSHRETVAL OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LF_SELFELDNAME = 'KUNNR'.&lt;/P&gt;&lt;P&gt;LF_MATCHCODE = 'DEBI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TABNAME = 'VBPA'&lt;/P&gt;&lt;P&gt;FIELDNAME = LF_SELFELDNAME&lt;/P&gt;&lt;P&gt;SEARCHHELP = LF_MATCHCODE&lt;/P&gt;&lt;P&gt;DYNPPROG = LF_DYNPRONAME&lt;/P&gt;&lt;P&gt;DYNPNR = LF_DYNPRONUMMER&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;RETURN_TAB = LT_RUECKGABE&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;FIELD_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;NO_HELP_FOR_FIELD = 2&lt;/P&gt;&lt;P&gt;INCONSISTENT_HELP = 3&lt;/P&gt;&lt;P&gt;NO_VALUES_FOUND = 4&lt;/P&gt;&lt;P&gt;OTHERS = 5.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336913#M799808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for HELP_VALUES_GET_WITH_MATCHCODE in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336914#M799809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM is used to dsiplay values stored in an internal table as input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM is used to program our own custom help if no such input help exists in ABAP dictionary for a particular field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter VALUE_TAB is used to pass the internal table containing input values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter RETFIELD is used to specify the internal table field whose value will be returned to the screen field or RETURN_TAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If DYNPNR,DYNPPROG and DYNPROFIELD are specified than the user selection is passed to the screen field specified in the DYNPROFIELD. If RETURN_TAB is specified the selectionis returned in a table.&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;EXPORTING&lt;/P&gt;&lt;P&gt;RETFIELD = field from int table whose value will be returned &lt;/P&gt;&lt;P&gt;DYNPPROG = SY-CPROG&lt;/P&gt;&lt;P&gt;DYNPNR = SY-DYNNR&lt;/P&gt;&lt;P&gt;DYNPROFIELD = 'screen field'&lt;/P&gt;&lt;P&gt;VALUE_ORG = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;VALUE_TAB = internal table whose values will be shown.&lt;/P&gt;&lt;P&gt;RETURN_TAB = internal table of type DDSHRETVAL &lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this thread .&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="414626"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336914#M799809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for HELP_VALUES_GET_WITH_MATCHCODE in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336915#M799810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep &lt;/P&gt;&lt;P&gt;check this code of search help exit.. have a look at my paper.. it might be helpful to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/x/du0" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/x/du0&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-help-values-get-with-matchcode-in-ecc-6-0/m-p/3336915#M799810</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-01T04:46:31Z</dc:date>
    </item>
  </channel>
</rss>

