Does anyone know of any function module or transaction that will translate Open SQL to Native SQL? What I'd like to do is be able to take raw abap and get an explain plan via ST05 without having to run the code.
I can get an explain plan with function module "DB6_EXPLAIN", but I can't get the code into the Native format that it needs first. BTW - Oracle 9i on 46c system.
Thanks for any help!