The Function Module RKE_BIW_BUILD_SELECT_CLAUSE (Erzeugt die SELECT Liste aus der SFTAB) is a standard Function Module in SAP ERP and is part of the function group KERQ within the package KERS.
Function Module | RKE_BIW_BUILD_SELECT_CLAUSE |
Short Text | Erzeugt die SELECT Liste aus der SFTAB |
Function Group | KERQ |
Package | KERS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_T_FIELD_TRANS | TYPE | KERR_T_FIELD_TRANS | Transformation Abap-Feld -> DB-Feldname | |
I_T_SEL | TYPE | KERR_T_SEL | Selektionsbedingungen | |
I_T_SF | TYPE | KERR_T_SF | Selected Fields Tabelle | |
I_USE_DB_AGGREGATION | LIKE | CEDDB-FLAG | 'X' | GROUP BY/SUM verwenden, oder Einzelsätze |
PERI3FIELD | LIKE | CEDST-FNAM | Feldname für 3-stellige Periode | |
PERI7FIELD | LIKE | CEDST-FNAM | Feldname für 7-stellige Periode | |
YEARFIELD | LIKE | CEDST-FNAM | Feldname für Jahresfeld |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_T_CLAUSE | TYPE | KERR_T_SOURCECODE | Feldname für 3-stellige Periode |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
PROGRAM_ERROR | Interner Programmfehler (X777) |