2008 Jul 10 11:45 AM
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.
2008 Jul 10 11:56 AM
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.
2008 Jul 11 4:36 PM
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.