Hi,
We are upgrading our system from ECC 4.6 to ECC 6.0. For that we are replacing obsolete Function modules.
I found one obsolete function module HELP_VALUES_GET_WITH_TABLE. For that I found the replacement function module F4IF_INT_TABLE_VALUE_REQUEST. But I am not sure how to use the new one. We don't know what are all the import and export parameters and the table values.
Could any one please help me out in resolving this.
Below is my old code
CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
EXPORTING
DISPLAY = DISPLAY
IMPORTING
SELECT_VALUE = KEY
TABLES
FIELDS = HELP_VALUE
VALUETAB = VALUE_TAB.
Regards,
Hemanth