Fonction SAP BANK_API_CHDOC_FUMO_HIST_GET -

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_FIELDNAME FIELDNAME C 30 X Field Name
I_PTOTIME_FIELD BANK_DTE_CD_PTOTIME_FIELD C 5 X
I_PTOTIME_OBJECT BANK_DTE_CD_PTOTIME_OBJECT C 5 X
I_PTOTIME_TABLE BANK_DTE_CD_PTOTIME_TABLE C 5 X Events for Table Formatting
I_TABNAME TABNAME C 30 X Table Name

Paramètre Reférence Type Long. Description
E_FUNCTIONMODULENAME BANK_DTE_CD_FNAME C 30

Functionality
You can use this sample function module as template for creating modulesfor supplying the names of the function modules for formatting thechange documents (call-back modules).
In exactly one of parameters I_PTOTIME_OBJECT (events for objectformatting: format object value, provide text for business transaction),I_PTOTIME_TABLE (events for table formatting: format table key)and I_PTOTIME_FIELD (events for table field formatting: formattable field) you specify the event for which the call-back module is tobe named. The system supplies the name of the change document tool'sparameter E_FUNCTIONMODULENAME. If no call-back module is to beprocessed, the initial value is returned.
For the table and table field formatting events, the table or tablefield for which the call-back module is to be processed is supplied inparameters I_TABNAME and I_FIELDNAME.