Hello Gateway experts,
We are developing a number of services to consume by our mobile application and we first made and test services on Embedded Gateway deployment and everything worked. Now we install Gateway on a new AS ABAP 7.4 server to act as a Hub for our DEV, QAS, PRD servers and we go for second option in that kind of configuration, development on the hub, because we don't won't to install IW_BEP on every server. But now we need to use RFC for service development (in embedded configuration we simply use a structure and program get, put, post methods in *_DPC_EXT class) and when want to register services we can if we put a destination system to be a local gateway server and rfc destination NONE but then service don't see our function that is on DEV server, and when we put a destination system to be DEV server and rfc destination the one toward that system, it throw an error: Runtime error CALL_FUNCTION_NOT_FOUND has occurred,
..ERROR_INFO Function module "/IWFND/FM_ACTIVATE_SERVICE" not found. |
Can you please explain how to develop a and deploy a service in this kind of configuration?