cancel
Showing results for 
Search instead for 
Did you mean: 

Specifying RFC dest for .NET Connector program

Former Member
0 Kudos

Hi,

I'm trying 2 interface the SAP system with a .NET appl for sending IDocs. What is the most suitable method of doin that? and how to configure the RFC destination in the SAP system?

Hope 2 hear from U!

Thanks n advence,

Regards,

Ananda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks a lot 4 da help..i'll try it out nd contact u if needed.

Former Member
0 Kudos

Hi Ananda.

If my understanding is correct, you want to send IDOCS from R/3 and recieve in ur .net appl. i.e SAP R/3-->.net appl.

Broadly, you would need to do the following.

1. Create an RFC destination in R/3 using tcode sm59.

2. Write .net code to register the appl on the SAP gateway service with a program id.

3. Write .net code to handle the IDOC recieved event.

4. Compile and execute your .net appl.

5. Test your RFC destination using the tcode sm59.

Now you can submit the IDOC and the IDOCrecieved event would be raised in your .net appl.

Let me know if you face any more issues.

Thanks ,

Gaurav