Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 117
Message text: Name '&': Underscore not allowed at end
Underscores are not allowed at the end of a table name.
The names of tables with underscores at the end could no longer be
uniquely by a corresponding index.
For the sake of consistency this restriction is also checked for
structures and views.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Use a name without an underscore at the end.
Error message extract from SAP system. Copyright SAP SE.
DT117
- Name '&': Underscore not allowed at end ?The SAP error message DT117, which states "Name '&': Underscore not allowed at end," typically occurs when you are trying to define a name (such as a variable, field, or object) that ends with an underscore character (
_
). In SAP ABAP, certain naming conventions must be followed, and one of those rules is that names cannot end with an underscore.Cause:
The error is triggered when:
To resolve this error, you should:
&
will be replaced with the actual name).my_variable_
, you can rename it to my_variable
or my_variable1
.By following these steps, you should be able to fix the DT117 error and adhere to the naming conventions required by SAP ABAP.
Get instant SAP help. Start your 7-day free trial now.
DT116
The namespace QCM is reserved for table conversions
What causes this issue? You tried to create a table, structure or view in the namespace QCM. This namespace is used during the conversion for the cre...
DT115
Table & (Inactive nametab header could not be read)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DT118
Tab. & belongs to central Basis. Append & cannot be activated
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DT119
Table & was delivered
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.