Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delta Extractor for data extraction from non SAP systems as ABAP function module

Former Member
0 Likes
729

Hello,

I want to write an ABAP program for purpose mentioned above.

Prerequisites :

* I don´t want to use a prepared ETL tool as Informatica or so.

* non-SAP source system has a Oracle database as basis for storage.

* I don´t want to realize that with DSO and change - log in BW because

  this always make necassary a full upload to BW.

* extraction should be done  via  "DB-Connect" or "UDI connect"

  and appropriate "Select ... " statements

Questions :

a) What could I use as a metadata info for realizing delta in "select ... " , ex. time

    stamp, info about modification ?

b) Where could I extract that metadata info for realizing "Select .." as delta ?

Has anyone experience with realizing such a scenario and could give

me practical advice ?

Thanks in advance for your advice

Regards,

Oskar

1 ACCEPTED SOLUTION
Read only

0 Likes
695

Please check the following link - there is a detailed documrnt shared

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30f1a423-02ae-2e10-bd85-bde64e61f...

Regards Ananya..

3 REPLIES 3
Read only

0 Likes
696

Please check the following link - there is a detailed documrnt shared

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30f1a423-02ae-2e10-bd85-bde64e61f...

Regards Ananya..

Read only

0 Likes
695

Ananya,

thanks a lot. I think that was what I was looking

for.

Regards,

Oskar