Application Development 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: 

How-to extract data in chunks from one R3 to another R3 system

Former Member
0 Kudos
179

Does anybody know how to extract data in chunks from one system to another? Imagine you would like to extract 1M records in chunks of 10K records, how would you do it between 2 different R3 systems? A cursor (even with hold) doesn't work

Any suggestion appreciated

Thanks

Ioan

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos
53

Hi Ioan,

I'd do it with fm : TABLE_ENTRIES_GET_VIA_RFC (with where clause-tab)

or fm GET_TABLE_RFC (get all items)

regards Andreas