NW ABAP Remote Function Call (RFC)
71 Blog Posts
56 Contributors
-
ABAP RFC connectivity from BTP to ABAP systems is supported by SAP Cloud Connector, for Java runtime only. This blog describes the RFC connectivity configuration for BTP Node.JS runtime, so that Node.JS BTP applications can consume ABAP RFCs, as... Read More »5Comments5Likes
-
Node.js rich ecosystem offers plenty of functions and utilities. Using node-rfc server bindings, these assets can be consumed from ABAP, just like standard ABAP functions. SAP Open Source node-rfc connector and SAP NW RFC SDK Library make it... Read More »11Comments7Likes
-
👉🏿back to blog series or to GitHub repos with ready-to-run playbooks. Dear community, There are various problematic attack vectors for SAP backends, but only a few are as severe as losing access to the SAP audit log from your security... Read More »0Comments0Likes
-
This blog post is the seventh part of a tutorial series. For a better understanding of the concepts and technologies, it is highly recommended that you read part IV first, and then come back here again. Part IV introduces the Microsoft Power... Read More »14Comments6Likes
-
Parallel processing is implemented in ABAP reports and programs, not in the background processing system itself. That means that jobs are only processed in parallel if the report that runs in a job step is programmed for parallel processing.... Read More »6Comments9Likes
-
RFC meets Web – Part II: How to build the proxy Welcome back to the second blog post where we look into building the REST2RFC proxy! It’s a SAP Cloud SDK Java application running on SAP BTP Cloud Foundry runtime. Introduction and BTP... Read More »4Comments5Likes
-
“RFC meets Web” Enable all your RFC functions for web consumption without development? Today, I’m excited to share a new thing: A proxy on SAP BTP that translates from REST to SAP RFC calls, making it possible to use BAPIs and... Read More »13Comments16Likes
-
Description: What is bgRFC. bgRFC configuration. bgRFC programming. bgRFC Monitoring. 1. What is bgRFC? The bgRFC allows application to record data that is received later by a called application. When the data is received, we must... Read More »0Comments6Likes
-
Hi, When you implement My Inbox fiori app you can face one issue in which user is receiving duplicate work items in his My inbox fiori app. If you check total workflow tasks in inbox from SBWP . Workflow is showing total 7 items. Total 7... Read More »2Comments0Likes
-
There are multiple ways to send data from one SAP system to another for several scenarios. IDocs and webservices can fulfil most of your integration requirements. However, there maybe times when your project requires you to achieve something that is... Read More »2Comments0Likes