The Function Module K_KOSTL_LSTAR_SELECTION_RUN (Selektion von Kostenstellen/Leistungsarten 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_LSTAR_SELECTION_RUN |
Short Text | Selektion von Kostenstellen/Leistungsarten 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 |
---|---|---|---|---|
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 | |
WITH_KS | LIKE | SPACE | Rückgabe von KS-Sätzen (zusätzlich) | |
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 |
This function module does not define any Exceptions.