2013 Jan 23 9:24 AM
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 .
2013 Jan 23 3:07 PM
Hi u k,
Maybe this is the problem described in SAP note 1717414.
There it says, to overcome the issue:
Using the explicit generation (SE38 -> Program -> Generate) for:
CL_SLIN=======================CP
CL_SLIN_CHECKER_I18N==========CP
CL_SLIN_CHECKER_SECURITY======CP
can solve this problem in advance.
In Release 731,
CL_SLIN_CHECKER_DYNPROS=======CP
CL_SLIN_CHECKER_MOD_ENH=======CP
must also be generated explicitly.
regards, Randolf
2013 Jan 23 3:07 PM
Hi u k,
Maybe this is the problem described in SAP note 1717414.
There it says, to overcome the issue:
Using the explicit generation (SE38 -> Program -> Generate) for:
CL_SLIN=======================CP
CL_SLIN_CHECKER_I18N==========CP
CL_SLIN_CHECKER_SECURITY======CP
can solve this problem in advance.
In Release 731,
CL_SLIN_CHECKER_DYNPROS=======CP
CL_SLIN_CHECKER_MOD_ENH=======CP
must also be generated explicitly.
regards, Randolf
2013 May 18 8:32 PM
Awesome! Thank you. I spend a few hours trying to fix this on the NW7.03 trial....