Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Stored Procedure Interface

Former Member
0 Likes
466

I need to develop an interface to SQL Server Stored procedures (SPs). Any suggestions on how to accomplish this? Currently we are using custom SAP database tables for these interfaces. ABAP and the SPs are reading and writing to these tables. I don't believe this a good design and I would like to replace it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
285

Perhaps you can create a database connection (DBCON).

I used it for MS SQL sever.

See these notez for more informations: 323151, 339092 and 178949

1 REPLY 1
Read only

Former Member
0 Likes
286

Perhaps you can create a database connection (DBCON).

I used it for MS SQL sever.

See these notez for more informations: 323151, 339092 and 178949