The Function Module K_KOSTL_SELECTION_RUN (Selektion von Kostenstellen ausführen) is a standard Function Module in SAP ERP and is part of the function group KMS1 within the package KBAS.
Function Module | K_KOSTL_SELECTION_RUN |
Short Text | Selektion von Kostenstellen ausführen |
Function Group | KMS1 |
Package | KBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BYPASSING_BUFFER | LIKE | SPACE | Nichtberücksichtigung Datenbankpuffer | |
I_DATE_FROM | LIKE | SY-DATUM | SY-DATUM | Selektionsdatum (Von-Wert) |
I_DATE_TO | LIKE | SY-DATUM | Selektionsdatum (Bis-Wert) | |
I_KOKRS | LIKE | TKA01-KOKRS | Kostenrechnungskreis | |
TABNAME | LIKE | DD02L-TABNAME | 'CSKSV' | Rückgabe-/intern gepufferte Struktur |
WITH_ROUGH_ENTRY | LIKE | SPACE | Berücksichtigung roherfaßter Kostenstellen |
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 |
---|---|---|---|---|
IT_RESULT | LIKE | Rückgabetabelle (Struktur <TABNAME>) |
This function module does not define any Exceptions.