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: 

User Exits in transaction OVA8

Former Member
0 Kudos

Hi All,

Could you help me out in finding what aare the User exits used in the transaction OVA8 at the earliest.

Thanks

2 REPLIES 2

Former Member
0 Kudos

Try these user exits

LVKMPFZ1

LVKMPFZ2

LVKMPFZ3

Regards

Krishnan

Former Member
0 Kudos

You can find the exits in many ways.

Get the developement class of the transaction code from SE93.

Then go to transaction SMOD and press F4 and give the Development class in Press ENTER, then it will show all the exits available for that transaction.

Or

Go to transaction SE80 and give the development class name and then expand the enhancements tree view then you will get the list of userexits for that corresponding dev class.

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

To check for the suitable BADI,

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

Thanks,

Srinivas