From e9818b807777258c659de82287926cad7f70555f Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:46:12 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df8a0dd..5b5cff2 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ # abap2UI5 - RFC Connector _Running into problems or found a bug? Create an issue [**here**](https://github.com/abap2UI5/abap2UI5/issues)_ -Remotely call abap2UI5 apps via RFC
- ### Approach +Remotely call abap2UI5 apps via RFC: image
- [Link](https://excalidraw.com/#json=Z27bQMS9ZH-3xgMDxLZ1R,WfuSCgOsHoJr8e339WSgjA) - - - ### Installation Install this repository with [abapGit](https://abapgit.org) ![abapGit](https://docs.abapgit.org/img/favicon.png) on the system with your abap2UI5 apps. Install this handler on client system. Handler: @@ -52,3 +47,6 @@ CLASS z2ui5_cl_rfc_connector_handler IMPLEMENTATION. ENDCLASS. ``` Setup destinations in SM50 that both systems can call each other and create an ICF Endpoint to call your abap2UI5 apps. + +### More +Check out this [blog post](https://www.linkedin.com/pulse/calling-abap2ui5-apps-remotely-via-rfc-abap2ui5-btoue/?trackingId=BJWSE77kp0aJRwpREQpVrQ%3D%3D) on LinkedIn to learn more.