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: 

userexit in va41

Former Member
0 Kudos

I wish to check every field in va41 before saving va41. Please tell

some userexit/badi/etc

thanks

rajeev

2 REPLIES 2

Former Member
0 Kudos

Include MV45AFZZ

Form userexit_save_document_prepare.

In this form you can make all the checks before save the document. (check the document type, this form is used in VA01, VA21, VA41, ...).

Regards,

Pepe

Edited by: Jose Vaquero Polonio on Apr 28, 2009 12:59 PM

agnihotro_sinha2
Active Contributor
0 Kudos

hi,

Get all the Exits and BADI in following ways:

1: SE24

2: CL_EXITHANDLER

3: Method- GET_INSTANCE.

4: Put a break-point at CALL METHOD cl_exithandler=>get_class_name_by_interface.

5: now run your Tcode and you will get all the BADI listing and Exits

ags.