Menu

SAP Function Module BAPI_COSTCENTER_GETLIST

List of Cost Centers Using Selection Criteria

The Function Module BAPI_COSTCENTER_GETLIST (List of Cost Centers Using Selection Criteria) is a standard Function Module in SAP ERP and is part of the function group 12 within the package KBAS.

Technical Information

Function Module BAPI_COSTCENTER_GETLIST
Short Text List of Cost Centers Using Selection Criteria
Function Group 12
Package KBAS
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMPANYCODE LIKE BAPI0012_5-C_CODE Company Code (From Value)
COMPANYCODE_TO LIKE BAPI0012_5-C_CODE_TO Company Code (To Value)
CONTROLLINGAREA LIKE BAPI0012_5-CO_AREA Controlling Area (From Value)
CONTROLLINGAREA_TO LIKE BAPI0012_5-CO_AREA_TO Controlling Area (To Value)
COSTCENTER LIKE BAPI0012_5-COSTCTR Cost Center (From Value)
COSTCENTERGROUP LIKE BAPI0012_5-COST_CENTER_GRP Cost center group
COSTCENTER_TO LIKE BAPI0012_5-COSTCTR_TO Cost Center (To Value)
DATE LIKE BAPI0012_5-DATE SY-DATUM Selection Date: Key Date
PERSON_IN_CHARGE LIKE BAPI0012_5-INCHARGE Person Responsible (From Value)
PERSON_IN_CHARGE_TO LIKE BAPI0012_5-INCHARGETO Person Responsible (To Value)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRETURN Return Parameter

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COSTCENTER_LIST LIKE BAPI0012_2 Return Table: Cost Center List

Exceptions

This function module does not define any Exceptions.