Access SAP ERP Data From SAP HANA Through SDI ABAP Adapter - SAP Blogs
Access SAP ERP Data From SAP HANA Through SDI ABAP Adapter - SAP Blogs
Access SAP ERP Data From SAP HANA Through SDI ABAP Adapter - SAP Blogs
Community
Technical Articles
Maxime Simon
March 16, 2020
| 15 minute read
Do you want to use data residing in SAP ERP for analytics or machine learning ?
Like
SAP offers several options to extract data residing in ABAP-based systems. We will
explore one of these options in this blog : SAP HANA smart data integration
RSS Feed (SDI). SDI provides tools to access source data and provision, replicate, and
transform that data in SAP HANA on-premise or in the cloud. You can efficiently
connect to many sources to provision and cleanse data for loading into SAP HANA.
For supported systems, you can also write back from HANA to the original source.
In this blog, we will set up the ABAP Adapter for a real time data replication from SAP
ERP to SAP HANA as a Service.
Extraction from SAP S/4HANA and other ABAP sources into HANA SQL DW with SDI
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 1/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Notes : In this scenario we are replication data from SAP ERP to SAP HANA for
reporting. If you want to migrate an ERP system to S/4HANA, or replicate data in real
time from ERP to S/4HANA, there are other solutions available, such as SAP Data
Services, SAP Landscape Transformation Replication Server, and SAP S/4HANA
Migration Cockpit.
We use the SAP HANA as a service delivered on SAP Cloud Platform Cloud
Foundry environment. It means that we can activate the DP server in one
click, and do not need to import a DP delivery unit to our HANA system.
We use SAP Web IDE Full-Stack as a service from SAP Cloud Platform.
These steps are different if you use an on-premise HANA DB.
ABAP adapter accesses the Application server : you do not require access to the
database to use it. It retrieves data from virtual tables through RFC for ABAP tables
and ODP extractors.
The ABAP Adapter supports change data capture (CDC) only for ODP extractors.
IBM Db2 Log Reader, Microsoft SQL Server Log Reader, Oracle Log Reader, SAP ASE
adapters access the Database : Full-use license is required from the database
vendor. You need to have access as an admin user to the database. Of course it gives
you access to all information residing in the database (even non-SAP tables). SAP
ERP ECC adapters are a set of data provisioning adapters to provide access to SAP
ECC data and metadata built on top of Data Provisioning log reader adapters for the
same database.
I explained here how to use Oracle adapter to access data residing in an Oracle
database. You can set-up the other database adapters in a similar way.
SAP ASE
IBM Db2
IBM Informix
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 2/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Oracle
Teradata
PostgreSQL
JDBC
SAP ECC (based on SAP ASE / IBM DB2 / Microsoft SQL Server /
Oracle)
API Facebook
OData
SOAP
Impala
Hive
Steps
1) Set up your SAP ERP system
Your SAP system PI_BASIS component must be version 701 or higher to use the
ABAP Adapter fully. Refer to note 2166986
You can use RFC streaming to extract data with the ABAP adapter.
When you are NOT using RFC streaming, the whole data set is extracted as one batch
through the ABAP Application server. That process is somewhat faster than using
RFC streaming.
As the data set we wanted to load comprised several million records, it did not fit in
the RAM of the source SAP ERP system and we chose to use RFC streaming. We
recommend using RFC streaming based on the fact that it works for many different
scenarios, small or large queries, multiple concurrent sessions, and so on. Even
though the performance is slower for small queries and it requires extra
configuration on the ECC side.
In our case, we wanted to extract data from ABAP tables in real-time, se we had to
wrap an ODP extractor around these particular tables. Extraction directly from ABAP
tables is also supported by the SDI ABAP adapter, but it does not leverage ODP
technology and therefore we cannot have real-time data replication.
To use ODP, the source system should adhere to the requirements posed in SAP Note
2232584 – Release of SAP extractors for operational data.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 4/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
To start replicating data in real time from your SAP ERP system, you must have a
data source registered on your SAP Gateway, pointing to an ODP extractor.Make sure
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 5/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
it is real-time enabled.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 6/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
To replicate the same steps, you will need an SAP Cloud Platform account
with HANA entitlements (You cannot replicate this in a trial account as of
March 2020). Set up the HANA service in SAP Cloud Platform Cloud
Foundry
Once the setup is done, access the space where you deployed the SAP HANA
service. It should be similar to this. Click on the dashboard button for the SAP HANA
service.
From the SAP HANA service dashboard, enable the Data Provisioning Server. Click
Edit and enable.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 7/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
From this dashboard, you can see all the information relevant to your SAP HANA
database tenant, and you can access the SAP HANA cockpit to perform all database
administrator activities.
At this stage, I accessed the SAP HANA cockpit to create a HANA user for Agent
Messaging, which will be used when setting up the DP agent.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 8/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
If you download it as a SAR file, you need to extract the SAR archive with SAPCAR,
using the following command:
Note: DP Agent version must match the Hana version. Which version to use is best
found out by looking at the Product Availability Matrix for Hana SDI.
You must use the Administrator user to install and configure DP Agent.
Choose install new SAP HANA Data Provisioning Agent and specify the installation
path. I left installation with default setting. -> C:\usr\sap\dataprovagent
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 9/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 10/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Configure DP agent
Configuring the Agent in Command-Line Interactive Mode
set DPA_INSTANCE=C:\usr\sap\dataprovagent
Navigate to <DPAgent_root>\bin
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 11/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
agentcli.bat --configAgent
Make sure the agent is started with option 1. If needed, start the agent with option 2.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 12/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Enter the Websocket host found on the SAP HANA service dashboard, without the
port.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 13/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Come back to the main menu, then register the agent to dpserver active in your
tenant of SAP HANA, by using option 7. You must provide a name for your DP Agent
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 14/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Go back to the main menu, then register the adapter that you will use with SAP
HANA by using option 8. You can display all available adapters and register the one
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 15/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
you want to use. Just input its name and it’s done!
For this task, I use the SAP Web IDE Full-Stack on SAP Cloud Platform.
Go back to your SAP Cloud Platform cockpit, and select the SAP Web IDE Full-Stack
service.
First, configure your Web IDE to enable the Enterprise Information Management
plug-in and the SAP HANA Database Explorer plugin. This will allow you to create the
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 16/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Then, you can switch to the database explorer, select your HANA Database and verify
that your agent and adapter are correctly registered.
If no database shows up, check your Cloud Foundry settings in the Web IDE
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 17/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Workspace preferences.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 18/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Look at SAP Help to find more information about the ABAP Adapter remote source
parameters.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 19/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Once your remote source is up and running, you can see ODP extractors and remote
ABAP tables in the Database Explorer.
Here, we will create a replication task to replicate data in real time from our source.
Right-click on your Workspace folder, and select New > Project from Template.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 20/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Select SAP HANA database application as a template, and give your project a name.
Choose your version of SAP HANA, and complete the wizard.
The wizard will create a HANA database module within a new application for you.
This database module is the design time object that will create a HDI container when
you build it later.
A “Container” means that it is isolated from the rest of the database. In order to
access the remote source we created earlier, we need to grant access to the remote
source.
You can give access to the remote source using SQL commands, using the SAP
HANA Cockpit, or with a .hdbgrants file.
In my case, I created a role GEN_GRANTOR_ROLE through the SAP HANA cockpit
which gives access to the remote source. Then I created a new user
GRANTOR_USER, and granted it the role GEN_GRANTOR_ROLE.
This way, I can copy/paste this hdbgrants easily when building other HDI containers :
it is now easy to control who has access to my remote source with the hdbgrants file.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 21/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Since I call a user-provided service from my .hdbgrants file, I need to add it to the
mta.yaml file.
Once you create the .hdbgrants file and edited your mta.yaml file, right-click your db
module and Build it. This will create the HDI container and give it the permission to
access your remote source.
In case you did not understand how to use the user-provided service and hdbgrants,
have a look at this helpful video.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 22/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Right-click on the src folder and select New > Replication Task.
When creating the replication task, you first need to select which remote source you
are replicating.
Click on the + on the right side of the screen to select the objects you want to
replicate.
Here I replicate the ODP extractor ZSDITEST004. You can choose the replication
behavior, and the name of the Target table for the replication.
Behavior Description
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 23/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Initial load Performs a one-time data load without any real-time replication.
only Always available.
Initial + Performs the initial data load and enables real-time replication.
Realtime Available when CDC is supported, for tables and virtual tables.
No data Replicates only the object structure without transferring any data.
transfer Always available.
Initial + Performs the initial data load, enables real-time replication, and
realtime tracks object-level changes. Available when CDC is supported and
with for tables.
structure
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 24/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
This replication task will create 2 tables on SAP HANA: a virtual table for the remote
object and a physical target table. Set the replication behavior to Initial + real time if
you want to replicate data in near-real time from your ERP system.
Before running the task, you need to set-up some parameters. You can also add one
or more replication objects by selecting the objects and making changes at the
bottom of the screen.
You can partition, create filters, define target options such as truncating or dropping
the target table or changing the load behavior. Partitioning data can be helpful when
you are initially loading a large data set, because it can improve performance and
assist in managing memory usage.
If you choose to create an Initial + realtime task, two separate replication tasks will
take place.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 25/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
The initial load will happen first, then the ABAP adapter uses a periodic pull
operation to retrieve changed data from the source. You can retrieve changes either
by using a remote subscription or by creating a SELECT statement.
When using a remote subscription, in order to correctly initialize the delta extraction
process, you need to set the extraction name parameter to the remote subscription
value of the subscription, which can be found in the M_REMOTE_SUBSCRIPTIONS
view. You can modify the time interval between pulls using the extraction
period parameter.
When using a SELECT statement to implement change data capture, you need to
include the extraction name and extraction mode parameters.
Use the Expression Editor to create an expression to enhance or filter the data during
replication. Select the columns that you want to use in your expression. You can drag
and drop the column names from the list and place it in the filter expression box.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 26/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Finally you can choose whether you drop/truncate the table at the beginning of the
execution of the replication task and the load behavior.
Virtual table(s): Generated in the specified virtual table schema. You can display
the contents of the virtual table in SAP HANA studio.
Remote subscription(s): Generated in the schema selected for the virtual table.
This is generated when options including a real time replication are selected.
Task(s): Generated in the same schema as the target table.
Target table(s): Populated with the content after execution.
Procedure: Generated in the schema of the target table, the procedure performs
three functions.
This executes the procedure of the replication task, performs the initial data load and
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 27/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Select the container you just created, and choose a name to show in Display.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 28/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
You can see the tables and virtual tables created. Click open data to verify that your
data is correctly being replicated.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 29/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Finally, by opening the remote subscription, you can check the replicated data count
and the time since the last message arrived.
By right clicking remote subscriptions, you can select “Show Remote subscriptions”.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 30/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
This gives you more detail about the current state of the subscription.
Learn more about monitoring data provisioning with SAP Web IDE.
It collects latency statistics one time or at regular intervals. You can specify a target
latency ticket in the monitoring view. You can see the result with the following
statement :
And now that your data is replicated in real-time, you can use it within SAP HANA for
reporting or analytics. For us, the next step was to create calculation views, a
connection to SAP Analytics Cloud, and dashboards in SAC.
You created a replication task and it didn’t work as expected !? Start searching for a
solution here :
BW Extractors, CDS Views Extraction into Native HANA via SDI – Part I
Special thanks to Michio Tateishi and Keerthi Arekapudi for their precious help.
Maxime Simon
Alert Moderator
Assigned Tags
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 31/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
ABAP Connectivity
SAP HANA
SAP ABAP Platform 1909, Developer Edition: Day 1 Experience and Tips and Tricks
By
Thomas Jung Feb 16, 2021
Related Questions
access BAPI through Abap Adapter.
By
Harby Mina Marroquin Mar 05, 2021
Coffee Corner
Join the new Coffee Corner Discussion Group.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 32/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
14 Comments
Ajay Vaddemani
March 18, 2020 at 2:54 am
Hi Maxime
I am working on SDI where I’m trying to connect the ECC system using ASE Adapter and found that realtime
with structure changes are not supported, thus ABAP adapter support this feature?
Regards
Ajay
Like 0 | Share
Real time with structure change is not supported with the ABAP adapter.
Find here the list of adapters which support schema structure change replication :
https://help.sap.com/viewer/71c4a6e6b4dc4a5ab3e17bb1d7e98104/2.0_SPS04/en-
US/e9d2bb9dd8ab4c0180e69b8a7e1a1e93.html
Like 0 | Share
Alejandro Colmenares
May 5, 2020 at 9:19 pm
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 33/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Hi Maxime
In this blog you didn't mention. where is your SAP ERP system? is on premise or its in cloud? how could you
connect from the HCP Database explorer to an SAP ERP on premise (for example). I see it asks for parameters
like application server, client, sysnumber etc. But it only will be possible to reach if you are in the On premise
system network or if it was a public direction. Thats my question. How could you create the Remote Data
Sources if you are on SCP and your remote/backend is an on-premise system.
Like 0 | Share
Maxime Simon | Blog Post Author
May 18, 2020 at 5:08 am
1. SAP HANA as a Service on SAP Cloud Platform Cloud Foundry Tokyo region
2. SAP ERP ECC 6.0 on-premise behind a firewall
3. Windows server with SDI Data Provisioning Agent installed, within the firewall of SAP ERP.
The ERP system communicates only with the SDI Data Provisioning Agent. The Data Provisioning
Agent communicates with ERP, and via JDBC with SAP HANA.
As you said, it is only possible to reach the ERP system if the Data Provisioning Agent is installed on
the same on-premise network.
Like 0 | Share
Ramon Lee
September 10, 2020 at 3:14 am
Hi Maxime,
With the ABAPAdapter created, i don't see an option to input SAPRouterString in addition to Application
Server.
Regards,
RL
Like 0 | Share
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 34/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Hello,
according to this help page, A route string describes a connection required between two hosts using
one or more SAProuters.
When extracting data from an SAP ERP through the SDI ABAP Adapter, HANA does not use an SAP
router.
If you check the list of parameters available in the ABAP Adapter, there is no mention of
SAPRouterString. It is the expected behavior.
Like 0 | Share
Like 0 | Share
Florian Preuß
October 14, 2020 at 10:31 pm
Hi Maxime, great blog! I am missing something. So far I have the exact same setup. Connections are working.
Replication task created and when executed it also fetches data. Now if I change sth im ECC, I do not get any
changes. besides that the ODQMON gets a growing number of subscriptions on my data source. Do you have
any hints?
Like 0 | Share
Sreekanth Surampally
November 27, 2020 at 2:25 pm
Thanks Maxime, I understand that using ABAP adapter, I can pull data either from Business content
Extractors or direct from ABAP tables. In case of extractor, it comes up with predefined logic which can help to
reduce the processing work in HANA, In other case of ABAP tables, will be doing all joins and etc. in HANA.
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 35/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
If my reporting requirement is more standard and it is fulfilled by Extractor logic, then ODP-extractor option is
more feasible one than other? or considering the future direction for extractors, is it more safe and flexibility
to use ABAP table extraction?
Thanks
Sreekanth
Like 0 | Share
Julian Mayer
October 18, 2021 at 3:33 pm
Hi Maxime,
great guide and great tool this ABAP Adapter. We are using it intensively and it's a brilliant peace of software.
But would you be able to tell if there is a similar Adapter to connect to the DB behind the S4 HANA Cloud?
Thanks,
Julian
Like 0 | Share
Hello,
a quick google search showed you already asked the question here, and the answers provided are
correct : the underlying HANA database of S/4HANA Cloud is not exposed.
With HANA Smart Data Integration, we recommend using the Odata adapter or the Cloud Data
Integration adapter to access OData services on S/4HANA Cloud.
Like 0 | Share
Julian Mayer
October 19, 2021 at 7:26 am
Hi Maxime,
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 36/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
But you answer is different and much better: The DB is not accessible (fair!) but the OData
adapter does the trick. I have some concerns about performance, but we're going to check
this out.
Thank you!
Like 0 | Share
PARTHA GOSWAMI
November 16, 2021 at 2:09 pm
Hi Maxime Simon,
We are following your blog to have the realtime replication (delta changes) in HANA cloud from ABAP backend
system.
We found that there is entry being created for the delta records in remote subscription. But when we are
executing the replication task it only executes the full load procedure function
(<reptask>.START_REPLICATION). That means only the full load task is being executed.
So, I’m trying to execute the other procedure (<reptask>.RS_SP) manually in SQL console, which I believe
responsible for delta (real time) changes.
There I need some input, what I can use as ACTION parameter value '???'
FYI.. when executing reptask from BAS, the realtime (delta) task is not being created automatically, that’s why
I’m trying to execute it manually as above.
Like 0 | Share
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 37/38
5/31/22, 7:40 PM Access SAP ERP data from SAP HANA through SDI ABAP Adapter | SAP Blogs
Hello,
If replication tasks do not get created/executed properly from Business Application Studio, I
recommend you create an incident with SAP Support explaining the situation. Support will provide
you a solution.
Like 0 | Share
Find us on
Newsletter Support
https://blogs.sap.com/2020/03/16/access-sap-erp-data-from-sap-hana-through-sdi-abap-adapter-2/ 38/38