cancel
Showing results for 
Search instead for 
Did you mean: 

Connectivity between MII and C# application

Former Member
0 Kudos

Hi Experts,

I would like to know,

if there is any way to send data from MII to Web/Windows based Dot Net application(using C#)?

I know that Dot net application can connect/access SAP BAPI using SAP.Net connector.

But is there any way through which MII can send the data to Dot net application , so that dot net application will do its desired processing.

Thanks in advance.

Regards,

Shalaka

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can call .Net supplied web services in MII transaction and you can call .aspx file in .irpt program with parameter.

And you can use .Net supplied web service in .irpt program with xacute query.

Regards.

Former Member
0 Kudos

In addition to Jens' proposal you can also build a webservice in your .NET environment. Then you can define a MII transaction that calls this .NET webservice. So you easily have both ways availble if you are using webservices.

Michael

Former Member
0 Kudos

You can create a transaction, this is then exposed as a webservice. This webservice can then be included in a C# application as a webreference.

BR.

Jens

Former Member
0 Kudos

Hi,

I want to trigger the connectivity from MII.

The requirement is kind of, Once data is available to MII, it will then pass it on to Dot net application.

So its the other way around

So calling MII transaction from C# might not suit the needs in this case.

Is there any other way to call C# fincation as RFC from MII?

Regards,

Shalaka