Class RFCResponseDTO

java.lang.Object
de.aeb.xnsg.atcconnector.bf.RFCResponseDTO

public class RFCResponseDTO extends Object
The results of an incoming RFC call
  • Field Details

    • 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
  • Constructor Details

    • RFCResponseDTO

      public RFCResponseDTO()