Application Development and Automation 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: 
Read only

Conversion Exit

Former Member
0 Likes
638

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

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
540

Did you try to set it to system debugging via the menu?

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
541

Did you try to set it to system debugging via the menu?

Read only

MarcinPciak
Active Contributor
0 Likes
540

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

Read only

0 Likes
540

Hi,

try debugging with the option 'Execute with debugging' while you execute the FM in the transaction SE37.

Rgds,

Swetha