The Function Module CRS_CREATE_WHERE_CONDITION (Erzeugung einer WHERE-Bedingung in Abhängigkeit von Selektionsfeldern) is a standard Function Module in SAP ERP and is part of the function group CRMD within the package CRMB.
Function Module | CRS_CREATE_WHERE_CONDITION |
Short Text | Erzeugung einer WHERE-Bedingung in Abhängigkeit von Selektionsfeldern |
Function Group | CRMD |
Package | CRMB |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
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 |
---|---|---|---|---|
TI_RANGE | LIKE | CRMSELSTR | Tabelle mit Selektionsfeldern | |
TO_COND | LIKE | MCONDITION | Formatierte WHERE-Bedingung |
This function module does not define any Exceptions.