Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP .NET Connector problem

Former Member
0 Likes
1,435

I have created an RFC in development server and we are using that to connect with a PLC system using SAP >Net Connector. The server configuration has been established in sm59 and the RFC is working fine in development.

  • Now we transported the same RFC to Quality and did the necessary configuration in sm59 in QAS and tested for connection test which it has passed.  Now when we are trying run the RFC it tells ' FUNCTION NOT IMPLEMENTED ' error.

Please help me out of this situation.

Thanks

Peter

I have created an RFC in development server and we are using that to connect with a PLC system using SAP >Net Connector. The server configuration has been established in sm59 and the RFC is working fine in development.

  • Now we transported the same RFC to Quality and did the necessary configuration in sm59 in QAS and tested for connection test which it has passed.  Now when we are trying run the RFC it tells ' FUNCTION NOT IMPLEMENTED ' error.

Please help me out of this situation.

Thanks

Peter

9 REPLIES 9
Read only

Former Member
0 Likes
1,243

pls refer below link it might be helpfula :

[RFC ERRORS|http://www.saptechno.com/sap-notes.html?view=sapnote&id=564612]

Read only

0 Likes
1,243

Hi Solasu

I have already checked the conection parameters in sm59 which it has passed successfully, its working fine in development . In QAS also we have established connection in sm59 which has been tested positively. when I run the RFC function module in QAS I get 'FUNCTION NOT IMPLEMENTED' error.

Where can the problem be?

Thanks

Peter rajasekar J

Read only

0 Likes
1,243

Hi,

Are you using any custom function to get or send the data.

Regards,

Madhu.

Read only

0 Likes
1,243

Yes

We have created a custom function for sending and receiving data.

Thnks

Peter rajasekar J

Read only

JackGraus
Active Contributor
0 Likes
1,243

Hi Peter, I had the same error message when calling a RFC server function in the SAP.NET connector. The RFC server function was called from SAP using transactional tRFC. After I implemented tRFC in .NET no more errors. Not sure you have same issue here as you did test successfully in development.

Regards Jack

Read only

Former Member
0 Likes
1,243

Let me change the RFC to tRFC and transport it to Quality and test.

Thanks

Peter rajasekar J

Read only

Former Member
0 Likes
1,243

We have changed it to tRFC and tested in QAS which is not working.

Thanks

Peter rajasekar J

Read only

JackGraus
Active Contributor
0 Likes
1,243

Hi Peter, not sure where you did change to tRFC. What did you change to tRFC ?

If you call the RFC in .NET from SAP with tRFC (CALL FUNCTION func IN BACKGROUND TASK) then also a tRFC handler in the .NET connector needs to be implemented. If not the .NET connector will give error message 'FUNCTION NOT IMPLEMENTED'.

The tRFC handler is set in the RfcServerManger by setting the TransactionIDHandler class

Regards Jack

Read only

Former Member
0 Likes
1,243

Hi Rajasekar,

Please check the link.

http://scn.sap.com/thread/3811

Hope it is useful.

Thanks,

Srikanth.A