Menu

SAP Function Module FILA_ITEM_SPLIT_TERM

Splitten der Vertragspositionen in TERMINATON und andere Prozesse

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CT_RETURN TYPE BAPIRET2_T Returntabelle

Table Parameters

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

Exceptions

This function module does not define any Exceptions.