Menu

SAP Function Module K_COSTCENTER_ACTIVITY_READ

Test Kostenstelle/Leistungsart auf Existenz

The Function Module K_COSTCENTER_ACTIVITY_READ (Test Kostenstelle/Leistungsart auf Existenz) is a standard Function Module in SAP ERP and is part of the function group KALI within the package KBAS.

Technical Information

Function Module K_COSTCENTER_ACTIVITY_READ
Short Text Test Kostenstelle/Leistungsart auf Existenz
Function Group KALI
Package KBAS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
GET_NONALLOC LIKE SPACE Indicator: Accept non-allocatable activity types?
GET_OBJNR LIKE SPACE Indicator: Find object number for cost center/activity type?
GJAHR LIKE CSSL-GJAHR Fiscal year
KOKRS LIKE CSSL-KOKRS Controlling area
KOSTL LIKE CSSL-KOSTL Cost center
LSTAR LIKE CSSL-LSTAR Activity type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUSEH LIKE CSSL-AUSEH Unit of production
AUSFK LIKE CSSL-AUSFK Output factor
LATYP LIKE CSSL-LATYP Activity category
LEINH LIKE CSSL-LEINH Activity unit
OBJNR LIKE CSSL-OBJNR CO object number

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_FOUND Cost center/activity type master record does not exist.
NOT_FOUND_IN_YEAR Master record exists, but not in the given year.
NOT_NORMAL The activity type cannot be allocated.