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: 

VA01 ITEM Level Exits for item validation

karthik_snair
Participant
0 Kudos

Hi Team,

I have a requirement of filling some custom fields upon entering the item in the VA01/VA02.

For that I need to know the suitable exits where I can fill this. The exit has to get triggered when the user gives the material and presses enter.

Please let me know.

Thanks!

Karthik.S

3 REPLIES 3

former_member187748
Active Contributor
0 Kudos

Hi Karthik,

what you wants to validate, see these exits which you can try

USEREXIT_MOVE_FIELD_TO_VBAP

USEREXIT_READ_DOCUMENT

USEREXIT_SAVE_DOCUMENT

USEREXIT_SAVE_DOCUMENT_PREPARE

if you please tell us what is your requirements , it will be better to tell you precisely.

former_member195402
Active Contributor
0 Kudos

Hi Karthik,

the exits Sanjeev told you, can be found in include MV45AFZZ.

Regards,

Klaus

Former Member
0 Kudos

Hi Karthik,

To trigger your custom code when the user gives the material and hits enter, you can try enhancing VBAP_FUELLEN in the Include FV45PFAP_VBAP_FUELLEN. It should serve the purpose.

If you want to fill custom fields in VBAP as per your logic, you can use USEREXIT_MOVE_FIELD_TO_VBAP.

Hope this helps.