‎2008 Jan 22 10:49 AM
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.
‎2008 Jan 22 10:55 AM
Hi merlin beard,
could u plz expln from which table u r taking? what is the scenario u r using ?
kind regards
karthik
‎2008 Jan 22 10:55 AM
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.