Class RFCCallDTO

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

public class RFCCallDTO extends Object
data sent from client to server to perform an incoming RFC call
  • Field Details

    • functionName

      public String functionName
      the name of the RFC to call
    • importXML

      public String importXML
      the "importing" parameters of the rfc call
    • exportXML

      public String exportXML
      the "exporting" parameters of the rfc call - the content of this structure is typically empty, but the field names may be extractable from here
    • tableXML

      public String tableXML
      the tables of the RFC call, as filled by the client
  • Constructor Details

    • RFCCallDTO

      public RFCCallDTO()