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

Incremental data loading in r/3

Former Member
0 Likes
533

Hi,

I need to implement incremental data loading in my project which is mainly using RFC and JCO and need write an abap code which provides incremental data loading.can anyone provide me the information what are the approaches available in sap and using time stamp column it is not possible for all the tables because some tables doesn't have any date columns.kindly provide me the information on this.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
399

Hi,

Can u tell ur requirement briefly and wat u mean by the Incremental data.

Regards,

Naveen

Read only

Former Member
0 Likes
399

Hi,

i have written one rfc which extracts data from multiple sap tables and stores the data into the target( which could be flat file or rdbms ) incremental data load means the data is already stored in the target file but i want see the updated records in the target file based on some criteria such as date columns in sap tables . Based on date column the updated records can be observed on daily basis or hourly basis. My problem is that only few tables which have date columns in sap tables but that requirement cannot be implemented in my project. i need more information on what all other methods available for implementing the incremental data load.