cancel
Showing results for 
Search instead for 
Did you mean: 

Stored Procedure - JDBC Receiver

Former Member
0 Kudos

Hi,

I am inserting set of records into jdbc where it needs to call a stored procedure which generates a unique primary key .

How to call these stored procedure in XI?

Regards,

B>Anandh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>How to call these stored procedure in XI?

have a look at :

storedProcedureName action=” EXECUTE”

on

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

Regards,

michal

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Is this an Asynh call or a Synch Call?

If asynh call create the target datatype as shown in this blog and link,

http://help.sap.com/saphelp_nw2004s/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

/people/sriram.vasudevan3/blog/2005/02/14/calling-stored-procs-in-maxdb-using-sap-xi

Regards

Bhavesh

prateek
Active Contributor
0 Kudos

Check this out

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

Regards,

Prateek