The Function Module K_PROCESSES_SELECT_PAR (Selektion von Geschäftsprozessen mittels Selektions-Parameter) is a standard Function Module in SAP ERP and is part of the function group KMS2 within the package KABC.
Function Module | K_PROCESSES_SELECT_PAR |
Short Text | Selektion von Geschäftsprozessen mittels Selektions-Parameter |
Function Group | KMS2 |
Package | KABC |
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 | |
DATE_FROM | LIKE | CSKS-DATAB | SY-DATUM | Selektionsdatum (Von-Wert) |
DATE_TO | LIKE | CSKS-DATBI | Selektionsdatum (Bis-Wert) | |
FILL_BUFFER | LIKE | 'X' | Füllen interner Puffer | |
INACTIVE_BP | LIKE | SPACE | Selektion inaktiver GProzesse | |
KOKRS | LIKE | CSKS-KOKRS | Kostenrechnungskreis | |
LANGU | LIKE | SY-LANGU | SY-LANGU | Sprache |
ONLY_COMPLETE | LIKE | SPACE | Existenz im Selekt.intervall ohne Unterbrechung | |
TABNAME | LIKE | DD02L-TABNAME | 'CBPRV' | Rückgabe-/intern gepufferte Struktur |
WITH_TEXT | LIKE | 'X' | Zusatzselektion von Texten |
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_COSEL | LIKE | COSEL | Selektions-Parameter (Intervalltabelle) | |
IT_RESULT | LIKE | Rückgabetabelle (Struktur <TABNAME>) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_RECORD_FOUND | Keinen Satz (gem. Selekt.bedingungen) gefunden |