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

Function Module Get Transformation Error

Former Member
0 Likes
404

Dear All,

I want to know Function Module Standard to get message when Transformation error. Please help me to find out.

Best Regards,

Joy

1 REPLY 1
Read only

Former Member
0 Likes
352

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