‎2005 Aug 26 5:43 PM
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.
‎2005 Aug 26 7:46 PM
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
‎2005 Aug 26 7:46 PM
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