Código PHP:
JCoStructure exportStructure = function.getExportParameterList().getStructure("RFCSI_EXPORT");
for(JCoField field : exportStructure)
{
System.out.println(field.getName() + ":\t" + field.getString());
}