ABAP Connectivity
451 Blog Posts
211 Contributors
-
SAP S/4HANA 2023 was released to the SAP customer base on October 11, 2023. ABAP Platform 2023 is the technology platform underlying SAP S/4HANA 2023 and is shipped as part of SAP S/4HANA 2023. In addition, ABAP Platform 2023 is part of SAP S/4HANA... Read More »4Comments16Likes
-
Introduction OAuth 2.0. (short for “Open Authorization”, https://oauth.net/2/) is an open standard for authorizations and access delegation, commonly used as a way for internet users to grant websites or applications access to their... Read More »3Comments12Likes
-
Recently I got a requirement to send a pdf file via a soap API, as this was new to me had to do some research and finally achieved it with the below given method. Posting this for the sake of people who are looking for a solution for this kind of a... Read More »7Comments3Likes
-
ABAP RFC connectivity from BTP to ABAP systems is supported by SAP Cloud Connector, for BTP Java runtime only. This blog describes the RFC connectivity enablement for Python runtime, so that Python BTP applications can consume ABAP RFCs, as... Read More »0Comments6Likes
-
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
-
Hello Community, I’m writing this blog to talk about consuming Cloud Foundry APIs (like CAP services or Build Process Automation APIs) from ABAP Cloud. Let me share a bit about why I’m writing this: recently, I had to figure out how to... Read More »0Comments6Likes
-
ABAP RFC protocol is the fastest way of data exchange between ABAP system and ABAP or non-ABAP system or application. The protocol is available in all on-premise ABAP installations, old and new, and in cloud-based ABAP systems, like SAP S/4HANA... Read More »8Comments13Likes
-
Many API’s which are part of Google Library use API key as a credential for execution. As best practice, we should not embed credentials directly in code or application source tree. The ideal way would be to store them centrally with access... Read More »4Comments6Likes
-
Are you a developer or administrator in SAP S/4HANA Cloud, public edition or SAP BTP, ABAP environment and need to implement or configure your custom outbound communication via communication user? You are not sure what authentication method to use?... Read More »0Comments5Likes
-
Para publicar mensajes en rabbitmq existen clientes para Java, .NET, Python, Node.js, desafortunadamente no existe un cliente oficial para ABAP; sin embargo, podemos usar la api de rabbit para publicar mensajes en un exchange. Instalación El primer... Read More »2Comments0Likes