Package de.aeb.xnsg.atcconnector.bf
Class RFCResponseDTO
- java.lang.Object
-
- de.aeb.xnsg.atcconnector.bf.RFCResponseDTO
-
public class RFCResponseDTO extends Object
The results of an incoming RFC call
-
-
Field Summary
Fields Modifier and Type Field Description String
exportXML
the exports parameter, filled by the result of the function call syntax must be conformant to sap JCO fromXML(...)RFCTableDTO[]
tables
the tables of the RFC call, filled by the values that the server has put into the table
-
Constructor Summary
Constructors Constructor Description RFCResponseDTO()
-
-
-
Field Detail
-
exportXML
public String exportXML
the exports parameter, filled by the result of the function call syntax must be conformant to sap JCO fromXML(...)
-
tables
public RFCTableDTO[] tables
the tables of the RFC call, filled by the values that the server has put into the table
-
-