Message type: E = Error
Message class: TT - Extended Computer Aided Test Tool (eCATT) messages
Message number: 190
Message text: Parameter &: Only variable & & is permitted
The export parameters returned can only be assigned to 'V'
variables (&V01..&V20) or to export parameters (&E01..&E05).
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Only use 'V' variables (&V01..&V20) or export parameters
(&E01..&E05) in the field 'Return in'. To assign these values to
other variables, use the 'SETVAR' function in the function screen.
Error message extract from SAP system. Copyright SAP SE.
TT190
- Parameter &: Only variable & & is permitted ?The SAP error message TT190, which states "Parameter &: Only variable & & is permitted," typically occurs in the context of ABAP programming or when dealing with parameterized queries or function calls. This error indicates that there is an issue with the way parameters are being defined or used in your code.
Cause: Incorrect Parameter Definition: The error often arises when a parameter is not defined correctly or is being used in a way that is not allowed. For example, using a constant or a literal value where a variable is expected. Syntax Errors: There may be syntax errors in the code that lead to the misinterpretation of parameters. Dynamic SQL Issues: If you are using dynamic SQL, the parameters may not be correctly formatted or passed.
Solution: Check Parameter Definitions: Ensure that all parameters are defined as variables and not as constants or literals. For example, if you are using a SELECT statement, make sure
Get instant SAP help. Sign up for our Free Essentials Plan.
TT189
Spaces are not allowed in names
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
TT188
Test case & external variants deleted
What causes this issue? If the procedure uses external variants, they come from an external file whose default name is the procedure number with the ...
TT191
The name must contain at least two characters
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
TT192
Five-character names are reserved for external variants
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.