2008 Nov 23 9:30 AM
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
2008 Nov 23 9:42 AM
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