cancel
Showing results for 
Search instead for 
Did you mean: 

user exit for VA02

Former Member
0 Kudos

Hi,

I got a requirement to develop USEREXIT for the sales district (Vbkd-bzirk) validation based on item category.

It is for ITEM level i have to check the user entered value with my newly developed ztable.

Can any one tell me whether MV45afzz is the suitable user exit for this requirement and what is the approach.

Also please importantly tell me the structure will have the value in runtime

Points guaranteed

Regards,

Raghu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

yes mv45afzz would be the right place.

you can use either the user exit mentioned in the above post or you can work in the user exit

userexit_move_field_to_vbap

here also you would be able to get the 2 required field for your check

vbap-pstyv and vbkd-bzirk

reward points if it helps

regards

biju

Former Member
0 Kudos

Hi Ragu,

Yes you can perform your check using this user exit.

Program your logic in the form USEREXIT_MOVE_FIELD_TO_VBKD

Regards,

Jayakandan