<?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 obsolute function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314021#M793752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is one problem when I use the FM ' F4IF_INT_TABLE_VALUE_REQUEST '  ,&lt;/P&gt;&lt;P&gt;There is one button called ' Personal List '  , this does not appear when we use FM ' F4IF_INT_TABLE_VALUE_REQUEST ' ,&lt;/P&gt;&lt;P&gt;but when we use FM ' HELP_VALUES_GET_WITH_TABLE ' that button appears in the list, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the FM ' HELP_VALUES_GET_WITH_TABLE ' is obsolute am looking for its replacement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Feb 2008 13:43:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-03T13:43:54Z</dc:date>
    <item>
      <title>replacement for obsolute function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314019#M793750</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 function module ' HELP_VALUES_GET_WITH_TABLE ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is obsolute , can you suggest me a function module which provides same functionality as this function module and which is not obsolute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bharat .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bharat tambat on Feb 4, 2008 6:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2008 12:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314019#M793750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-03T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: replacement for obsolute function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314020#M793751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with FM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST&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.This FM is used to program our own custom help if no such input help exists in ABAP dictionary for a particular field. 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;no_values_found = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GAURAV J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2008 13:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314020#M793751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-03T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: replacement for obsolute function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314021#M793752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is one problem when I use the FM ' F4IF_INT_TABLE_VALUE_REQUEST '  ,&lt;/P&gt;&lt;P&gt;There is one button called ' Personal List '  , this does not appear when we use FM ' F4IF_INT_TABLE_VALUE_REQUEST ' ,&lt;/P&gt;&lt;P&gt;but when we use FM ' HELP_VALUES_GET_WITH_TABLE ' that button appears in the list, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the FM ' HELP_VALUES_GET_WITH_TABLE ' is obsolute am looking for its replacement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2008 13:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314021#M793752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-03T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: replacement for obsolute function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314022#M793753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as the above function module is obsolete you can use the following function modules.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F4IF_FIELD_VALUE_REQUEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;F4 help for fields that are only known at runtime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;F4 help also returning the value to be displayed in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2008 13:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-obsolute-function-module/m-p/3314022#M793753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-03T13:51:51Z</dc:date>
    </item>
  </channel>
</rss>

