cancel
Showing results for 
Search instead for 
Did you mean: 

updating R/3 tables from the .NET

Former Member
0 Kudos

Hi all,

I'm trying to update R/3 tables from the .NET world, and a simplistic way to do it is to emit some ABAP for each row I want to insert. This is very slow, though.. is there some standard way to pack a table up in .NET, then emit some ABAP that unpacks it and runs some code for each row?

Sunny

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, do you mean you meet a performance problem when update R3 table?

If it is, I think it due to the way you update table in R3, so pay attention to the ABAP code of the R3 side.

choose a high effciency way to import data to R3, can solve your problem

hope it will be helpful