cancel
Showing results for 
Search instead for 
Did you mean: 

Batch Mode for Stored Procedure

Former Member
0 Kudos

HI All,

As it is known that SAP doesn't support batch mode for Stored procedure(JDBC Receiver).

Can any one please give some pointers whether its possible to use batch mode with Stored procedure, if Yes then how?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Abhishek,

It's mentioned under "Advanced Tab Page" section that Batch mode doesn't support "EXECUTE" statement.

I would appreciate if you plz elaborate more on your approach.

former_member200962
Active Contributor
0 Kudos
Batch mode doesn't support "EXECUTE" statement

check if the below section from msdn gives you any pointers:

http://msdn.microsoft.com/en-us/library/ms189915.aspx

From above link:
Alternatively, you can execute a stored procedure without using the EXECUTE keyword if the stored 
procedure is the first statement in the batch.

Regards,

Abhishek.

former_member200962
Active Contributor
0 Kudos

check this:

http://help.sap.com/saphelp_nw04s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/frameset.htm

check in the Advance Tab Page section

Regards,

Abhishek.