Hi All ,
I am trying to write a java code to read data from SAP using RFC_READ_TABLE call.
For RFC_READ_TABLE , import parameter is "QUERY_TABLE" that I have given it in my java code as
function.getImportParameterList().setValue("QUERY_TABLE", "Table_name");
and RFC returns table.
I don't know how to read the table output in java.
How can I read this table and iterate over the all the data in java.
It would be very helpful , if anyone can help me on this.