‎2008 Mar 14 7:27 AM
I have a domain which uses conversion exits to convert the data to a nicer format before showing it on the UI. This works fine.
However, in some cases I would like to avoid that the conversion exits are used (in my case when showing the data in an webdynpro ALV, but that does not matter). Is there any change to switch off and on the usage of conversion exits for a particular field in the coding?
‎2008 Mar 14 8:18 AM
‎2008 Mar 14 7:38 AM
Hi Daniel
You can't switch of the conversion exit.
What you need to do is: create a work field to show in your UI ( one without the conversion exit ) and then you can dynamically call the conversion exit function module before showing the field on the UI
best regards
Thomas Madsen Nielsen
‎2008 Mar 14 8:18 AM