Skip to Content
0
Former Member
Sep 15, 2010 at 03:15 AM

JDBC Receiver Stored Procedure

31 Views

I want to trigger a receiver stored procedure.

According to SAP Help the following should be the structure.

<StatementName5>

<storedProcedureName action=u201D EXECUTEu201D>

<table>realStoredProcedureeName</table>

<EmployeeID [isInput=u201Dtrueu201D] [isOutput=true] type=SQLDatatype>val1</param1>

<EmployeeName [isInput=u201Dtrueu201D] [isOutput=true] type=SQLDatatype>val1</param1>

</storedProcedureName >

</StatementName5>

My requirement is that i need to pass details about multiple employees to the stored procedure.

Can anybody help me out in changing the above structure?

Warm Regards,

Rahul