Package de.aeb.xnsg.atcconnector.bf
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 Summary
Fields Modifier and Type Field Description 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 hereString
functionName
the name of the RFC to callString
importXML
the "importing" parameters of the rfc callString
tableXML
the tables of the RFC call, as filled by the client
-
Constructor Summary
Constructors Constructor Description RFCCallDTO()
-
-
-
Field Detail
-
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
-
-