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: 

Which User Exit / BADI I can use?

Former Member
0 Kudos

Hello All,

While Saving PO or PR I need to check the value of commitment Item(FIPOS).

Which User Exit / BADI I can use?

Regards,

Lijo John

1 REPLY 1

Former Member
0 Kudos

try this method;

Go to Tranaction: SE24.

open class CL_EXITHANDLER

Open the method " GetInstance"

Put Break point in the statement

call method cl_exithandler=>get_class_name_by_interface

when u run the po transaction it will repeatedly stop at the breakpoint check the value of exit name there press f8 to continue now when u just save the po then check the values of exitname in the debugger