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

suggestion about modify database table remotely ?

Former Member
0 Likes
482

hi,

i want to modify database table which is in another R/3 system through RFC, and i need some suggestion about parameters . Because there're many entries to be inserted, so i'm afraid that putting all the entries to an internal table and pass the table will cause memory problem. and if i pass the entry one by one, maybe it'll cost much time in connection.

any suggestion about this ?? also modify data through other ways would be ok, but one note is that i have no right to access DBMS.

thank you!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
456

How many records are we talking about?

Regards,

RIch Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
457

How many records are we talking about?

Regards,

RIch Heilman

Read only

0 Likes
456

Hi Rich,

really honor to see your reply !! i'm your fans:)

it'a about 30000 records and each line with about 200 character.

thank you!

Read only

0 Likes
456

Hi Zhang,

In such case try to reduce the no. of entries lets say pass max 5000 entries in each call of RFC.

Call the RFC in a LOOP.

Regards,

Atish