‎2011 Apr 04 8:49 AM
Dear All,
I want to know Function Module Standard to get message when Transformation error. Please help me to find out.
Best Regards,
Joy
‎2011 Apr 04 9:36 AM
you should encapsulate the call transformation
with
try.
call transformation
catch ...
endtry.
with catch and the exception class you will get out the error, see documentation on the call transformation, then you will see it.
regards oliver