How to post row data type in SAP BAPI's?

I am using SAP BAPI to post the data in SAP, now the question is How to pass row data type through SAP BAPI’s?

@ovidiuponoran @ovi Please help on this.

Hello Siva, did you have any answer? ou did you discovered how to do it? Because I’m using the same method that you, and I’m stuck in the same problem

Cheers,

Using for each loop, inside the loop use this expression
row(columnname).Tostring

Great

Thanks a lot