Hi all,
I am trying to call a transformation but I am getting the exception CX_ST_SWITCH_NO_CASE, I checked the transformation and this is where the switch is:
<tt:switch> <tt:cond check="FIELD='ENCABEZADO'"> <tt:assign ref="VALUE" to-var="_C_1"/> </tt:cond> <tt:cond check="FIELD='DETALLE'"> <tt:assign ref="VALUE" to-var="_C_2"/> </tt:cond> <tt:cond check="FIELD='TOTALES_FACTURA'"> <tt:assign ref="VALUE" to-var="_C_3"/> </tt:cond> <tt:cond check="FIELD='INFORMACION_DE_REFERENCIA'"> <tt:assign ref="VALUE" to-var="_C_4"/> </tt:cond> <tt:cond check="FIELD='AUTORIZACION'"> <tt:assign ref="VALUE" to-var="_C_5"/> </tt:cond> <tt:cond check="FIELD='OTROS'"> <tt:assign ref="VALUE" to-var="_C_6"/> </tt:cond> <tt:cond check="FIELD='FIRMA_DIGITAL'"> <tt:assign ref="VALUE" to-var="_C_7"/> </tt:cond> </tt:switch>
This transformation was created by SAP based on a WSDL file, when I was creating the service consumer.