Hello experts:
I have the following scenario I'm trying to build: Send information from a AbabProxy - PI - Jdbc through a stored procedure. It must answer a series of data, however the following error occurs through SXM_MONI.
com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'Licores_Mayor' (structure 'Statement'): com.microsoft.sqlserver.jdbc.SQLServerException: No se encontró el procedimiento almacenado 'Licores_Mayor'.
My Data type are:
DT_EnvFactura_Out_XI
Request
factura
localidad
DT_EnvFactura_In_JDBC
Statement
Licores_Mayores
Action
factura
isInput
type
localidad
isInput
type
Herewith the mapping done to see if I can help in solving this problem