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

conversion error

Former Member
0 Likes
630

Dear all ,

I am getting a short dump in my workflow .The dump is in standard class CL_SWF_CNT_CONTAINER, method IF_SWF_CNT_CONVERSION~TO_XML , the short sump says 'CONVERSION ERROR'.kindly tell me how i can fix it

Thanks & Best Regards,

Sreejith

Edited by: sri on Sep 23, 2010 3:59 PM

4 REPLIES 4
Read only

Former Member
0 Likes
586

You can fix it by solving the CONVERSION_ERROR.

Read only

0 Likes
586

Hi, your question is not looking proper.

Please make it more clear.

As far as what I can suggest from this is "Please check interface passed to this method is of same type or not".

Read only

0 Likes
586

Hi ,

when i am triggering the workflow from my badi class as test run , it is not dumping..only when the badi is triggering transaction , its throwing a dump..

Regards,

Sreejith

Read only

Former Member
0 Likes
586

Sri,

in the DUMP you can find the exact line on which you got the error... put a break point there and re-run what you are doing.. cursor will stop there and you can see what exactly is going wrong..