Message type: E = Error
Message class: DB - Messages for logical databases and background processing
Message number: 094
Message text: Selection criterion & is not type &
When attempting to create a variant, the type of selection criteria (S
or P) and the corresponding values were passed to an internal table.
In the selection criterion &v1&, the type (&v2&) does not match the
type declared in the report.
Unable to create the variant.
Please correct the entries in the table.
Error message extract from SAP system. Copyright SAP SE.
DB094
- Selection criterion & is not type & ?The SAP error message DB094, which states "Selection criterion & is not type &," typically occurs in the context of database operations, particularly when there is a mismatch between the expected data type of a selection criterion and the actual data type being used in a query or selection.
Cause: Data Type Mismatch: The most common cause of this error is that the selection criterion you are using in your query does not match the expected data type defined in the database schema. For example, if a field is defined as an integer in the database, but you are trying to pass a string value, this error will occur. Incorrect Field Usage: Sometimes, the error can arise from using a field in a way that is not compatible with its defined type, such as using a date field in a numeric context. Programmatic Errors: If the error occurs in a custom program or report,
Get instant SAP help. Sign up for our Free Essentials Plan.
DB093
&
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB071
You have chosen too many fields (maximum: &1)
What causes this issue? You chose &V2& fields for dynamic selections. However, you can only use up to &V1& fields for dynamic selecti...
DB095
Excluding two values can produce incorrect selections
What causes this issue? In your selection, you chose more than one value with the option 'UNEQUAL'. This can, under certain circumstances, ...
DB100
Logical database & already defined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.