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

Function Module Z_STC_DGW_SAPRFC_CONN_TEST

Former Member
0 Likes
454

Hi,

We are using the Function Module 'Z_STC_DGW_SAPRFC_CONN_TEST' to test wheather the connection to EAI is existing or not. It is returning a sy-subrc code of 1 which means a system error. I am not able to navigate to this function module. It says it does not exist. Actually, the function module worked fine when we were using the seebeyond egate 4.5.3 as the middle ware. Now that we migrated to JCAPS it does not work. Please someone shed some light.

Bhaskar.

Hi,

We are using the Function Module 'Z_STC_DGW_SAPRFC_CONN_TEST' to test wheather the connection to EAI is existing or not. It is returning a sy-subrc code of 1 which means a system error. I am not able to navigate to this function module. It says it does not exist. Actually, the function module worked fine when we were using the seebeyond egate 4.5.3 as the middle ware. Now that we migrated to JCAPS it does not work. Please someone shed some light.

Bhaskar.

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
431

If the function module begins with Z, that would imply it is a customer specific program.

As it is an RFC it doesn't have to exist in the calling system - it must exists in the called system - that would be your EAI system. So you need to log on to that to see the function module.

Read only

Former Member
0 Likes
431

Matthew,

Thanks very much for answering. But if it has resided in EAI why should the name start with 'Z'. Since it has started with 'Z' does that not mean it should be in SAP itself.

Also, how from SAP we will come to know which Function Module in EAI has to be used? How does the previous developer came to know about this Function Module. Can we find a list of function modules residing in EAI that need to be used by SAP?

Bhaskar.