SAP ABAP Function Module F4IF_INT_TABLE_VALUE_REQUEST (F4 help also returning the value to be displayed in internal table)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-F4 (Application Component) F4 Help
     SDSH (Package) ABAP Dictionary internal: Poss.entries (F4)
Basic Data
Function Module F4IF_INT_TABLE_VALUE_REQUEST F4 help also returning the value to be displayed in internal table  
Function Group SDHI   F4 interface module for external appl.  
Program Name SAPLSDHI    
INCLUDE Name LSDHIU18    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting USER_RESET TYPE C Single-Character Flag
Importing DDIC_STRUCTURE TYPE TABNAME SPACE Structure of VALUE_TAB (VALUE_ORG = 'S')
Importing RETFIELD TYPE DFIES-FIELDNAME Name of return field in FIELD_TAB
Importing PVALKEY TYPE DDSHPVKEY SPACE Key for personal help
Importing DYNPPROG TYPE SYST-REPID SPACE Current program
Importing DYNPNR TYPE SYST-DYNNR SPACE Screen number
Importing DYNPROFIELD TYPE HELP_INFO-DYNPROFLD SPACE Name of screen field for value return
Importing STEPL TYPE SYST-STEPL 0 Steploop line of screen field
Importing WINDOW_TITLE TYPE C Title for the hit list
Importing VALUE TYPE HELP_INFO-FLDVALUE SPACE Field contents for F4 call
Importing VALUE_ORG TYPE DDBOOL_D 'C' Value return: C: cell by cell, S: structured
Importing MULTIPLE_CHOICE TYPE DDBOOL_D SPACE Switch on multiple selection
Importing DISPLAY TYPE DDBOOL_D SPACE Override readiness for input
Importing CALLBACK_PROGRAM TYPE SYST-REPID SPACE Program for callback before F4 start
Importing CALLBACK_FORM TYPE SYST-XFORM SPACE Form for callback before F4 start (-> long docu)
Importing CALLBACK_METHOD TYPE REF TO IF_F4CALLBACK_VALUE_REQUEST Interface for Callback Routines
Importing MARK_TAB TYPE DDSHMARKS Defaults for Selected Lines when Multiple Selection is Switched On
Tables VALUE_TAB TYPE   Table of values: entries cell by cell
Tables FIELD_TAB TYPE DFIES Fields of the hit list
Tables RETURN_TAB TYPE DDSHRETVAL Return the selected value
Tables DYNPFLD_MAPPING TYPE DSELC Assignment of the screen fields to the internal table
Exception PARAMETER_ERROR TYPE Incorrect parameter
Exception NO_VALUES_FOUND TYPE No values found
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19980213 
SAP Release Created in