cancel
Showing results for 
Search instead for 
Did you mean: 

SBO-SDK Consult: DI API Not working with ASP.

Former Member
0 Kudos

Hi all,

<b>DI API can't be used in ASP development environment</b>.

The reason for that is an <b>ASP limitation</b>: ASP doesn't support calling functions with OUT Parameters (meaning functions that returns values).

Since we <u>do</u> have OUT parameters in our DI API functions it won't work in ASP.

Partner will be able to use the DI server in ASP. (in version 6.7)

Best regards

Yaniv G.

SDK Support

SAP Manage Israel.

Message was edited by: Yaniv Gamliel

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If you absolutely need to use ASP, it is possible to write your own COM object(s) using VB, C++, etc, that talk to the DI API and handle the OUT parameters. Your ASP page can then simply call your object(s).

former_member185703
Active Contributor
0 Kudos

Thanks for the information Yaniv!

I would like to propose to state this incompatibility also in release documentation or the Product Availability Matrix.

Frank