The Function Module FILA_ITEM_FIELDS_MAP (Fieldmapping für Felder eines Lease Accounting Geschäftsvorgangs) is a standard Function Module in SAP ERP and is part of the function group FILA within the package FI_LA_BA.
Function Module | FILA_ITEM_FIELDS_MAP |
Short Text | Fieldmapping für Felder eines Lease Accounting Geschäftsvorgangs |
Function Group | FILA |
Package | FI_LA_BA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_CONTRACT_HEADER | TYPE | FILAGF_CONTRACT_HEADER | Vertragskopf | |
IT_BILLING | TYPE | FILAGF_CONT_BILL_TAB | Zahlungsplan | |
IT_CONDITIONS | TYPE | FILAGF_CONDITION_TAB | Vertragskonditionen | |
IT_CONTRACT_ITEMS | TYPE | FILAGF_CONT_ITEM_TAB | Vertragspositionen |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING 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_LAEHEAD | LIKE | LAE_CRM_HEADER | LAE: CRM-Vertragskopf | |
ET_LAEITEM | LIKE | LAE_CRM_ITEMS | LAE: Vertragspositionen | |
ET_LAELNK | LIKE | LAE_CRM_LNK | Link zwischen LAE und CRM Vertragspositionen |
This function module does not define any Exceptions.