Message type: E = Error
Message class: SWF_FLEX_DEF -
Message number: 121
Message text: Do not change super class. Please create own class which inherits from &1
Super class CL_SWF_FLEX_IFS_RUN_APPL_BASE should not be changed.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Create a new class in SE24 which inherits form super class
CL_SWF_FLEX_IFS_RUN_APPL_BASE. Then you can redefine and adapt the
method IF_SWF_FLEX_IFS_RUN_APPL~RESULT_CALLBACK.
Error message extract from SAP system. Copyright SAP SE.
SWF_FLEX_DEF121
- Do not change super class. Please create own class which inherits from &1 ?The SAP error message SWF_FLEX_DEF121 indicates that there is an attempt to modify a superclass in a way that is not allowed. This typically occurs in the context of workflow development in SAP, particularly when dealing with class inheritance in ABAP (Advanced Business Application Programming).
Cause: The error arises when a developer tries to change the definition of a superclass directly, which is not permitted. Instead, the system expects the developer to create a new class that inherits from the existing superclass. This is a safeguard to maintain the integrity of the superclass and ensure that all subclasses behave consistently.
Solution: To resolve this error, follow these steps: Create a New Class: Instead of modifying the superclass, create a new class that inherits from the specified superclass (denoted as &1 in the error message). You can do this by using the ABAP Class Builder (transaction SE24). Define Inheritance: When creating the new class, specify the superclass
Get instant SAP help. Sign up for our Free Essentials Plan.
SWF_FLEX_DEF120
Method is not supported for workflow instances
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SWF_FLEX_DEF118
Mandatory property '&2' is missing at activity '&1'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SWF_FLEX_DEF122
Operation is not supported.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SWF_FLEX_DEF123
Activity exposed only for exception handling is missing predefined agents
What causes this issue? Activity was tagged for result processing. Commonly this is a reaction of an exception which has occurred in a process. This ...
Click on this link to search all SAP messages.