0% found this document useful (0 votes)
14 views

AWS Reference Architecture

Reference Architecture for AWS

Uploaded by

Sam Ambani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

AWS Reference Architecture

Reference Architecture for AWS

Uploaded by

Sam Ambani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

The SAP ABAP developer installs AWS Command

Guidance for Improving Application Development 1


Line Interface (AWS CLI) version 2 on either a
Windows or Mac operating system. Additionally, the

Productivity with the SAP ABAP Assistant on AWS developer configures the AWS CLI to authenticate
with the AWS IAM Identity Center using the aws
configure sso command.
This architecture diagram shows how SAP ABAP developers can improve their productivity by using the SAP Advanced
Business Application Programming (ABAP) Assistant in conjunction with Amazon Bedrock to generate SAP ABAP code and With the AWS CLI, the developer authenticates with
2
documentation. the IAM Identity Center by running the aws sso
login --profile <profile-name> command.
AWS Cloud The developer downloads the provided SAP ABAP
2 3
Assistant plugin, installs it, and then configures the
plugin within the Eclipse integrated development
environment (IDE).

AWS CLI The developer must authenticate and establish


AWS IAM Identity Center 4 connections between the Eclipse IDE and one or
more SAP systems that are hosted either within an
5 Amazon Virtual Private Cloud (VPC), on-premises,
1
3 or in the SAP Business Technology Platform (BTP)
ABAP environment.
Eclipse IDE
Within the Eclipse IDE, the developer opens an ABAP
Developer 6 program and selects a specific block of ABAP code
for which documentation needs to be generated. To
4
Amazon Bedrock initiate the code generation process, the developer
writes a prompt in simple English within the ABAP
program. The developer then invokes the SAP ABAP
Assistant plugin using the "Ask Bedrock" menu option
available in the Eclipse IDE.

5 The SAP ABAP Assistant plugin sends a request with


the selected prompts or ABAP code to Amazon
Bedrock, a fully managed service that offers a choice
of high-performing foundation models. Amazon
SAP Business AWS, RISE with SAP, or on-premises Bedrock then uses large language models (LLMs),
such as the Anthropic Claude model, to generate the
Technology Platform corresponding ABAP code or documentation.
SAP systems The SAP ABAP Assistant plugin returns the
Example: S/4HANA, ECC 6
generated response back to the ABAP editor in the
case of code generation and displays the generated
documentation within the console of the Eclipse IDE.
The developer is then responsible for validating the
generated code and, if necessary, modifying it to align
Reviewed for technical accuracy July 5, 2024
© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Reference Architecture with the specific use case requirements.

You might also like