Clients typically need to increase and enrich SAP supply knowledge with different non-SAP supply knowledge. Such analytic use circumstances could be enabled by constructing a knowledge warehouse or knowledge lake. Clients 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 style 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 growth.
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 by 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 might obtain fixed updates. Because of this, it’s necessary to allow incremental processing of supply modifications. This weblog publish 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.
Resolution overview
Instance Corp needs to research the product knowledge saved of their SAP supply system. They need to perceive their present product providing, specifically the variety of merchandise that they’ve in every of their materials teams. This may embrace becoming a member of knowledge from the SAP materials grasp and materials group knowledge sources from their SAP system. The fabric grasp knowledge is obtainable on incremental extraction, whereas the fabric group is simply obtainable on a full load. These knowledge sources needs to be mixed and obtainable to question for evaluation.
Conditions
To finish the answer introduced within the publish, 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 referred to as
sapgluedatabase
. - Create an AWS Identification and Entry Administration (IAM) position for the AWS Glue extract, remodel, and cargo (ETL) job to make use of. The position should grant entry to all sources utilized by the job, together with Amazon S3 and AWS Secrets and techniques Supervisor. For the answer on this publish, identify 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 referred to as
ODataGlueSecret
to your SAP supply. Particulars in AWS Secrets and techniques Supervisor ought to embrace the weather within the following code. You have to to enter your SAP system username rather than <your SAP username> and its password rather than <your SAP username password>. - Create the AWS Glue connection
GlueSAPOdata
to your SAP system by deciding on the brand new SAP OData knowledge supply. - Configure the reference to the suitable values to your SAP supply.
- Utility host URL: The host should have the SSL certificates for the authentication and validation of your SAP host identify.
- Utility service path:
/sap/opu/odata/iwfnd/catalogservice;v=2;
- Port quantity: Port variety of your SAP supply system.
- Shopper quantity: Shopper 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 to 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 beneath ETL Jobs select Visible ETL.
- Select Visible ETL to create a job within the Visible Editor.
- For this publish, edit the default identify 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 identify 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 possibility.
After the AWS Glue service position particulars have been chosen, the information preview is obtainable. You may modify the preview to incorporate the three new obtainable fields, that are:
glue_fetch_sq
: It is a sequence area, generated from the EPOC timestamp within the order the report was acquired and is exclusive for every report. This can be utilized if you might want to know or set up the order of modifications within the supply system.delta_token
: All information could have this area worth clean, apart from the final handed report, which can comprise the worth for the ODQ token to seize any modified information (CDC). This report just isn’t a transactional report 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 information from the supply and DELETED for information which were deleted from supply.
For delta enabled extraction, the final report handed will comprise the worth DELTA_TOKEN
and the delta_token area will likely be stuffed as talked about above.
- Add one other SAP ODATA supply connection to your canvas, and identify 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 possibility. You may also 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 inside worth of the sphere. - Add a remodel node to the canvas Change Schema remodel after the
Materials Group Textual content
.- Rename the fabric group area in goal key to
matkl2
, so it’s totally different than your first supply. - Underneath Drop, choose ;spras, odq_changemode, odq_entitycntr, dml_status, delta_token and glue_fetch_sq.
- Rename the fabric group area in goal key to
- Add a be part of remodel 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 part of kind of Left be part of
- Choose the be part of situations as the important thing fields from every supply
- Underneath Materials Grasp Attributes, choose
matkl
- Underneath Change Schema, choose
matkl2
- Underneath Materials Grasp Attributes, choose
You may 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 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 identify of the AWS Glue database created earlier sapgluedatabase.
- For Desk identify, enter
materialmaster
.
- Select Save to save lots of 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 embrace incremental knowledge dealing with utilizing delta tokens.
To do that, you will have to switch the job script immediately. You’ll modify the script so as to add an announcement 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 subsequent 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 beneath ETL Jobs select Visible ETL.
- Choose the Materials Grasp Job, select Actions and choose Clone job.
- Change the identify of the job to
Materials Grasp Job Delta
, then select the Script tab. - You want to add an extra python library that can 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 substantiate 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 following 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 any token handed, the load will run as an preliminary load and the token will likely be endured for the subsequent 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
and the
within the present generated script beneath # Script generated for node Materials Grasp Attributes
. Be sure you substitute with the suitable values.
- 9. Remark out the present 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 save lots of your modifications.
- Select Run to run your job. Observe that there are presently no tags in your job particulars.
- Wait to your job run to be efficiently accomplished. You may 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 following 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.
- Ensure you have an applicable workgroup assigned, or create a workgroup if required.
- Choose the sapgluedatabase and run a question (akin to the next) to start out analyzing your knowledge.
Clear up
To keep away from incurring expenses, clear up the sources used on this publish 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 publish, we confirmed you how one 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 signifies that there isn’t any infrastructure administration, and also you pay just for the sources consumed whereas your jobs are operating (plus storage value for outputs). As organizations more and more develop into extra knowledge pushed, this SAP connector can present an environment friendly, value efficient, performant, safe approach to embrace SAP supply knowledge in your massive 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 based mostly in Melbourne, Australia working carefully with Monetary Service clients within the area. Allison labored over 15 years with SAP merchandise earlier than concentrating her Analytics technical specialty on AWS native companies. She’s very enthusiastic about all issues knowledge, and democratizing in order that clients of all kinds can drive enterprise profit.
Pavol is an Innovation Resolution Architect at AWS, specializing in SAP cloud adoption throughout EMEA. With over 20 years of expertise, he helps international clients 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 shoppers in modernizing their SAP landscapes utilizing AWS’s AI/ML, knowledge analytics, and utility companies to boost intelligence, automation, and efficiency.
Partha Pratim Sanyal is a Software program Improvement Engineer with AWS Glue in Vancouver, Canada, specializing in Information Integration, Analytics, and Connectivity. With in depth backend growth 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 consumer 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 companion and as a buyer, giving him a whole perspective on what it takes to promote, implement, and run methods and organizations. He’s enthusiastic about know-how and innovation, specializing in buyer outcomes and delivering enterprise worth.
Luis Alberto Herrera Gomez is a Software program Improvement 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 enthusiastic about leveraging cloud computing to fixing difficult enterprise issues.