cancel
Showing results for 
Search instead for 
Did you mean: 

Assert Condition Violated

Former Member
0 Kudos

Hi,

While re-scripting for the application, we are receiving the 'Assert Consdition Violated' error message. it happens in l_event_handler = get_nw7_event_handler(i_event_handler_id).

assert l_event_handler is not intial.

can anyone suggest how to rectify this error.

Regards,

R.V.Easter

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

So you got SAP to create a correction?

What's the OSS note number?

I'm just looking at the same problem in my system and I think OSS #1559475 is what I need to fix the problem.

Former Member
0 Kudos

closed

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This sounds like something you should enter a support ticket for.

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You are facing this error when you are exceuting the std wed dynpro comp?

if its std wd comp can u tell the comp name.

Priya

Former Member
0 Kudos

The method name is dispatch_nw7_event

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Can you tell the WD component name to check .

Priya

Former Member
0 Kudos

Where are you getting this error....is this the standard one orgetting for your code..

check the event handler reference is passed correctly or not..

is the same issue in ST22....

Former Member
0 Kudos

we are getting the error in the standard program.

Former Member
0 Kudos

keep a break point at this code, and check where it is failing..it is difficult to asnwer it unkless we debug it..