Uses the Component:PartsMasterHeaderType
Part Master Header
Table 6.2. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| DocumentDateTime | Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. | 0..1 | Field | oag:xbt_DateTimeType | |
| DocumentIdentification | A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationType | |
| DefaultCurrency | Default global currency that can be used in all amounts. It can be overwrittten in individual amounts by populating the "currency" attribute in the Amount Data Type. | 0..1 | Field | oag:clm542173A20090305_ISO3AlphaCurrencyCodeContentType | |
| DefaultLanguage | Default language. It can be overwrittten in individual data elements in the BOD if needed. | 0..1 | Field | sqdt:LanguageCodeType | |
| EffectivePeriod | Date on which the parts/prices in this document become effective. | 0..* | Component | oag:TimePeriodType | |
| CountryCode | The ISO Country Codelist that the parts master applies. | 0..1 | Field | scl:CountryEnumeratedType | |
| RequestCode | Used to indicate whether the PartsMaster is being sent as a delta or as complete. | 0..1 | Field | scl:RequestEnumeratedType | |
| SalesOrganization | The sales organization is an organizational unit within Logistics. You can define your own master data within a sales organization. Each sales organization has its own customer and materials master data, its own conditions and its own pricing policy. | 0..1 | Field | oag:TextType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.2. PartsMasterHeader
<PartsMasterHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <DocumentIdentification>......</DocumentIdentification>     [0..1]
     <DefaultCurrency>......</DefaultCurrency>     [0..1]
     <DefaultLanguage>......</DefaultLanguage>     [0..1]
     <EffectivePeriod>......</EffectivePeriod>     [0..*]
     <CountryCode>......</CountryCode>     [0..1]
     <RequestCode>......</RequestCode>     [0..1]
     <SalesOrganization>......</SalesOrganization>     [0..1]
</PartsMasterHeader>