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: /SCMB/TG_NACH -
Message number: 113
Message text: No edit mode specified (set or delete trigger)
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.
/SCMB/TG_NACH113
- No edit mode specified (set or delete trigger) ?The SAP error message
/SCMB/TG_NACH113 No edit mode specified (set or delete trigger)
typically occurs in the context of SAP Advanced Planning and Optimization (APO) or Supply Chain Management (SCM) when there is an issue with the configuration of a trigger in the system. This error indicates that the system is expecting an edit mode (either 'set' or 'delete') to be specified for a trigger operation, but it has not been provided.Cause:
- Missing Edit Mode: The most common cause of this error is that the edit mode parameter is not specified in the function call or configuration where the trigger is being set or deleted.
- Incorrect Configuration: There may be an issue with the configuration of the triggers in the system, leading to the system not recognizing the intended operation.
- Programming Error: If this error arises from a custom program or enhancement, it may be due to a programming oversight where the edit mode is not being passed correctly.
Solution:
Specify Edit Mode: Ensure that when you are calling the function or method related to the trigger, you explicitly specify the edit mode. The edit mode should be either 'set' (to create or update a trigger) or 'delete' (to remove a trigger).
Example:
CALL FUNCTION '/SCMB/TG_SET_TRIGGER' EXPORTING edit_mode = 'SET' " or 'DELETE' ...
Check Configuration: Review the configuration settings for the triggers in the SAP system. Ensure that all necessary parameters are correctly set up and that there are no missing entries.
Debugging: If the error occurs in a custom program, use the debugger to trace the execution and check where the edit mode is being set. Ensure that the variable holding the edit mode is being populated correctly before the function call.
Consult Documentation: Refer to the SAP documentation for the specific function module or method you are using to understand the required parameters and their expected values.
SAP Notes: Check the SAP Support Portal for any relevant SAP Notes that might address this specific error or provide additional context or fixes.
Related Information:
If the issue persists after trying the above solutions, it may be beneficial to reach out to your SAP support team or consult with an SAP expert for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
/SCMB/TG_NACH112
BAdI trigger &1 cannot be deleted
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCMB/TG_NACH111
BAdI trigger &1 cannot be set
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCMB/TG_NACH114
No trigger &1 available for service &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCMB/TG_NACH115
Error when reading trigger &1 for service &2
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.