cancel
Showing results for 
Search instead for 
Did you mean: 

ASSERT condition was violated

rameshkumar_ramasamy2
Participant
0 Kudos

Hi All,

   I am facing a dump like "Assert Condition Violated" very rare(Like twice in a month) in Production. This is a custom application wherein we are handling many popups(calling views of different windows as a popup - interactions bw diff components) .

Category               ABAP Programming Error

Runtime Errors         ASSERTION_FAILED

ABAP Program           CL_NW7_VIEW_ELEMENT_ADAPTER===CP

Application Component  BC-WD-ABA-REN

Please help me out in solving this issue.  I searched for OSS notes as well. It didnt help me out.

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Raj,

Try to identify the scenario which leads to this kind of runtime errors. So that you could be able to replicate the issue and can fix it in a quick time.

It seems that, the issue is with not clearing the data attributes/ object reference on subsequent steps.

I would like to suggest you that, go to ST22 and go to the source code via debugger option and try to analyse the call stack involved. So that you can trace back to identify the sport from where the issue is originated.

Regards,

Rama