Package de.aeb.xnsg.expctrl.af
Class ECTransactionParmsDTO
java.lang.Object
de.aeb.xnsg.expctrl.af.ECTransactionParmsDTO
Parameters to open a certain export control transaction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMandatory field
Required Id of the client system, which created the export control transaction.
Example value:"TEST_ID"
Maximum length:20
Mandatory field
The unique ID of the transaction to open.
Example value:"MANDANT=001/BELNO=80004989"
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientSystemId
Mandatory field
Required Id of the client system, which created the export control transaction.
Example value:"TEST_ID"
Maximum length:20
-
transactionIdHost
Mandatory field
The unique ID of the transaction to open.
Example value:"MANDANT=001/BELNO=80004989"
-
-
Constructor Details
-
ECTransactionParmsDTO
public ECTransactionParmsDTO()
-