The Function Module BAPI_KEYFIGURE_GETLIST (List of Stat. Key Figures for Selection Criteria) is a standard Function Module in SAP ERP and is part of the function group 1138 within the package KBAS.
Function Module | BAPI_KEYFIGURE_GETLIST |
Short Text | List of Stat. Key Figures for Selection Criteria |
Function Group | 1138 |
Package | KBAS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COAREA | LIKE | BAPI1138_GEN-CO_AREA | Controlling area | |
STATKEYFIG | LIKE | BAPI1138_GEN-STATKEYFIG | Statistical key figure ('from' value) | |
STATKEYFIGGROUP | LIKE | BAPI1138_GEN-STATKEYFIGGRP | Group of statistical key figures | |
STATKEYFIGTO | LIKE | BAPI1138_GEN-STATKEYFIG | Statistical key figure ('to' value) |
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 |
---|---|---|---|---|
KEYFIGURELIST | LIKE | BAPI1138_KFLIST | Return table: List of statistical key figures | |
RETURN | LIKE | BAPIRET2 | Return parameter (error table) |
This function module does not define any Exceptions.