The Function Module FILA_ITEM_SPLIT_TERM (Splitten der Vertragspositionen in TERMINATON und andere Prozesse) 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_SPLIT_TERM |
Short Text | Splitten der Vertragspositionen in TERMINATON und andere Prozesse |
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 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_BILLING | TYPE | FILAGF_CONT_BILL_TAB | Zahlungsplan Beendigung | |
ET_BILLING_TERM | TYPE | FILAGF_CONT_BILL_TAB | Zahlungsplan andere | |
ET_CONDITIONS | TYPE | FILAGF_CONDITION_TAB | Vertragskonditionen Beendigung | |
ET_CONDITIONS_TERM | TYPE | FILAGF_CONDITION_TAB | Vertragskonditionen andere | |
ET_CONTRACT_ITEMS | TYPE | FILAGF_CONT_ITEM_TAB | Vertragspositionen Beendigung | |
ET_CONTRACT_ITEMS_TERM | TYPE | FILAGF_CONT_ITEM_TAB | Vertragspositionen andere |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_RETURN | TYPE | BAPIRET2_T | Returntabelle |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
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.