Ansicht
Dokumentation

GRPCRTA_DATA_CONVEXIT - GRPC Search Help

GRPCRTA_DATA_CONVEXIT - GRPC Search Help

BAL_S_LOG - Application Log: Log header data   Fill RESBD Structure from EBP Component Structure  
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

EV_CONVEXIT
EV_VALUE1
EV_VALUE2
EV_VALUE3
IV_CONVEXIT_IND
IV_FIELDNAME
IV_TABNAME
IV_VALUE1
IV_VALUE2
IV_VALUE3

Exceptions

Function Group

GRPCRTA_VAL

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1228 Date: 20240523 Time: 120203     sap01-206 ( 24 ms )