Ansicht
Dokumentation

HELP_VALUES_GET - Use F4IF_FIELD_VALUE_REQUEST

HELP_VALUES_GET - Use F4IF_FIELD_VALUE_REQUEST

ABAP Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module simulates the standard F4 help for domain fixed values and the check table help for a specified ABAP/4 Repository table field name. A generic selection condition for the help field is processed.

Example
data: tabname like help_info-tabname value 'TSTCT',
fieldname like help_info-fieldname value 'TCODE'.
data: sel_value like help_info-fldvalue value 'SE*'.
sel_index like sy-tabix.

call function 'HELP_VALUES_GET'
exporting
display = ' '
input_value = sel_value
tabname = tabname
fieldname = fieldname
importing
select_value = sel_value
select_index = sel_index
exceptions
others = 1.

Notes

Further information





Parameters

DISPLAY
FIELDNAME
INPUT_VALUE
SELECT_INDEX
SELECT_VALUE
SHOW_ALL_VALUES_AT_FIRST_TIME
TABNAME

Exceptions

NO_HELP_FOR_FIELD

Function Group

SHL3

TXBHW - Original Tax Base Amount in Local Currency   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 1812 Date: 20240605 Time: 074918     sap01-206 ( 28 ms )