Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

runtime error in webdynpro for abap

Former Member
0 Likes
308

hi every one,

The ASSERT condition was violated.

in webdynpro abap can any one help . im getting this error when im inserting customer master in KNA1

and also when i m giving name in customer name field its give error as

Unable to interpret RA as a number in case of customer name i m pretty confused can any one help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
278

Which assert condition was violated? Think of this as a CHECK statement that evaluated as NOT TRUE. Also, are you sure your data elements/domains are correct from customer name? The error fires when you put non-digit characters into numeric fields or NUMC fields.

1 REPLY 1
Read only

Former Member
0 Likes
279

Which assert condition was violated? Think of this as a CHECK statement that evaluated as NOT TRUE. Also, are you sure your data elements/domains are correct from customer name? The error fires when you put non-digit characters into numeric fields or NUMC fields.