Hi Guys ,
I am facing a runtime error when i am trying to Run extended program check , code inpsector for a Function Module.
Runtime Error looks like below...
Category : ABAP Programming error
Runtime Errors : ASSERTION_FAILED
ABAP Program : CL_SLIN_CHECKER_SINGLE========CP
APPLICATION COMPONENT : BC-ABA-LA
The Assert Condition was violated.
What happened?
In the running application program, the ASSERT statement recognised a situation that should not have occurred.
The runtime error was triggered for one of these reasons:
- For the checkpoint group specified with the ASSERT statement,
activation mode is set to "abort".
- Via a system variant, the activation mode is globally set to
for checkpoint groups in this system.
- The activation mode is set to "abort" on program level.
- The ASSERT statement is not assigned to any checkpoint group.
Could any one suggest the Reason and try to solve my error.
Thanks .