‎2020 Oct 25 2:20 AM
When I call RFC in Java, I need to pass a range table type argument.
JCoTable tb_list = function.getTableParameterList().getTable("EBELN");
tb_list.appendRow();
tb_list.setValue("SIGN","I");
tb_list.setValue("OPTION","NE");
tb_list.setValue("LOW","4500000191");
// tb_list.setValue("HIGH","");

This is RFC parameters:

‎2020 Oct 25 9:09 AM
How did you make sure that they "did not pass successfully" ? Did you debug at ABAP side ? (or did you ask an abaper to do it ?)
‎2020 Oct 25 9:27 AM
ABAP side is ok.
Because when JAVA calls SAP RFC, the data returned are all of the data.
If the parameter to be passed is successful, the returned data is the filtered data.