The Function Module CACS_ACTIVE_BUSINESSOBJECTS (Aktive Geschäftsobjekte suchen pro Anwendung) is a standard Function Module in SAP ERP and is part of the function group CACS_COUNT within the package CACSPY.
Function Module | CACS_ACTIVE_BUSINESSOBJECTS |
Short Text | Aktive Geschäftsobjekte suchen pro Anwendung |
Function Group | CACS_COUNT |
Package | CACSPY |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IFLG_ACTIVE_ONLY | TYPE | BOOLEAN_FLG | 'X' | Nur aktive Versionen? |
IFLG_COUNT_BY_YEAR | TYPE | BOOLEAN_FLG | SPACE | Zusätzlich Auswertung pro Jahr? |
I_APPL | TYPE | CACSAPPL | Identifikation der Provisionsanwendung |
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 |
---|---|---|---|---|
E_COUNT_BUSOBJ | LIKE | CACS_S_COUNT_BUSOBJ | Ergebnisstruktur GeschObj/Jahr |
This function module does not define any Exceptions.