Hi,
we have a (non SAP) System that uses rfc to connect with our system. It acts as an RFC Server (so it offers an rfc api) and it calls apis in our R/3 System.
We migrate to S/4 and we do not want to have direct access from other systems to our S/4. We have a Cloud Platform Integration (CPI) but unfortunately it can not act as RFC Server. It can only call RFCs.
So we need sth like a RFC to HTTP and HTTP to RFC converter.
Has anyone experience using sth like a small java app to offer an rfc port? When external system connects, it calls an http service in the background and gives back the data.
Thanks in advance
Markus