Hi All,
Finally I some how manage to use stored procedures in my requirement.
Please help me on this :
NOTE : I am using SAP XI (3.0)
Sender: Proxy
Receiver : JDBC(MSSQL)
I need to send 4 tables data to the respective 4 tables in SQL server for this :
1. I have created one sender DT which is having 4 tables as 4 records
2 Previously i thought to use UPDATE_INSERT statement, So i have created one receiver DT which is having 4 TABLES (each table have individual UPDATE_INSERT statement ).
Now I am thinking to use SP , so what is the structure i need to create in receiver Data type ..?
I got this from help.sap:
<StatementName5>
<storedProcedureName action=” EXECUTE”>
<table>realStoredProcedureeName</table>
<param1 [isInput=”true”] [isOutput=true] type=SQLDatatype>val1</param1>
</storedProcedureName >
</StatementName5>
I am not getting how i will create my DT structure ... Please help
Regards,
Vin