Application Development 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: 

va41 how check one field before saving.

Former Member
0 Kudos

hi

i need to check Referance field with respect to country .if country is Iran then ref should be fill otherwise stop further processing.

how i perform it.if user exit then which one is suitable.

6 REPLIES 6

former_member181995
Active Contributor
0 Kudos

Have a look at Exit V60F0001

0 Kudos

how can i check field before saving...how i pick field data.bcz its not in database..i m chcking before insert.

0 Kudos

Itu2019s not the matter of commit database.

Before commit to database you can always check the values in somewhere Structure. So find them and put some necessary check on them.

0 Kudos

Hi,

you can use this BADI BADI_SD_UPDATE_PLVAL.

using call stack you can change the values of any structure before save the document.

Thanks.

0 Kudos

thanks amit.

but i m trying to find out but unable to get which structure is using for holding Referance field .xblnr.how can i find it

Former Member
0 Kudos

myself