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

Switch off conversion exists dynamically?

daniel_humberg
Advisor
Advisor
0 Likes
474

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

Switching off Conversion exit is not possible.

2 REPLIES 2
Read only

TMNielsen
Contributor
0 Likes
430

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

Read only

Former Member
0 Likes
431

Switching off Conversion exit is not possible.