cancel
Showing results for 
Search instead for 
Did you mean: 

ABAPADAPTER SDI: cannot get extractors

Former Member
0 Kudos

Hi,

I m trying to connect to my ERP on-premise using AbapAdapter through Smart Data Integration service.
I followed this video: SAP HANA Academy - SDI: ABAP Adapter [SPS 11] - YouTube

I can connect to the source and I can see abap tables but I have this for extractors:

Anybody knows?

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

werner_daehn
Active Contributor
0 Kudos

Although there seems to have been a proper answer in this other thread, let me try to answer it from another angle for future reference.

The RFC used to get a list of all extractors is via the ODQ interface RODPS_REPL_ODP_GET_LIST. So you could simply try out to execute that in you ABAP system with the same username and password you are using in your remote source.

This call requires

I_SUBSCRIBER_TYPE = HANA_SDI (before it was BOBJ_DS)

I_CONTEXT = SAPI

I_LANGU = EN

What is interesting though is that the first call, the one that gets all the various contexts for the extractors like SAPI does work, the call to RODPS_REPL_CONTEXT_GET_LIST.

As this method does not require a subscriber type, the provided answer in the other thread is probably correct: check the PAM for the required SAP Notes to be implemented.

https://support.sap.com/content/dam/library/ssp/infopages/pam-essentials/TIP/PAM_HANA_SDI_1_0.pdf

Page 9 on the ABAPAdapter.

Former Member
0 Kudos

Hi,

I am facing a similar issue for retrieval of extractor data from ECC via ABAP Adapter.

Any solution for this?

Thanks.

Former Member
0 Kudos

nope...I spent some hours on it, without any result

former_member183326
Active Contributor
0 Kudos

Again!!! Look at my last post here in this thread, direct your question to this location. They deal specifically with SDI issues.

former_member183326
Active Contributor
0 Kudos

Hello,

Maybe try asking here: