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

Error while triggering XML

Former Member
0 Likes
1,154

Hi,

I am triggering an XML from a Z-program , I am facing exception CX_ST_SWITCH_NO_CASE and the XML is not triggering.

When I debugged to find out the issue , In call transformation there is <tt>:switch tag used when I give F5 in that specific line the exception occurs. The call transformation is standard. I am just triggering the XML via class object.

Request your help in resolving the issue.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
756

Please post the relevant code of your simple transformation, and the code about "triggering the XML via class object" (means nothing to me). Otherwise, impossible to tell you what is wrong in the <tt:switch> ..tag, nor in the way you trigger the transformation (why does it concern your issue by the way?)

For information, the usage of tt:switch is explained here : ST - tt:switch, Case Distinction

Read only

RaymondGiuseppi
Active Contributor
0 Likes
756

Theorically, you must either adjust the application program that transfers a value that is not allowed, or you must adjust the transformation. So don't pass 'F5'?