
Connecting SAP and Google Cloud
Connect your SAP digital core with Google Cloud innovation. Accelerate decision making, optimize operations and reduce costs without interrupting your business.
Technical Capabilities
A direct bridge to innovation
Vertex AI (Gemini & RAG)
Invoke multimodal Gemini models and build RAG (Retrieval-Augmented Generation) architectures to interact with your enterprise data from ABAP.
BigQuery & Vector Search
Use BigQuery as a vector database for semantic search and replicate data in real-time with the BigQuery Toolkit for SAP.
Pub/Sub & Eventing
Enable EDA architectures with the Business Eventing Toolkit. Emit standard SAP business events to Google Cloud without complex code.
Secret Manager
Manage credentials and API keys centrally and securely, eliminating hardcoding in your ABAP programs.
As simple as it looks
This is all the ABAP code needed to translate a text using Google Cloud Translation API.
DATA(lo_translate) = /goog/cl_translation_v2=>get_instance( ).
TRY.
DATA(lv_text) = 'Hello World'.
lo_translate->translate_text(
EXPORTING
iv_q = lv_text
iv_target = 'es'
IMPORTING
es_output = DATA(ls_output)
).
WRITE: / ls_output-data-translations[ 1 ]-translated_text.
CATCH /goog/cx_sdk INTO DATA(lo_ex).
WRITE: / lo_ex->get_text( ).
ENDTRY.
Real Value for your Business
Beyond technical integration, the ABAP SDK is a value catalyst that allows your organization to respond faster to market demands.
TCO Reduction
Eliminate complex middleware infrastructure. Direct connection means fewer servers to maintain and licenses to pay.
Maximize your Talent
Your current SAP experts can build next-generation AI solutions without the need for a costly learning curve.
Continuous Innovation
Access Google's latest advances in AI and Data on Day 1, directly from your critical SAP business processes.
The Future is Intelligent and Connected
From automating invoice entry to predicting stockouts with AI, the possibilities are limitless and implementation is immediate.
See Success Stories by Industry→

