Class MaterialMasterDataDTO
java.lang.Object
de.aeb.xnsg.onpintegration.bf.onp.MaterialMasterDataDTO
DTO of content of MaterialMasterData (Limits)
-
Field Summary
FieldsModifier and TypeFieldDescriptionlength 2 - The aala country of the material master data.length 255 - The agreement of the material master data.length 8 - The calculation date of the material master data.length 12 - The commodity code 1 of the material master data.length 12 - The commodity code 2 of the material master data.length 1000 - The cummulation countries of the material master data.length 1 - The cummulation type of the material master data.length 3 - The currency of the material master data.length 2 - The destination country of the material master data.length 8 - The evaluation date of the material master data.The flag if material is deleted or not.length 20,7 - The lotsize of the material master data.length 40 - The materialNo of the material data.length 15,3 - The minimu sales value of the material master data.length 60 - The reference to the order item of the material data.length 30 - The organizational unit of the material master data.length 10 - The origin criteria of the material master data.length 15,3 - The production costs of the material master data.length 10 - The quantity unit of the material master data.length 2 - The preferential origin of the material master data.length 2 - The commercial origin of the material master data.length 2 - The made-in origin of the material master data.length 5 - The source region of the material master data.length 15,3 - The no preference value of the material master data.length 15,3 - The preference value of the material master data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
materialNo
length 40 - The materialNo of the material data. -
orderItemReference
length 60 - The reference to the order item of the material data. -
organizationalUnit
length 30 - The organizational unit of the material master data. -
destinationCountry
length 2 - The destination country of the material master data. -
calculationDate
length 8 - The calculation date of the material master data. -
evaluationDate
length 8 - The evaluation date of the material master data. -
agreement
length 255 - The agreement of the material master data. -
sourceCountry1
length 2 - The preferential origin of the material master data. -
sourceCountry2
length 2 - The commercial origin of the material master data. -
sourceCountry3
length 2 - The made-in origin of the material master data. -
sourceRegion
length 5 - The source region of the material master data. -
commodityCode1
length 12 - The commodity code 1 of the material master data. -
commodityCode2
length 12 - The commodity code 2 of the material master data. -
productionCosts
length 15,3 - The production costs of the material master data. -
minimumSalesValue
length 15,3 - The minimu sales value of the material master data. -
valueHasPreference
length 15,3 - The preference value of the material master data. -
valueHasNoPreference
length 15,3 - The no preference value of the material master data. -
cummulationType
length 1 - The cummulation type of the material master data. -
currency
length 3 - The currency of the material master data. -
cummulationCountries
length 1000 - The cummulation countries of the material master data. -
lotSize
length 20,7 - The lotsize of the material master data. -
quantityUnit
length 10 - The quantity unit of the material master data. -
aalaCountry
length 2 - The aala country of the material master data. -
originCriteria
length 10 - The origin criteria of the material master data. -
isLogicalDeleted
The flag if material is deleted or not.
-
-
Constructor Details
-
MaterialMasterDataDTO
public MaterialMasterDataDTO()
-