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

How to skip conversion exit?

Former Member
1,267

Newbee here. I have a table, with one NUMC field, and a conversion exit defined on it. When i do a "select * from <this_table> into <table>" using inside an RFC, the values that get entered into the output table are after the conversion exit is applied to them. How can i do the same thing without the conversion exit being applied to them? I cannot change the existing table / conversion exit configuration on the field. TIA.

2 REPLIES 2
Read only

Former Member
0 Likes
771

Hi merlin beard,

could u plz expln from which table u r taking? what is the scenario u r using ?

kind regards

karthik

Read only

Former Member
771

Hi Merlin,

You can't bypass the conversion exit in the select. The only solution would be to loop over your result table and call the conversion-exit again (but now the "_IN" variant) for the field.

Regards,

John.