Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 120
Message text: No authorization for requested DB change to table &
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
DT120
- No authorization for requested DB change to table & ?The SAP error message DT120 indicates that a user does not have the necessary authorization to perform a database change on a specific table. This error typically arises when a user attempts to execute a transaction or program that requires access to modify data in a database table, but their user profile lacks the required permissions.
Cause:
- Insufficient Authorizations: The user does not have the necessary authorizations assigned to their user role to perform the requested action on the specified database table.
- Table Locking: The table may be locked for changes due to ongoing transactions or maintenance activities.
- Transport Layer Restrictions: If the change is being made in a transport layer that restricts certain operations, this could also lead to the error.
Solution:
Check User Authorizations:
- Use transaction code SU53 immediately after the error occurs to analyze the authorization check. This will show which authorization object failed.
- Review the user’s roles and profiles in transaction SU01 or PFCG to ensure that the necessary authorizations for the specific table are included.
Modify User Roles:
- If the required authorizations are missing, you may need to add the necessary authorization objects to the user’s role. Common authorization objects related to database changes include:
S_TABU_DIS
(Table Maintenance)S_DATASET
(File Access)S_TCODE
(Transaction Code Access)- Ensure that the user has the appropriate access level (e.g., display, change, or full access) for the specific table.
Consult with Security Team:
- If you do not have the necessary permissions to modify roles, contact your SAP security team or administrator to request the required authorizations.
Check for Table Locks:
- Use transaction SM12 to check if the table is locked by another user or process. If it is, you may need to wait until the lock is released.
Review Transport Layer Settings:
- If the change is being made in a transport layer, ensure that the transport settings allow for the changes you are trying to make.
Related Information:
By following these steps, you should be able to identify the cause of the DT120 error and implement the necessary changes to resolve it.
Get instant SAP help. Start your 7-day free trial now.
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...
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...
DT121
Name & is identical or is in same namespace as &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DT122
Structure & is itself used as a subtype
What causes this issue? The structure currently defined is itself used as an include. The system issues an error message and will not allow you to co...
Click on this link to search all SAP messages.