cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump 'The ASSERT condition was violated' for special characters

Former Member
0 Kudos

Hi Experts ,

We are using ABAP web dyn-pros for the performance management application.

Here the Users are able to put 'Free text' data into the 'Note' fields which are present in ABAP web dynpro .

The note fields allow any free text to be entered from the key-board. However when the Users Copy paste the same from any MS Word file , the special charecters like Bullets , Symbols the Web dynpro generates a short dump 'The ASSERT condition was violated' .

This is only the case for Non Key board Characters.

Any Ideas how this dump can be avoided.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ,

Check transaction ST22

in the short dump look at the call stack and the lines of code that threw the assert

regards,

amit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please look into

Note 1343806 - Problems with Unicode characters in non-Unicode back-end on service.sap.com.

in a Web Dynpro application, a termination occurs in the back-end if this is not a Unicode system.

Thanks

Vishal Kapoor