Hi All,
I am getting the following ABAP dump when try to execute Product structures and Product assembles in PFCG for role SAP_PLMWUI_DISCRETE_MENU2.
Category | ABAP Programming Error |
Runtime Errors | ASSERTION_FAILED |
ABAP Program | /PLMB/CL_SEA_CUSTOMIZING======CP |
Application Component PLM-WUI-APP-SEA
Date and Time | 03/22/2016 22:06:25 |
Short Text
The ASSERT condition was violated. |
What happened?
The current application program has detected a situation with the | |
ASSERT statement that should not occur. | |
The reason for this runtime error was one of the following: | |
- For the checkpoint group specified with the ASSERT statement, the | |
activation mode is "abort". | |
- A system variant has been used to set the activation mode to "abort" | |
globally for all checkpoint groups in this system. | |
- The activation mode is set to "abort" at program level. | |
- The ASSERT statement is not assigned to any checkpoint groups. | |
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
Error analysis
The following checkpoint group was used: No checkpoint group specified
If the FIELDS addition was used in the ASSERT statement, you can find
the content of the first 8 fields specified in the following overview:
(not used)
(not used)
(not used)
(not used)
(not used)
(not used)
(not used)
" (not used) "
Please suggest any SAP note or configuration to be done to get rid of this error.
Thanks