Menu

SAP Function Module FVD_CHANGEDOC_PREPARE_FIELDV

API: Aufbereiten von Feldwerten

The Function Module FVD_CHANGEDOC_PREPARE_FIELDV (API: Aufbereiten von Feldwerten) is a standard Function Module in SAP ERP and is part of the function group FVD_CHANGEDOCUMENT within the package FVVD.

Technical Information

Function Module FVD_CHANGEDOC_PREPARE_FIELDV
Short Text API: Aufbereiten von Feldwerten
Function Group FVD_CHANGEDOCUMENT
Package FVVD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CREATEDATE TYPE CDDATUM Erstellungsdatum des Änderungsbelegs
I_CREATETIME TYPE CDUZEIT Uhrzeit der Änderung
I_FIELDNAME TYPE FIELDNAME Feldname
I_FIELDVALUE TYPE BANK_DTE_CD_FLDVAL Key der geaenderten Tabellenzeile
I_OBJECTCLAS TYPE CDOBJECTCL Objektklasse
I_TABKEY TYPE CDTABKEY SPACE Key der geaenderten Tabellenzeile
I_TABKEY_LONG TYPE CDTABKEYLO SPACE Tabellenschlüssel f. CDPOS in Character 254
I_TABNAME TYPE TABNAME Tabellenname

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_FIELDVALUETEXT TYPE BANK_DTE_CD_FLDVALPRE Änderungsbelegtool FS - Text zum Tabellenschlüssel

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.