Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now

Close

How To Fix /SCMB/TG_NACH113 - No edit mode specified (set or delete trigger)


SAP Error Message - Details

  • Message type: E = Error

  • Message class: /SCMB/TG_NACH -

  • Message number: 113

  • Message text: No edit mode specified (set or delete trigger)

  • Show details Hide details


  • Self-Explanatory Message

    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.



    What else can you do?

    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.


Smart SAP Assistant

  • What is the cause and solution for SAP error message /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:

    1. 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.
    2. 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.
    3. 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:

    1. 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'
          ...
    2. 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.

    3. 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.

    4. 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.

    5. 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:

    • SAP Version: Ensure that you are aware of the version of SAP you are using, as the behavior of certain functions may vary between versions.
    • Function Module Documentation: Look up the documentation for the specific function module or class method you are using to understand the parameters and their expected values.
    • Community Forums: Consider checking SAP Community forums or other user groups for similar issues and solutions shared by other users.

    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.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author