Menu

SAP Function Module FILA_ITEM_FIELDS_MAP_TERM

Feldmapping für einenLease Accounting Beendigungsvorgang

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module FILA_ITEM_FIELDS_MAP_TERM (Feldmapping für einenLease Accounting Beendigungsvorgang) is a standard Function Module in SAP ERP and is part of the function group FILA within the package FI_LA_BA.

Technical Information

Function Module FILA_ITEM_FIELDS_MAP_TERM
Short Text Feldmapping für einenLease Accounting Beendigungsvorgang
Function Group FILA
Package FI_LA_BA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ID_TIMESTAMP TYPE TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss)
IT_BILLING TYPE FILAGF_CONT_BILL_TAB Zahlungsplan
IT_CONDITIONS TYPE FILAGF_CONDITION_TAB Vertragskonditionen
IT_CONTRACT_ITEMS TYPE FILAGF_CONT_ITEM_TAB Vertragspositionen

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_LAEBILL LIKE LAE_CRM_BILLPLAN Zahlungsplan
ET_LAECOND LIKE LAE_CRM_CONDS Lease accounting relevant conditions
ET_LAEITEM LIKE LAE_CRM_ITEMS LAE: Vertragspositionen
IT_LAEHEADER LIKE LAE_CRM_HEADER Vorgänger-Kopf
IT_LAEITEM LIKE LAE_CRM_ITEMS Vorgänger-Positionen
IT_LAELNK LIKE LAE_CRM_LNK Vorgänger-Link

Exceptions

This function module does not define any Exceptions.