Ansicht
Dokumentation

GRPCRTA_HELP_VALUES_GET - GRPC Search Help

GRPCRTA_HELP_VALUES_GET - GRPC Search Help

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
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

DATA
DATATYPE_CURR
DATATYPE_DATE
DATATYPE_DEC
DATATYPE_INT1
DATATYPE_INT2
DATATYPE_INT3
DATATYPE_INT4
DATATYPE_NUMC
DATATYPE_QUAN
EXCEED_MAXIMUM_RECORD
FIELDNAME
FIELDS_IND
HIGH_VALUE
INVALID_FIELDNAME
INVALID_TABNAME
INVALID_VALUE_RANGE
LOW_VALUE
MAXRECORDS
NO_HELP_FOR_FIELD
PROGRAM_IND
RETURN
TABNAME
TABNAME_IND

Exceptions

Function Group

GRPCRTA_VAL

Addresses (Business Address Services)   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 1693 Date: 20240523 Time: 090908     sap01-206 ( 21 ms )