cancel
Showing results for 
Search instead for 
Did you mean: 

reading infocube using .NET Connector 3.0 with dynamic parameters

Former Member
0 Kudos

Hello All,

Iu2019m completely new to SAP BW, but have enough experience in .NET.

Currently Iu2019m working on a websites that visualizes (and analyses) SAP INFOCUBE. I tried to implement .NET Connector 3.0, but unfortunately Iu2019ve to pass several parameters (number of parameters are depends on user selection of options in the website) which may not possible in BAPI functions.

Moreover I would like to use MDX Statements (which is to be created dynamically in .net on user selection of fields or controls) to extract a cube data from SAP BW apart from ADOMD (where I was successful).

Summary: extract data using .NET Connector 3.0 and MDX (or any other medium that supports multiple (unknown) nr of parameters)

Any suggestions or help will be very thankful

Thanks in advance

Swamy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I know you mentioned you wanted to use "MDX" and you are probably using MDX because you are working with BW. SAP has a SAP BW OLAP BAPI's that can be called from .Net Connector 3.0. I am in the opposite situation than you are. I don't know alot about .NET but know a little about SAP BW. I am trying to figure out the best way to get my results into an asp.net Data Table.