The Function Module BAPI_COST_ELEM_FIXACCOUNT_GET (Read Fixed Account Assignment for Company Code/Business Area/Cost Element) is a standard Function Module in SAP ERP and is part of the function group ACC7CORE within the package KISTCORE.
Function Module | BAPI_COST_ELEM_FIXACCOUNT_GET |
Short Text | Read Fixed Account Assignment for Company Code/Business Area/Cost Element |
Function Group | ACC7CORE |
Package | KISTCORE |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUS_AREA | LIKE | BAPIFIXACCOUNTS-BUS_AREA | SPACE | Business area |
COMP_CODE | LIKE | BAPIFIXACCOUNTS-COMP_CODE | Company code | |
COST_ELEM | LIKE | BAPIFIXACCOUNTS-COST_ELEM | Cost element |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COSTCENTER | LIKE | BAPIFIXACCOUNTS-COSTCENTER | Cost center | |
CO_AREA | LIKE | BAPIFIXACCOUNTS-CO_AREA | Controlling area | |
ORDERID | LIKE | BAPIFIXACCOUNTS-ORDERID | Order | |
RETURN | LIKE | BAPIRETURN | Return parameter |
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.