The Function Module FILA_ITEM_PROCESS (Verarbeitung eines Geschäftsvorfalles zu einer Vertragsposition) 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_PROCESS |
Short Text | Verarbeitung eines Geschäftsvorfalles zu einer Vertragsposition |
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 |
---|---|---|---|---|
ID_COMPONENT | TYPE | FILA_COMPONENT | 'FILA' | Anwendungskomponente |
IF_COMMIT | TYPE | SY-DATAR | 'X' | Commit work ausführen |
IF_DIALOGCALL | TYPE | SY-DATAR | Dynpros, zeigt Benutzereingabe an | |
IF_TESTRUN | TYPE | SY-DATAR | Verarbeitung nur simulieren | |
IF_TRACE | TYPE | SY-DATAR | Verarbeitung aufzeichnen | |
IS_ITEMDATA | TYPE | FILA_GF_ITEMDATA | Objektdaten | |
IS_ITEMS | TYPE | LAE_CRM_ITEMS | LAE: Vertragspositionen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_ITEMS | TYPE | LAE_CRM_ITEMS | Verabeitungsstatus |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.