‎2009 Aug 12 5:02 PM
Hi All,
Does anyone know how to debug a conversion exit. Im using a converison exit on the data domain to modify the display of bank account on all the sap screens to 'XXXXX'. the problem is when creating a record that has the bank account number.
I cant seem to debug the converstion exit. kindly advise
thanks
‎2009 Aug 12 5:40 PM
‎2009 Aug 12 5:40 PM
‎2009 Aug 12 5:47 PM
Either try static breakpoint ( BREAK-POINT ) in FM body
or
use SE37 to directly test your conv exit FM, so you can see what will be the output for certain input
Regards
Marcin
‎2009 Aug 19 9:15 AM
Hi,
try debugging with the option 'Execute with debugging' while you execute the FM in the transaction SE37.
Rgds,
Swetha