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: 

Exits / BADI's for WRFMATCOPY

Former Member
0 Kudos

Hi!!

I'm not a programmer so sorry if I don´t use the right terms to do the question:

Does anyone can tell me if there's any EXIT / BADI (or anything else where we can write code to do some validations) in transaction code WRFMATCOPY?

Thanks a lot!!

Célia Mendes

1 REPLY 1

Former Member
0 Kudos

Hi,

I could find only the following exit

BADI_MATN1

You can always follow the following steps to find exits

1.Open transaction SE24.

2.Now open the object CL_EXITHANDLER in display mode.

3.Go to the method tab and double click on the method GET_INSTANCE.

4.Put a break point on cl_exithandler=>get_class_name_by_interface.

5.Now execute the transaction you want to find EXIT for, it will take you to the above method.

6.Write EXIT_HANDLER in fieldnames and hit enter, it will tell you the EXIT used for your transaction.

7.Hit F8 and it will tell you all the EXITu2019s for your transaction.

Regards,

Manish