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

SAP-ABAp

Former Member
0 Likes
566

Hai,

By using Chain & EndChain we can do the Validations for fields, my requirement is first i have done validations for a perticular field with one value processed and again i have

entered same value to that field i dont want to do validation again for the field

for this wt we have to do?

Hai,

By using Chain & EndChain we can do the Validations for fields, my requirement is first i have done validations for a perticular field with one value processed and again i have

entered same value to that field i dont want to do validation again for the field

for this wt we have to do?

3 REPLIES 3
Read only

Former Member
0 Likes
537

Hi,

1. Why don't you want do the validation again as there is no gaurantee that the user would have entered the right data.

2. If you have to do it, then you need handle that programatically. Do the validation only if a flag is not set. Have a flag and set that to X after doing your valudation.

Regards,

Ravi

Note :Please mark the helpful answers and close the thread if the issue is resolved.

Read only

Former Member
0 Likes
537

Hi,

If u want to skip the validation for same correct value u had entered previouly then u need to check the new value with previous one. For this u need to restore the old value and match with new one.

But this ultimately will lead to another validation.

Rgds,

Prakashsingh

Read only

dani_mn
Active Contributor
0 Likes
537

If your value doesn't change you can use 'ON REQUEST'

but you are writing the same value again so this will not work. you have code your own logic to do this. there is no standard way available.

Regards,

Wasim Ahmed