Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: TR - Change and Transport System
Message number: 190
Message text: You may only use generic symbol /* at the end of the key description
The generic symbol /* was used in the key description "&V1&". A generic
symbol may only be entered at the end of the key.
The entry was rejected.
Enter the generic character only at the end of the key description.
Error message extract from SAP system. Copyright SAP SE.
TR190
- You may only use generic symbol /* at the end of the key description ?The SAP error message TR190, which states "You may only use generic symbol /* at the end of the key description," typically occurs in the context of transport requests or when defining transport objects in SAP. This error indicates that there is an issue with the use of wildcard characters in the key description of a transport object.
Cause:
The error is caused by the improper use of the wildcard character
/*
in the key description of a transport object. In SAP, the/*
wildcard can only be used at the end of a key description, and using it elsewhere (e.g., in the middle or at the beginning) will trigger this error.Solution:
To resolve this error, you should:
Check the Key Description: Review the key description of the transport object that is causing the error. Ensure that if you are using the
/*
wildcard, it is placed only at the end of the key description.Modify the Key Description: If the wildcard is incorrectly placed, modify the key description to conform to the rules. For example:
- Correct:
MY_OBJECT/*
- Incorrect:
/*MY_OBJECT
orMY_OBJECT/*/EXTRA
Save Changes: After making the necessary adjustments, save the changes and try to execute the transport request again.
Testing: If applicable, test the transport request in a development or quality assurance environment to ensure that the changes have resolved the issue.
Related Information:
If you continue to experience issues after following these steps, consider reaching out to your SAP Basis team or consulting SAP support for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
TR189
Foreign key table & has an incorrect delivery class for TRESC
What causes this issue? You attempted to allocate a name range to field "&V3&" in table "&V2&". Table "&...
TR188
Field & has invalid data type
What causes this issue? You attempted to enter a name range description for field "&V1&", which is not a character field. This is n...
TR191
The key must be generic because the table key is longer than 120
What causes this issue? A fully qualified table key was specified for table "&V&". (exactly one key was specified). However, only a...
TR192
Incorrect entry in field "language"
What causes this issue? In a field of type "language" in table "&V1&", you entered a key description without using the re...
Click on this link to search all SAP messages.