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