Prospects usually need to increase and enrich SAP supply knowledge with different non-SAP supply knowledge. Such analytic use instances may be enabled by constructing an information warehouse or knowledge lake. Prospects can now use the AWS Glue SAP OData connector to extract knowledge from SAP. The SAP OData connector helps each on-premises and cloud-hosted (native and SAP RISE) deployments. Through the use of the AWS Glue OData connector for SAP, you’ll be able to work seamlessly along with your knowledge on AWS Glue and Apache Spark in a distributed trend for environment friendly processing. AWS Glue is a serverless knowledge integration service that makes it simpler to find, put together, transfer, and combine knowledge from a number of sources for analytics, machine studying (ML), and utility improvement.
AWS Glue OData connector for SAP makes use of the SAP ODP framework and OData protocol for knowledge extraction. This framework acts in a provider-subscriber mannequin to allow knowledge transfers between SAP methods and non-SAP knowledge targets. The ODP framework helps full knowledge extraction and alter knowledge seize via the Operational Delta Queues (ODQ) mechanism. As a supply for knowledge extraction for SAP, you should utilize SAP knowledge extractors, ABAP CDS views, SAP BW, or BW/4 HANA sources, HANA data views in SAP ABAP sources, or any ODP-enabled knowledge sources.
SAP supply methods can maintain historic knowledge, and may obtain fixed updates. For that reason, it’s essential to allow incremental processing of supply modifications. This weblog put up particulars how one can extract knowledge from SAP and implement incremental knowledge switch out of your SAP supply utilizing the SAP ODP OData framework with supply delta tokens.
Answer overview
Instance Corp desires to research the product knowledge saved of their SAP supply system. They need to perceive their present product providing, particularly the variety of merchandise that they’ve in every of their materials teams. This may embody becoming a member of knowledge from the SAP materials grasp and materials group knowledge sources from their SAP system. The fabric grasp knowledge is out there on incremental extraction, whereas the fabric group is simply out there on a full load. These knowledge sources must be mixed and out there to question for evaluation.
Conditions
To finish the answer offered within the put up, begin by finishing the next prerequisite steps:
- Configure operational knowledge provisioning (ODP) knowledge sources for extraction within the SAP Gateway of your SAP system.
- Create an Amazon Easy Storage Service (Amazon S3) bucket to retailer your SAP knowledge.
- In an AWS Glue Information Catalog, create a database known as
sapgluedatabase
. - Create an AWS Identification and Entry Administration (IAM) position for the AWS Glue extract, rework, and cargo (ETL) job to make use of. The position should grant entry to all assets utilized by the job, together with Amazon S3 and AWS Secrets and techniques Supervisor. For the answer on this put up, title the position
GlueServiceRoleforSAP
. Use the next insurance policies:- AWS managed insurance policies:
- Inline coverage:
Create the AWS Glue connection for SAP
The SAP connector helps each CUSTOM (that is SAP BASIC authentication) and OAUTH authentication strategies. For this instance, you may be connecting with BASIC authentication.
- Use the AWS Administration Console for AWS Secrets and techniques Supervisor to create a secret known as
ODataGlueSecret
in your SAP supply. Particulars in AWS Secrets and techniques Supervisor ought to embody the weather within the following code. You will want to enter your SAP system username instead of <your SAP username> and its password instead of <your SAP username password>. - Create the AWS Glue connection
GlueSAPOdata
in your SAP system by deciding on the brand new SAP OData knowledge supply. - Configure the reference to the suitable values in your SAP supply.
- Software host URL: The host will need to have the SSL certificates for the authentication and validation of your SAP host title.
- Software service path:
/sap/opu/odata/iwfnd/catalogservice;v=2;
- Port quantity: Port variety of your SAP supply system.
- Consumer quantity: Consumer variety of your SAP supply system.
- Logon language: Logon language of your SAP supply system.
- Within the Authentication part, choose CUSTOM because the Authentication Sort.
- Choose the AWS Secret created within the previous steps: SAPODataSecret.
- Within the Community Choices part enter the VPC, subnet and safety group used for the connection to your SAP system. For extra data on connecting to your SAP system, see Configure a VPC in your ETL job.
Create an ETL job to ingest knowledge from SAP
Within the AWS Glue console, create a brand new Visible Editor AWS Glue job.
- Go to the AWS Glue console.
- Within the navigation pane underneath ETL Jobs select Visible ETL.
- Select Visible ETL to create a job within the Visible Editor.
- For this put up, edit the default title to be Materials Grasp Job and select Save.
In your Visible Editor canvas, choose your SAP sources.
- Select the Visible tab, then select the plus signal to open the Add nodes menu. Seek for
SAP
and add the SAP OData Supply. - Select the node you simply added and title it
Materials Grasp Attributes
.- For SAP OData connection, choose the GlueSAPOData connection.
- Choose the fabric attributes, service and entity set out of your SAP supply.
- For Entity Title and Sub Entity Title, choose SAP OData entity out of your SAP supply.
- From the Fields, choose Materials, Created on, Materials Group, Materials Sort, Outdated Matl quantity, GLUE_FETCH_SQ, DELTA_TOKEN and DML_STATUS.
- Enter restrict 100 within the filter part, to restrict the information for design time.
Observe that this service helps delta extraction, so Incremental switch is the default chosen choice.
After the AWS Glue service position particulars have been chosen, the information preview is out there. You’ll be able to alter the preview to incorporate the three new out there fields, that are:
glue_fetch_sq
: It is a sequence subject, generated from the EPOC timestamp within the order the file was acquired and is exclusive for every file. This can be utilized if it is advisable know or set up the order of modifications within the supply system.delta_token
: All data can have this subject worth clean, aside from the final handed file, which can include the worth for the ODQ token to seize any modified data (CDC). This file shouldn’t be a transactional file from the supply and is simply there for the aim of passing the delta token worth.dml_status
: This may present UPDATED for all newly inserted and up to date data from the supply and DELETED for data which were deleted from supply.
For delta enabled extraction, the final file handed will include the worth DELTA_TOKEN
and the delta_token subject will likely be crammed as talked about above.
- Add one other SAP ODATA supply connection to your canvas, and title this node
Materials Group Textual content.
- Choose the fabric group service and entity set out of your SAP supply
- For Entity Title and Sub Entity Title, choose the SAP OData entity out of your SAP supply
Observe that this service helps full extraction, so Full switch is the default chosen choice. It’s also possible to preview this dataset.
- When previewing the information, discover the language key. SAP passes all languages, so add a filter of
SPRAS = ‘E’
to solely extract English. Observe this makes use of the SAP inner worth of the sphere. - Add a rework node to the canvas Change Schema rework after the
Materials Group Textual content
.- Rename the fabric group subject in goal key to
matkl2
, so it’s totally different than your first supply. - Beneath Drop, choose ;spras, odq_changemode, odq_entitycntr, dml_status, delta_token and glue_fetch_sq.
- Rename the fabric group subject in goal key to
- Add a be a part of rework to your canvas, bringing collectively each supply datasets.
- Make sure the node dad and mom of each Materials Grasp Attributes and Change Schema have been chosen
- Choose the Be a part of sort of Left be a part of
- Choose the be a part of circumstances as the important thing fields from every supply
- Beneath Materials Grasp Attributes, choose
matkl
- Beneath Change Schema, choose
matkl2
- Beneath Materials Grasp Attributes, choose
You’ll be able to preview the output to make sure the proper knowledge is being returned. Now, you’re able to retailer the outcome.
- Add the S3 bucket goal, to your canvas.
- Make sure the node dad and mom is Be a part of
- For format, choose Parquet.
- For S3 Goal Location, browse to the S3 bucket you created within the conditions and add
materialmaster/
to the S3 goal location. - For the Information Catalog replace choices, choose Create a desk within the Information Catalog and on subsequent runs, replace the schema and add new partitions.
- For Database, choose the title of the AWS Glue database created earlier sapgluedatabase.
- For Desk title, enter
materialmaster
.
- Select Save to avoid wasting your job. Your job ought to seem like the next determine.
Clone your ETL job and make it incremental
After your ETL job has been created, it’s able to clone and embody incremental knowledge dealing with utilizing delta tokens.
To do that, you will have to switch the job script instantly. You’ll modify the script so as to add a press release which retrieves the final delta token (to be saved on the job tag) and add the delta token worth to the to the request (or execution of the job), which can allow the Delta Enabled SAP OData Service when retrieving the information on the following job run.
The primary execution of the job won’t have a delta token worth on the tag; subsequently, the decision will likely be an preliminary run and the delta token will subsequently be saved within the tags for future executions.
- Go to the AWS Glue console.
- Within the navigation pane underneath ETL Jobs select Visible ETL.
- Choose the Materials Grasp Job, select Actions and choose Clone job.
- Change the title of the job to
Materials Grasp Job Delta
, then select the Script tab. - You must add an extra python library that may handle storing and retrieving the Delta Tokens for every job execution. To do that, navigate to the Job Particulars tab, scroll down and increase the Superior Properties part. Within the Python library path add the next path:
s3://aws-blogs-artifacts-public/artifacts/BDB-4789/sap_odata_state_management.zip
- Now select the Script tab and select Edit script on the highest proper nook. Select Verify to verify that your job will likely be script-only.
Apply the next modifications to the script to allow the delta token.
- 7. Import the SAP OData state administration library lessons you added in step 5 above, by including the next code to row 8.
- The subsequent few steps will retrieve and persist the delta token within the job tags so it may be accessed by the following job execution. The delta token is added to the request again to the SAP supply, so the incremental modifications are extracted. If there isn’t a token handed, the load will run as an preliminary load and the token will likely be endured for the following run which can then be a delta load.To initialize the
sap_odata_state_management
library, extract the connection choices right into a variable and replace them utilizing the state supervisor. Do that by including the next code to line 16 (after thejob.init
assertion).
You’ll find the <key of MaterialMasterAttributes node>
and the <entityName for Materials Attribute>
within the current generated script underneath # Script generated for node Materials Grasp Attributes
. You’ll want to change with the suitable values.
- 9. Remark out the prevailing script generated for node
Materials Grasp Attributes
by including a#
, and add the next alternative snippet. - To extract the delta token from the dynamic body and persist it within the job tags, add the next code snippet simply above the final line in your script (earlier than
job.commit()
)
That is what your closing script ought to seem like:
- Select Save to avoid wasting your modifications.
- Select Run to run your job. Observe that there are presently no tags in your job particulars.
- Wait in your job run to be efficiently accomplished. You’ll be able to see the standing on the Runs tab.
- After your job run is full, you’ll discover on the Job Particulars tab {that a} tag has been added. The subsequent job run will learn this token and run a delta load.
Question your SAP knowledge supply knowledge
The AWS Glue job run has created an entry within the Information Catalog enabling you to question the information instantly.
- Go to the Amazon Athena console.
- Select Launch Question Editor.
- Be sure you have an applicable workgroup assigned, or create a workgroup if required.
- Choose the sapgluedatabase and run a question (comparable to the next) to start out analyzing your knowledge.
Clear up
To keep away from incurring fees, clear up the assets used on this put up out of your AWS account, together with the AWS Glue jobs, SAP OData connection, Glue Information Catalog entry, Secrets and techniques Supervisor secret, IAM position, the contents of the S3 bucket, and the S3 bucket.
Conclusion
On this put up, we confirmed you how you can create a serverless incremental knowledge load course of for a number of SAP knowledge sources. The method used AWS Glue to incrementally load the information from a SAP supply utilizing SAP ODP delta tokens after which load the information into Amazon S3.
The serverless nature of AWS Glue implies that there isn’t a infrastructure administration, and also you pay just for the assets consumed whereas your jobs are working (plus storage price for outputs). As organizations more and more turn into extra knowledge pushed, this SAP connector can present an environment friendly, price efficient, performant, safe option to embody SAP supply knowledge in your huge knowledge and analytic outcomes. For extra data see AWS Glue.
In regards to the authors
Allison Quinn is a Sr. ANZ Analytics Specialist Options Architect for Information and AI primarily based in Melbourne, Australia working intently with Monetary Service prospects within the area. Allison labored over 15 years with SAP merchandise earlier than concentrating her Analytics technical specialty on AWS native providers. She’s very captivated with all issues knowledge, and democratizing in order that prospects of every kind can drive enterprise profit.
Pavol is an Innovation Answer Architect at AWS, specializing in SAP cloud adoption throughout EMEA. With over 20 years of expertise, he helps international prospects migrate and optimize SAP methods on AWS. Pavol develops tailor-made methods to transition SAP environments to the cloud, leveraging AWS’s agility, resiliency, and efficiency. He assists purchasers in modernizing their SAP landscapes utilizing AWS’s AI/ML, knowledge analytics, and utility providers to boost intelligence, automation, and efficiency.
Partha Pratim Sanyal is a Software program Growth Engineer with AWS Glue in Vancouver, Canada, specializing in Information Integration, Analytics, and Connectivity. With intensive backend improvement experience, he’s devoted to crafting impactful, customer-centric options. His work focuses on constructing options that empower customers to effortlessly analyze and perceive their knowledge. Partha’s dedication to addressing advanced person wants drives him to create intuitive and value-driven experiences that elevate knowledge accessibility and insights for purchasers.
Diego is an skilled Enterprise Options Architect with over 20 years’ expertise throughout SAP applied sciences, specializing in SAP innovation and knowledge and analytics. He has labored each as associate and as a buyer, giving him a whole perspective on what it takes to promote, implement, and run methods and organizations. He’s captivated with know-how and innovation, specializing in buyer outcomes and delivering enterprise worth.
Luis Alberto Herrera Gomez is a Software program Growth Engineer with AWS Glue in Vancouver, specializing in backend engineering, microservices, and cloud computing. With 7-8 years of expertise, together with roles as a backend and full-stack developer for a number of startups earlier than becoming a member of Amazon and AWS; Luis focuses on growing scalable and environment friendly cloud-based functions. His experience in AWS applied sciences allows him to design high-performance methods that deal with advanced knowledge processing duties. Luis is captivated with leveraging cloud computing to fixing difficult enterprise issues.