General information about the AbaConnect interface.
| AbaConnect Interface Information |
| Application : | ORDE |
| Interface Name : | Product base |
| ID : | Produktstamm ( SD ) |
| Version : | 2025.00 |
| Status: | Productive |
Displays the possible import and export features for this interface.
| Export / Import Modus |
| Export : | XML |
| Import : | XML |
Displays additional information for this interface.
| Additional Information |
| Highest field Revision for this interface : 1 |
The following displays the Mapping details for this interface.
| Mapping Information |
| Mapping ID : | AbaDefault |
| Mapping Name : | Product base |
| Description : |
The following is an example of an XML Header structure. This information is also visible in an AbaConnect XML Export file, that has been exported via the Abacus AbaConnect User Interface.
| AbaConnect XML Struktur | |
|
<?xml version='1.0' encoding='UTF-8'?>
<AbaConnectContainer> <TaskCount>1</TaskCount> <Task> <Parameter> <Application>ORDE</Application> <Id>Produktstamm</Id> <MapId>AbaDefault</MapId> <Version>2025.00</Version> <!-- Attention : The client number (Mandant) is optional and implies that the data can only be imported into specified client (Mandant) --> <!-- The Client Option (Mandant) only has an influence when importing data. It can be configured in the AbaConnect Export Settings. --> <!-- By default, the client number (Mandant) is not written to the export file --> <Mandant>7777</Mandant> </Parameter> <Transaction> <ProductData mode='SAVE'> <!-- The specific data fields for the AbaConnect interface are included here. --> </ProductData> </Transaction> </Task> </AbaConnectContainer> |
|
The following includes examples of AbaConnect Command Line. The AbaConnect Command Line is executed with the abaconnectexportconsole.exe and abaconnectimportconsole.exe programmes. The AbaConnect Command Line must be run direct on the Abacus server. More detailed information about AbaConnect Command Line is available on the Abacus Homepage. The following examples serve as starting point for creating a simple command line.
| AbaConnect Command Line | |
| Export :
abaconnectexportconsole.exe "/USRuser" "/PWxxx" "-aORDE" "-version2025.00" "-M7777" "-acidProduktstamm" "-mapidAbaDefault" "-datamodeXML" "-responseYES" "-responsefileX:\response.xml" "-exportfileX:\data.xml" Import : abaconnectimportconsole.exe "/USRuser" "/PWxxx" "-aORDE" "-version2025.00" "-M7777" "-datamodeXML" "-responseYES" "-responsefileX:\response.xml" "-importfileX:\data.xml" N.B. : For importing XML data, it is not necessary to specify the Interface ID and Mapping on the Command Line. This information is contained in the XML Import file. |
|
The following displays a simplified mapping structure for this interface.
The XML-Element and Parent-Name are always in english. Click on the row to display additional information.
The following is a detailed description of the fields used in this interface.
| Fields |
| XML Element Name: | ProductDataFields |
| Parent Element: | ProductData |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Product no. internal |
| XML Element Name: | ProductNumberInternal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Internal product no. The internal product number is not visible in ORDE. Relations to linked databases are ensured via the internal product number. The internal product number is automatically assigned by the system and is unique within the product base.(The internal field ID for this element is "ART_NR") |
| Product type |
| XML Element Name: | ProductType |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Product type Possible values: A Article B Service C Surcharge D Miscellaneous VAA Default proposition article VBA Default proposition service VCA Default proposition surcharge VDA Default proposition miscellaneous(The internal field ID for this element is "PROD_TYP") |
| Product no. |
| XML Element Name: | ProductNumber |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Product number Together with the field "Prod. type", the product number identifies an article in a unique way.(The internal field ID for this element is "ART_NRA") |
| Measurem. unit code |
| XML Element Name: | MeasurementUnitCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Measurem. unit code(The internal field ID for this element is "MASS_EINH") |
| Length |
| XML Element Name: | Length |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MASS_L")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Width |
| XML Element Name: | Width |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MASS_B")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Height |
| XML Element Name: | Height |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MASS_H")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surface/volume |
| XML Element Name: | Volume |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
May contain a surface (length x width) or a volume (length x width x height)(The internal field ID for this element is "VOLUMEN") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Specific weight |
| XML Element Name: | SpecificWeight |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Specific weight(The internal field ID for this element is "SPEZ_GEW") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Weight unit code |
| XML Element Name: | WeightUnitCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GEW_EINH")
|
| Availability table code |
| XML Element Name: | Availability |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Availability table code Reference to table no. 1 Warning: The table designation can be changed by the user.(The internal field ID for this element is "VERFUEGBAR_CD") |
| Packing table code |
| XML Element Name: | PackingCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing regulations table code Reference to table no. 2 Warning: The table designation can be changed by the user.(The internal field ID for this element is "PACK_CD") |
| Transport table code |
| XML Element Name: | TransportCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Transport regulations table code Reference to table no. 3 Warning: The table designation can be changed by the user.(The internal field ID for this element is "TRSP_CD") |
| Stock table code |
| XML Element Name: | StockCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Stock regulations table code Reference to table no. 4 Warning: The table designation can be changed by the user.(The internal field ID for this element is "LAGER_CD") |
| Warranty table code |
| XML Element Name: | WarrantyCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Warranty regulations table code Reference to table no. 5 Warning: The table designation can be changed by the user.(The internal field ID for this element is "GARANTIE_CD") |
| Account set active |
| XML Element Name: | AccountSetActive |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CB_KONTOSET")
|
| Sales unit trade |
| XML Element Name: | SalesUnitTrade |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales unit trade Identifies the sales unit in a unique way, together with the field "SalesUnitBasis".(The internal field ID for this element is "VKE_HANDEL") |
| Sales unit basis |
| XML Element Name: | SalesUnitBasis |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales unit basis Identifies the sales unit in a unique way, together with the field "SalesUnitTrade".(The internal field ID for this element is "VKE_BASIS") |
| Sales price unit trade |
| XML Element Name: | SalesPriceUnitTrade |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales price unit trade Identifies the sales unit in a unique way, together with the field "SalesPriceUnitBasis".(The internal field ID for this element is "VPE_HANDEL") |
| Sales price unit basis |
| XML Element Name: | SalesPriceUnitBasis |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales unit basis Identifies the sales unit in a unique way, together with the field "SalesPriceUnitTrade".(The internal field ID for this element is "VPE_BASIS") |
| Packing unit trade |
| XML Element Name: | PackingUnitTrade |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit trade Identifies the packing unit in a unique way, together with the field "PackingUnitBasis".(The internal field ID for this element is "VVE_HANDEL") |
| Packing unit basis |
| XML Element Name: | PackingUnitBasis |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit basis Identifies the packing unit in a unique way, together with the field "PackingUnitTrade".(The internal field ID for this element is "VVE_BASIS") |
| Stock unit trade |
| XML Element Name: | StockUnitTrade |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Stock unit trade Identifies the stock unit in a unique way, together with the field "StockUnitBasis".(The internal field ID for this element is "GLE_HANDEL") |
| Stock unit basis |
| XML Element Name: | StockUnitBasis |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Stock unit basis Identifies the stock unit in a unique way, together with the field "StockUnitTrade".(The internal field ID for this element is "GLE_BASIS") |
| Sales/sales price factor |
| XML Element Name: | SalesPriceFactor |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion factor between sales and sales price unit(The internal field ID for this element is "U_VKE_VPE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Sales SPAU factor |
| XML Element Name: | SalesUnitPackagingUnitFactor |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion factor between sales and packing unit(The internal field ID for this element is "U_VKE_VVE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Sales/stock factor |
| XML Element Name: | SalesStockFactor |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion factor between sales and stock unit(The internal field ID for this element is "U_VKE_GLE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Assembly flag |
| XML Element Name: | AssemblyFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Assembly flag Possible values: A Article B Assembly(The internal field ID for this element is "BAUGRP_FLAG") |
| Set flag |
| XML Element Name: | ProductSetFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set flag If the set flag is set, the assembly flag is always set as well Possible values: 0 Product is no sales set 1 Product is a sales set(The internal field ID for this element is "SET_FLAG") |
| Set flag purchase |
| XML Element Name: | ProductSetFlagPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set flag for purchase(The internal field ID for this element is "SET_FLAG_EK") |
| Set stock audit flag sales |
| XML Element Name: | ProductSetStockCheckFlagSales |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set stock flag Defines on which level (main set or set item) the stock audit should be performed. Possible values: 1 Stock audit on main set 2 Stock audit per set item(The internal field ID for this element is "SET_LAGERFLAG") |
| Set price/rebate determination sale |
| XML Element Name: | ProductSetPriceDiscountFlagSales |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set price determination flag Defines on which level (main set or set item) the price and rebate determination should be performed. Possible values: 1 Price determination on main set 2 Price determination per set item(The internal field ID for this element is "SET_PREISFLAG") |
| Set price charging flag |
| XML Element Name: | ProductSetPriceBillingFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set price charging flag (only active if the setting "Set price determination flag" contains the value 2 "Price determination per set item") Possible values: 1 Sales price is calculated on the basis of the individual set items 2 Sales price is calculated per set item(The internal field ID for this element is "RB_SETPREISVERR") |
| Sales set rebate charging flag |
| XML Element Name: | SalesSetDiscountInvoiceFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set rebate charging flag Determines if for the sales set, the rebate is charged on the main set or per set item Possible values: 1 Rebate is calculated on the main set 2 Rebate is calculated per set item(The internal field ID for this element is "RB_SETRABVERR") |
| Set ACCT flag |
| XML Element Name: | ProductSetAccountFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set account flag Possible values: 1 Account assignment of main set product is transferred to set items 2 Account assignment is taken over from the set item(The internal field ID for this element is "SET_KTOFLAG") |
| Sales set aver. cost price |
| XML Element Name: | ProductSetAverageCostPriceSales |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_SETDURCHEP")
|
| Set Stock audit flag purchase |
| XML Element Name: | ProductSetStockCheckPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
1: Main set 2: Set item(The internal field ID for this element is "SET_LAGERFLAG_EK") |
| Set Price/rebate determ. flag purchase |
| XML Element Name: | SetPriceDiscountFlagPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
1: Main set 2: Set items(The internal field ID for this element is "SET_PREISFLAG_EK") |
| Set Price charging flag purchase |
| XML Element Name: | ProductSetPriceBillingFlagPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
1: Main set 2: Set items(The internal field ID for this element is "RB_SETPREISVERR_EK") |
| Set Rebate charging flag purchase |
| XML Element Name: | ProductSetDiscountBillingFlagPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
1: Main set 2: Set items(The internal field ID for this element is "RB_SETRABVERR_EK") |
| Division |
| XML Element Name: | Division |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GSB_NR")
|
| Service code expenses |
| XML Element Name: | ServiceCodeExpense |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Reference to service code costs Via this field, a product of ORDE can be linked to a service code from ABACUS Project Management.(The internal field ID for this element is "REFLEIART") |
| Service code income |
| XML Element Name: | ServiceCodeIncome |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Reference to service code income Via this field, a product of ORDE can be linked to a service code from ABACUS Project Management.(The internal field ID for this element is "REFLEIART_ERT") |
| Batch/serial no. |
| XML Element Name: | LotSNFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial no. mandatory for product Possible values: 0 Batch/SNO is not mandatory for product 1 Batch/SNO is mandatory for product(The internal field ID for this element is "CB_CHGPFLICHT") |
| Charge/Serial type |
| XML Element Name: | LotSNType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number type Possible values: 0 No batch or serial number 1 Batch 2 Serial number(The internal field ID for this element is "RB_CHGTYP") |
| Keep SNO from... |
| XML Element Name: | LotSNEntryType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Keep serial numbers from stock receipt or stock outgoings Possible values: 1 From receipt 2 From outgoings(The internal field ID for this element is "RB_SNR_AB_EINGANG") |
| Condition group no. sales |
| XML Element Name: | ConditionGroupNumberSales |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Condition group number sales(The internal field ID for this element is "KOND_GRP_NR") |
| Condition group no. purchase |
| XML Element Name: | ConditionGroupNumberPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Condition group number for the purchase(The internal field ID for this element is "EKKOND_GRPNR") |
| Precalculation option |
| XML Element Name: | PrecalculationOption |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VORKALKOPT")
|
| Valuation key |
| XML Element Name: | ValuationKey |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determines the price set as valuation key price Possible values: 1 Average cost price 2 Last cost price 3 Lowest cost price 4 Valuation price(The internal field ID for this element is "BEWERTSCHLUESS") |
| Variant product |
| XML Element Name: | VariantProduct |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CB_VARIANTE")
|
| Valuation price on variant |
| XML Element Name: | ValuationOnVariant |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 1 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_VARIANTEN_BEWERT")
|
| Valuation price |
| XML Element Name: | ValuationPrice |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valuation price(The internal field ID for this element is "BEWERT_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Calculation scheme (standard) |
| XML Element Name: | StandardCalculationScheme |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Default calculation scheme number(The internal field ID for this element is "KALKSCHEMA_NR") |
| QA mandatory |
| XML Element Name: | QualityAssuranceMandatory |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSPFLICHT")
|
| Inspection order mandatory |
| XML Element Name: | InspectionOrderMandatory |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSREQUIRED")
|
| Season from day |
| XML Element Name: | SeasonDayFrom |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Restricted determ. of requirements From day(The internal field ID for this element is "BEDARF_TAG_VON") |
| Season to day |
| XML Element Name: | SeasonDayTo |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Restricted determ. of requirements To day(The internal field ID for this element is "BEDARF_TAG_BIS") |
| Season from month |
| XML Element Name: | SeasonMonthFrom |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Restricted determ. of requirements Month from(The internal field ID for this element is "BEDARF_MON_VON") |
| Season to month |
| XML Element Name: | SeasonMonthTo |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Restricted determ. of requirements To month(The internal field ID for this element is "BEDARF_MON_BIS") |
| Commission allowed |
| XML Element Name: | CommissionAllowedFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Commissioning of article possible flag Possible values: 0 Commissions are possible 1 Commissions are not possible(The internal field ID for this element is "KEINE_PROV") |
| Condition group no. commissioning |
| XML Element Name: | CustomerConditionGroup |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Condition group number commissioning(The internal field ID for this element is "K_GRP_NR") |
| Asset no. proposal |
| XML Element Name: | InventoryNumberReference |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INVENR_VS")
|
| Materials management type |
| XML Element Name: | MaterialsManagementType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MATBEWART")
|
| Summarize production disposition according to |
| XML Element Name: | SummarisationType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERDICHT_TYP")
|
| Production disposition summarization by quantity |
| XML Element Name: | SummarisationQuantity |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERDICHT_ANZAHL")
|
| External Price determin via |
| XML Element Name: | ExternalPriceDeterminedVia |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_PRFINDINT")
|
| Price determin. via |
| XML Element Name: | PriceFindingMethod |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_PRFIND")
|
| Selection product |
| XML Element Name: | SelectionProductFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CB_AUSWPROD")
|
| Serial no. activity |
| XML Element Name: | LotSNActivityFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Entry of a serial number activity when charging a product Possible values: 0 Request no serial no. activity 1 Request serial no. activity(The internal field ID for this element is "SNR_AKTIV_JN") |
| Serial no. activity code |
| XML Element Name: | LotSNActivityCode |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If a serial number activity is requested when charging the product, a default value for the activity code can be specified here.(The internal field ID for this element is "SNR_AKTIV_CD") |
| Field set no. |
| XML Element Name: | FieldSetNumber |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FIELDSETNO")
|
| Search term |
| XML Element Name: | ProductDesignation |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Alternative key with which the products can be searched. This key is not unique.(The internal field ID for this element is "ART_BEZ") |
| Techn. des. |
| XML Element Name: | TechnicalDesignation |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Technical designation The technical designation is usually used as complement to the search term; however, it is not sorted.(The internal field ID for this element is "ART_BEZ_TECH") |
| Payment product cash register |
| XML Element Name: | PayoutProductCashRegister |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
When set, a revenue reduction instead of a expense is booked.(The internal field ID for this element is "CB_AUSZPROD") |
| Stocktaking flag |
| XML Element Name: | StocktakingFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Product is under stocktaking Possible values: 0 Product is not under stocktaking 1 Product is under stocktaking(The internal field ID for this element is "INV_SPERR_FLAG") |
| Inactive for SCM |
| XML Element Name: | InactiveForSCM |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_SVM")
|
| Inactive for project |
| XML Element Name: | InactiveForProject |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_PROJ")
|
| Total warehouse stock |
| XML Element Name: | WarehouseStockTotal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Total warehouse stock, calculated over all assigned storage locations/places.(The internal field ID for this element is "LAGER_BESTAND") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total qty ordered |
| XML Element Name: | QuantityOrdered |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Total quantity ordered, calculated over all assigned storage locations/places.(The internal field ID for this element is "MENGE_BESTELLT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total qty reserved |
| XML Element Name: | QuantityReservedTotal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Total quantity reserved, calculated over all assigned storage locations/places.(The internal field ID for this element is "MENGE_RESERV") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price factor |
| XML Element Name: | PriceFactor |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion sales/sales price unit trade(The internal field ID for this element is "PREISFAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Average cost price incl. procurement cost |
| XML Element Name: | AverageCostPriceWithProcurement |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Average cost price(The internal field ID for this element is "DURCH_EPREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Inactive for sales |
| XML Element Name: | InactiveForSale |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS")
|
| Fixed prices flag |
| XML Element Name: | PriceListsAllowed |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Fixed prices defined flag Possible values: 0 No fixed prices entered 1 At least 1 fixed price has been entered(The internal field ID for this element is "FIX_PREIS_JN") |
| Rebate cond. allowed |
| XML Element Name: | DiscountsAllowed |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Rebate conditions allowed flag Possible values: 0 Rebate conditions are not allowed 1 Rebate conditions are allowed(The internal field ID for this element is "RABATT_JN") |
| Promotion cond. allowed |
| XML Element Name: | PromotionAllowed |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Promotion conditions allowed flag Possible values: 0 Promotion conditions are not allowed 1 Promotion conditions are allowed(The internal field ID for this element is "AKTION_JN") |
| Net weight |
| XML Element Name: | NetWeight |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Net weight(The internal field ID for this element is "GEW_NETTO") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Tare weight |
| XML Element Name: | TareWeight |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Tare weight(The internal field ID for this element is "GEW_TARA") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Calculated price |
| XML Element Name: | CalculationPrice |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALK_PREIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Standard stock type main stock calculation |
| XML Element Name: | StandardStockType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STD_LAGER_TYP")
|
| Entry date |
| XML Element Name: | EntryDate |
| Parent Element: | ProductDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
First entry date(The internal field ID for this element is "E_DATUM") |
| Modification date |
| XML Element Name: | ModificationDate |
| Parent Element: | ProductDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Date of last modification(The internal field ID for this element is "M_DATUM") |
| Special conditions allowed |
| XML Element Name: | SpecialDiscountsAllowed |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Special conditions allowed flag Possible values: 0 Special conditions are not allowed 1 Special conditions are allowed(The internal field ID for this element is "SPEZIAL_JN") |
| Diameter |
| XML Element Name: | Diameter |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Diameter(The internal field ID for this element is "DURCHMESSER") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Last cost price incl. procurement costs |
| XML Element Name: | LastCostPriceWithProcurement |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Last cost price, viewed over all assigned storage locations/places(The internal field ID for this element is "LAST_EPREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Lowest cost price incl. procurement costs |
| XML Element Name: | LowestCostPriceWithProcurement |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Lowest cost price, viewed over all assigned storage locations/places(The internal field ID for this element is "TIEF_EPREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Inactive for PPS item |
| XML Element Name: | InactiveForProductionPlanningItem |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_FE_POS")
|
| Graduated cond. allowed |
| XML Element Name: | ScaledConditionAllowed |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Graduated conditions allowed flag Possible values: 0 Graduated conditions are not allowed 1 Graduated conditions are allowed(The internal field ID for this element is "STAFFEL_JN") |
| User fields numerical 1 |
| XML Element Name: | Numeric1 |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field numeric 1(The internal field ID for this element is "BF_NUM1") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User fields ASCII 1 |
| XML Element Name: | Ascii1 |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field ASCII 1(The internal field ID for this element is "BF_ASC1") |
| Display accessory products |
| XML Element Name: | DisplayAccessoryProducts |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUBEHOER_ANZ")
|
| Purchase disposition block flag |
| XML Element Name: | PurchasePlanningBlockingFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Purchase disposition block flag Possible values: 0 Product is not blocked 1 Product is already being disposed by another user and is blocked(The internal field ID for this element is "DISPO_SPERRFLAG") |
| Packing unit warning code |
| XML Element Name: | PackingUnitWarningFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit warning code Possible values: 0 No warning at procurement of incomplete packing units 1 Warning at procurement of incomplete packing units(The internal field ID for this element is "CB_VERPACK_WARN") |
| Total backlog quantity |
| XML Element Name: | QuantityBacklogTotal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Total backlog quantity, calculated over all assigned storage locations/places(The internal field ID for this element is "MENGE_RUECK") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total minimum stock |
| XML Element Name: | MinimumStockTotal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Total minimum stock, calculated over all assigned storage locations/places(The internal field ID for this element is "BESTELL_PKT_TOT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Display on main page |
| XML Element Name: | DisplayOnMainPage |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPONFIRSTPAGE")
|
| LIFO yes/no |
| XML Element Name: | LastInFirstOutSwitch |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Article is subject to the LIFO valuation(The internal field ID for this element is "LIFO_JN") |
| Do not show set items |
| XML Element Name: | ProductSetItemsNoDisplay |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBNOSETDISP")
|
| Inactive for shop |
| XML Element Name: | NoReplication |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Hide shop display(The internal field ID for this element is "SHOPINVISIBLE") |
| New product |
| XML Element Name: | NewProduct |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Display as new in shop(The internal field ID for this element is "SHOPNEW") |
| Shop text |
| XML Element Name: | ShopText |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPTEXTNO")
|
| Ordering point total |
| XML Element Name: | OrderPointTotal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Ordering point total, calculated over all storage locations/places(The internal field ID for this element is "BESTELL_PK2_TOT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Lot size assembly |
| XML Element Name: | LotSizeAssembly |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Assembly lot size Lot size to which the assembly breakdown refers to(The internal field ID for this element is "AUFLOESUNG_PRO") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| ABC code purchase |
| XML Element Name: | AbcCodePurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
ABC code for purchase, is set manually or by means of ABC analysis Possible content: Blank A B C(The internal field ID for this element is "ABC_EINKAUF") |
| Delivery time target |
| XML Element Name: | DeliveryTimeTarget |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Expected delivery time(The internal field ID for this element is "LIEFFRIST_SOLL") |
| Delivery time actual |
| XML Element Name: | DeliveryTimeActual |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Actual delivery time(The internal field ID for this element is "LIEFFRIST_IST") |
| Warranty days |
| XML Element Name: | WarrantyDays |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Warranty days(The internal field ID for this element is "GARANTIE_TAGE") |
| Serial no. history |
| XML Element Name: | SNHistoryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Serial number history flag Possible values: 0 Do not keep serial number history 1 Keep serial number history(The internal field ID for this element is "SNR_JN") |
| User fields numerical 2 |
| XML Element Name: | Numeric2 |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field numeric 2(The internal field ID for this element is "BF_NUM2") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User fields numerical 3 |
| XML Element Name: | Numeric3 |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field numeric 3(The internal field ID for this element is "BF_NUM3") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User fields numerical 4 |
| XML Element Name: | Numeric4 |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field numeric 4(The internal field ID for this element is "BF_NUM4") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User fields ASCII 2 |
| XML Element Name: | Ascii2 |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field ASCII 2(The internal field ID for this element is "BF_ASC2") |
| User fields ASCII 3 |
| XML Element Name: | Ascii3 |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field ASCII 3(The internal field ID for this element is "BF_ASC3") |
| User fields ASCII 4 |
| XML Element Name: | Ascii4 |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field ASCII 4(The internal field ID for this element is "BF_ASC4") |
| User fields date 1 |
| XML Element Name: | Date1 |
| Parent Element: | ProductDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field date 1(The internal field ID for this element is "BF_DAT1") |
| User fields date 2 |
| XML Element Name: | Date2 |
| Parent Element: | ProductDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Individual user field date 2(The internal field ID for this element is "BF_DAT2") |
| Production minutes |
| XML Element Name: | ProductionMinutes |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Production minutes Production time required for an assembly(The internal field ID for this element is "FE_MIN") |
| Total maximum stock |
| XML Element Name: | MaximumStockTotal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Total maximum stock, calculated over all assigned storage locations/places(The internal field ID for this element is "MAX_BESTAND_TOT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Inactive for purchase |
| XML Element Name: | InactiveForPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_EK")
|
| Inactive for stock |
| XML Element Name: | InactiveForStock |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_LA")
|
| Inactive for PPS |
| XML Element Name: | InactiveForProduction |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_FE")
|
| Consumption product |
| XML Element Name: | ConsumptionProductFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Consumption product flag Possible values: 0 No consumption product 1 Consumption product(The internal field ID for this element is "VERBR_FLAG") |
| Sales backlog allowed |
| XML Element Name: | BacklogAllowedForSale |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Backlog allowed for sales flag Possible values: 0 Backlog is allowed 1 No backlog allowed(The internal field ID for this element is "RUECK_VK") |
| Purchase backlog allowed |
| XML Element Name: | BacklogAllowedForPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Backlog allowed for purchase flag Possible values: 0 Backlog is allowed 1 No backlog allowed(The internal field ID for this element is "RUECK_EK") |
| Valuation key price |
| XML Element Name: | ValuationKeyPrice |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valuation key price(The internal field ID for this element is "BEWSCHL_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Negative stock allowed |
| XML Element Name: | NegativeStockAllowedFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Negative stock allowed flag Possible values: 0 Negative stock is allowed 1 Negative stock is not allowed(The internal field ID for this element is "MINUSBEST_FLAG") |
| Maximum quantity sales |
| XML Element Name: | MaximumQuantitySales |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Maximum quantity for sales(The internal field ID for this element is "MAX_BEST_VERK") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Calculation flag |
| XML Element Name: | CalculationFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Blocks the product for calculation if it is already calculated by another user. Possible values: 0 Product can be calculated 1 Product is already being calculated by another user(The internal field ID for this element is "KALK_FLAG") |
| Minimum quantity sales |
| XML Element Name: | MinimumQuantitySales |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Minimum quantity for sales(The internal field ID for this element is "MIN_BEST_VERK") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Packing unit factor |
| XML Element Name: | PackagingUnitFactor |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit factor(The internal field ID for this element is "VERPACKUNGS_FAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Batch/SNO sorting |
| XML Element Name: | LotSNSorting |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number sorting Possible values: 1 Sorting by batch/serial number 2 Sorting by date of receipt (FiFo) 3 Sorting by expiration date 1(The internal field ID for this element is "RB_CHGSORT") |
| Batch/SNO expir. date 1 entry |
| XML Element Name: | LotSNExpirationDate1EntryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number expiration date 1 must be entered flag Possible values: 0 = No mandatory entry 1 = Mandatory entry(The internal field ID for this element is "CB_CHGVERFALL") |
| Batch/SNO origin entry |
| XML Element Name: | LotSNOriginEntryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number origin must be entered flag Possible values: 0 = No mandatory entry 1 = Mandatory entry(The internal field ID for this element is "CB_CHGHERKUNFT") |
| Batch/SNO country entry |
| XML Element Name: | LotSNCountryEntryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number country must be entered flag Possible values: 0 = No mandatory entry 1 = Mandatory entry(The internal field ID for this element is "CB_CHGLAND") |
| Batch/SNO certificate entry |
| XML Element Name: | LotSNCertificateOriginEntryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number certificate must be entered flag Possible values: 0 = No mandatory entry 1 = Mandatory entry(The internal field ID for this element is "CB_CHGZEUGNIS") |
| Batch/serial quality entry |
| XML Element Name: | LotSNQualityEntryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number quality must be entered flag Possible values: 0 = No mandatory entry 1 = Mandatory entry(The internal field ID for this element is "CB_QUALITAET") |
| Set fixed price flag |
| XML Element Name: | ProductSetPricelistNumberFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set fixed price flag Possible values: 0 Fixed price number of main set product is transferred to set items 1 Fixed price number is taken over from the set item(The internal field ID for this element is "SET_FIXPREISFLAG") |
| Batch/SNO debit |
| XML Element Name: | LotSNDebitType |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
How the selection of batches or serial numbers is carried out(The internal field ID for this element is "CHG_ABBUCHUNG") |
| Batch/SNO sample stock |
| XML Element Name: | LotSNSampleStockFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Keep batch/serial number sample stock flag Possible values: 0 No 1 Yes(The internal field ID for this element is "CHG_MUSTLAG_FLAG") |
| Batch/SNO sample stock quantity |
| XML Element Name: | LotSNSampleStockQuantity |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number sample stock quantity(The internal field ID for this element is "CHG_MUSTLAG_BEST") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Batch/serial number quarantine |
| XML Element Name: | LotSNQuarantineFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Keep batch/serial number quarantine Possible values: 0 No 1 Yes(The internal field ID for this element is "CHG_QUAR_FLAG") |
| Batch/SNO quarantine period |
| XML Element Name: | LotSNQuarantienPeriod |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number quarantine time period in days(The internal field ID for this element is "CHG_QUAR_FRIST") |
| Set preselection |
| XML Element Name: | ProcuctSetPreselection |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set preselection Possible values: 0 No 1 Yes(The internal field ID for this element is "SET_VORSELFLAG") |
| Batch/SNO consumpt. period 1 |
| XML Element Name: | LotSNConsumptionPeriod1 |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number consumption period 1 in days(The internal field ID for this element is "CHG_VERBRAUCHS_FRIST") |
| Batch/SNO quantity locked |
| XML Element Name: | LotSNQuantityBlocked |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE_GESPERRT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| ABC code sales |
| XML Element Name: | AbcCodeSale |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
ABC code for sales, is set manually or by means of ABC analysis Possible content: Blank A B C(The internal field ID for this element is "ABC_VERKAUF") |
| Stock factor |
| XML Element Name: | StockFactor |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Stock factor(The internal field ID for this element is "LAGERFAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Batch debit quantity proposal |
| XML Element Name: | LotSNQuantityProposal |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determines the type of quantity proposal.(The internal field ID for this element is "CHG_MENGE_VORSCHLAG") |
| Batch/SNO consumpt. period 2 |
| XML Element Name: | LotSNConsumptionPeriod2 |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number consumption period 2 in days(The internal field ID for this element is "CHRG_GRENZFRIST") |
| Assorting allowed |
| XML Element Name: | AssortmentAllowedFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible values 0 Assorting is allowed 1 Assorting is not allowed(The internal field ID for this element is "CB_NOASSORT") |
| Batch/SNO expir. date 2 entry |
| XML Element Name: | LotSNExpirationDate2EntryFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch/serial number expiration date 2 must be entered flag Possible values: 0 = No mandatory entry 1 = Mandatory entry(The internal field ID for this element is "CB_CHGVERFALL2") |
| Minimum margin in % |
| XML Element Name: | MinimumMarginPercentage |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Minimum margin in percent(The internal field ID for this element is "MIND_MARGE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User no. entry |
| XML Element Name: | UserNumber |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
User number of the user who opened the product(The internal field ID for this element is "E_USERNR") |
| User no. modification |
| XML Element Name: | UserNumberModification |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
User number of the user who last modified the product(The internal field ID for this element is "M_USERNR") |
| Keep stock flag |
| XML Element Name: | StockManagementFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determines if stock management is possible for the product Possible values: 0 Stock management 1 No stock management(The internal field ID for this element is "CB_NOLAGER") |
| Display as action |
| XML Element Name: | DisplayAsPromotion |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Display product as action in shop(The internal field ID for this element is "SHOPAKTION") |
| PPS valuation key |
| XML Element Name: | ValuationKeyProductionPlanning |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determines the price set as valuation key price(The internal field ID for this element is "RBBEWERTSCHLPPS") |
| Average cost price procurement cost portion |
| XML Element Name: | AverageCostPriceProcurementPart |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DURCH_EPREIS_BEZKO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Last cost price procurement cost portion |
| XML Element Name: | LastCostPriceProcurementPart |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAST_EPREIS_BEZKO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Lowest cost price procurement cost portion |
| XML Element Name: | LowestCostPriceProcurementPart |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TIEF_EPREIS_BEZKO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Stock management on variant |
| XML Element Name: | StockManagementOnVariant |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_LAGERCHECK")
|
| Sales prices/rebates on variant possible |
| XML Element Name: | SalesPriceOrDiscountOnVariant |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_VARIANTEN_PF")
|
| Variant variable |
| XML Element Name: | VariantVariable |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Variants do not need to be predefined, but can be created if required.(The internal field ID for this element is "CB_VARIANTE_OD") |
| Rounding type |
| XML Element Name: | RoundingType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Rounding type of quantity rounding for the production(The internal field ID for this element is "RUNDUNGSTYP") |
| Block flag |
| XML Element Name: | LockFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LOCKID")
|
| User no. blocking |
| XML Element Name: | UserNumberLock |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LOCKUSER")
|
| Set Preselection purchase |
| XML Element Name: | ProductSetPreselectionPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SET_VORSELFLAG_EK")
|
| Set No set item display purchase |
| XML Element Name: | ProductSetNoSetItemDisplayPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBNOSETDISP_EK")
|
| No purch. order qty per variant |
| XML Element Name: | NoPurchaseOrderQuantity |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CB_NOEKMENGE_VAR")
|
| Supplier assignments on variant |
| XML Element Name: | SupplierAssignmentOnVariant |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_VARIANTEN_LFZ")
|
| Purchase prices/rebates on variant possible |
| XML Element Name: | PurchasePriceOrDiscountOnVariant |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_VARIANTEN_PF_EK")
|
| Sales units on variant |
| XML Element Name: | SalesUnitOnVariant |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_VARIANTEN_EHT")
|
| Project item booking online |
| XML Element Name: | ProjectBookingType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_PROJVERBART")
|
| Operation centre item type |
| XML Element Name: | OperationCentreItemType |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSART_WERKHOF")
|
| QA remark |
| XML Element Name: | QualityAssuranceRemark |
| Parent Element: | ProductDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSBEM")
|
| QA certificate required |
| XML Element Name: | QualityAssuranceCertificate |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSZEUGNIS")
|
| Prop. for inspection order on batch |
| XML Element Name: | InspectionOrderProposalOnLot |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSREQCHANGE")
|
| Deadline for retesting in days |
| XML Element Name: | RetestDeadlineInDays |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSRETESTFRIST")
|
| Inactive for statistics |
| XML Element Name: | StatisticFlag |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STAT_FLAG")
|
| Batch/SNO assignment SO |
| XML Element Name: | NumberAssignmentOutgoingStock |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_CHGVERG_LA")
|
| Batch/SNO assignm. purch. |
| XML Element Name: | NumberAssignmentPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_CHGVERG_EK")
|
| Batch/SNO assignm. PPS receipt |
| XML Element Name: | NumberAssignmentIncomingStock |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_CHGVERG_PPSE")
|
| Batch/SNO assignm. PPS reverse entry |
| XML Element Name: | NumberAssignmentReverseEntry |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RB_CHGVERG_PPSR")
|
| Batch-specific production |
| XML Element Name: | SingleBatchProduction |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CB_FECHARGENREIN")
|
| Inactive for AbaBuild |
| XML Element Name: | InactiveForConstruction |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STATUS_BAU")
|
| No backlog generation sales |
| XML Element Name: | DoNotGenerateBacklogSale |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
false: Generate backlog from sales true : Do not generate backlog from sales(The internal field ID for this element is "CBNORUECKGEN_VK") |
| No backlog generation purchase |
| XML Element Name: | DoNotGenerateBacklogPurchase |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
false: Generate backlog from purchase true : Do not generate backlog from purchase(The internal field ID for this element is "CBNORUECKGEN_EK") |
| Service type expense PPS |
| XML Element Name: | ServiceCodeExpenseProduction |
| Parent Element: | ProductDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "REFLEIART_PPS")
|
| XML Element Name: | ProportionalBooking |
| Parent Element: | ProductDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : 205 |
| Description: |
(The internal field ID for this element is "PROPBUCHUNG")
|
| Individual user fields |
| XML Element Name: | ProductDataIndividualUserFields |
| Parent Element: | ProductData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductDataIndividualUserFieldsFields |
| Parent Element: | ProductDataIndividualUserFields |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| User field ASCII1 |
| XML Element Name: | Ascii1 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_1")
|
| User field ASCII2 |
| XML Element Name: | Ascii2 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_2")
|
| User field ASCII3 |
| XML Element Name: | Ascii3 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_3")
|
| User field ASCII4 |
| XML Element Name: | Ascii4 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_4")
|
| User field ASCII5 |
| XML Element Name: | Ascii5 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_5")
|
| User field ASCII6 |
| XML Element Name: | Ascii6 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_6")
|
| User field ASCII7 |
| XML Element Name: | Ascii7 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_7")
|
| User field ASCII8 |
| XML Element Name: | Ascii8 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_8")
|
| User field ASCII9 |
| XML Element Name: | Ascii9 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_9")
|
| User field ASCII10 |
| XML Element Name: | Ascii10 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ASCII_10")
|
| User fields num1 |
| XML Element Name: | Numeric1 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
without decimal places(The internal field ID for this element is "NUM_1") |
| User field num2 |
| XML Element Name: | Numeric2 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
without decimal places(The internal field ID for this element is "NUM_2") |
| User field num3 |
| XML Element Name: | Numeric3 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
without decimal places(The internal field ID for this element is "NUM_3") |
| User field num4 |
| XML Element Name: | Numeric4 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
without decimal places(The internal field ID for this element is "NUM_4") |
| User field num5 |
| XML Element Name: | Numeric5 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
without decimal places(The internal field ID for this element is "NUM_5") |
| User field num6 |
| XML Element Name: | Numeric6 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
4 decimal places(The internal field ID for this element is "NUM_6") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field num7 |
| XML Element Name: | Numeric7 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
4 decimal places(The internal field ID for this element is "NUM_7") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field num8 |
| XML Element Name: | Numeric8 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
4 decimal places(The internal field ID for this element is "NUM_8") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field num9 |
| XML Element Name: | Numeric9 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
4 decimal places(The internal field ID for this element is "NUM_9") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field num10 |
| XML Element Name: | Numeric10 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
4 decimal places(The internal field ID for this element is "NUM_10") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field date1 |
| XML Element Name: | Date1 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DAT_1")
|
| User field date2 |
| XML Element Name: | Date2 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DAT_2")
|
| User field date3 |
| XML Element Name: | Date3 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DAT_3")
|
| User field date4 |
| XML Element Name: | Date4 |
| Parent Element: | ProductDataIndividualUserFieldsFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DAT_4")
|
| AbaBau-Produkteinformationen |
| XML Element Name: | ConstructionProductInformation |
| Parent Element: | ProductData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Master data |
| Fields |
| XML Element Name: | ConstructionProductInformationFields |
| Parent Element: | ConstructionProductInformation |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Leistungs-Produkt-Typ |
| XML Element Name: | ServiceProductType |
| Parent Element: | ConstructionProductInformationFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEIPRODTYP")
|
| Category |
| XML Element Name: | CostElementCategory |
| Parent Element: | ConstructionProductInformationFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KEKAT")
|
| Price modification date |
| XML Element Name: | PriceModificationDate |
| Parent Element: | ConstructionProductInformationFields |
| Field Type: | Datum/Zeit (2006-08-08T10:16:54.509+02:00) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MUTPRDATUM")
|
| List of plants |
| XML Element Name: | PlantList |
| Parent Element: | ConstructionProductInformationFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PFLANZLISTE")
|
| Rate type |
| XML Element Name: | RateType |
| Parent Element: | ConstructionProductInformationFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ANSATZTYP")
|
| Price modification user-Name |
| XML Element Name: | PriceModificationUser |
| Parent Element: | ConstructionProductInformationFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MUTPRUSER_NAME")
|
| Classification |
| XML Element Name: | ProductClassification |
| Parent Element: | ProductData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductClassificationFields |
| Parent Element: | ProductClassification |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Variant |
| XML Element Name: | Variant |
| Parent Element: | ProductClassificationFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VARIANTE")
|
| Level |
| XML Element Name: | ReferenceLevel |
| Parent Element: | ProductClassificationFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "REF_LEVEL")
|
| Sorting |
| XML Element Name: | Identification |
| Parent Element: | ProductClassificationFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ID")
|
| Folder |
| XML Element Name: | ReferenceIdentification |
| Parent Element: | ProductClassificationFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 2 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "REF_ID")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Designation |
| XML Element Name: | Designation |
| Parent Element: | ProductClassificationFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 100 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZEICHNUNG")
|
| Product variant definition |
| XML Element Name: | ProductVariantDefinition |
| Parent Element: | ProductData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductVariantDefinitionFields |
| Parent Element: | ProductVariantDefinition |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Dimension no 1 |
| XML Element Name: | Dimension1 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID1")
|
| Dimension no 2 |
| XML Element Name: | Dimension2 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID2")
|
| Dimension no 3 |
| XML Element Name: | Dimension3 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID3")
|
| Dimension no 4 |
| XML Element Name: | Dimension4 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID4")
|
| Dimension no 5 |
| XML Element Name: | Dimension5 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID5")
|
| Dimension no 6 |
| XML Element Name: | Dimension6 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID6")
|
| Dimension no 7 |
| XML Element Name: | Dimension7 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID7")
|
| Dimension no 8 |
| XML Element Name: | Dimension8 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID8")
|
| Dimension no 9 |
| XML Element Name: | Dimension9 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID9")
|
| Dimension no 10 |
| XML Element Name: | Dimension10 |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIM_ID10")
|
| Recordtype |
| XML Element Name: | RecordType |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "REC_TYP")
|
| Combination no. |
| XML Element Name: | DimensionCombinationNumber |
| Parent Element: | ProductVariantDefinitionFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Variant identification(The internal field ID for this element is "KOMBI_NR") |
| Inspection plan relation |
| XML Element Name: | InspectionPlanAssignment |
| Parent Element: | ProductData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | InspectionPlanAssignmentFields |
| Parent Element: | InspectionPlanAssignment |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Inspection plan no. |
| XML Element Name: | InspectionPlanNumber |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PPNR")
|
| Product no. |
| XML Element Name: | ProductNumber |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PRODNRA")
|
| Standard inspection plan |
| XML Element Name: | Default |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
This inspection plan is the standard inspection plan for the product(The internal field ID for this element is "DEFAULT") |
| Inspection quantity |
| XML Element Name: | Amount |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Sample quantity |
| XML Element Name: | SampleQuantity |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MUSTERMENGE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Standard retest inspection plan |
| XML Element Name: | StandardRetest |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DEFAULT_RETEST")
|
| Version no. |
| XML Element Name: | VersionNumber |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERSIONSNR")
|
| Designation |
| XML Element Name: | Designation |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZEICHNUNG")
|
| Date |
| XML Element Name: | ValidFrom |
| Parent Element: | InspectionPlanAssignmentFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GUELTIGAB")
|
| Product variants |
| XML Element Name: | ProductVariant |
| Parent Element: | ProductData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductVariantFields |
| Parent Element: | ProductVariant |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Variant no. |
| XML Element Name: | VariantNumber |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Variant identification(The internal field ID for this element is "VAR_ID") |
| Dimension 1 |
| XML Element Name: | Dimension1 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 1 e.g. 1 = Color: green(The internal field ID for this element is "DIM1") |
| Dimension 2 |
| XML Element Name: | Dimension2 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 3 e.g. 2 = Size: S(The internal field ID for this element is "DIM2") |
| Dimension 3 |
| XML Element Name: | Dimension3 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 3 e.g. 3 = Subject: FC SG(The internal field ID for this element is "DIM3") |
| Dimension 4 |
| XML Element Name: | Dimension4 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 4(The internal field ID for this element is "DIM4") |
| Dimension 5 |
| XML Element Name: | Dimension5 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 5(The internal field ID for this element is "DIM5") |
| Dimension 6 |
| XML Element Name: | Dimension6 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 6(The internal field ID for this element is "DIM6") |
| Dimension 8 |
| XML Element Name: | Dimension7 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 7(The internal field ID for this element is "DIM7") |
| Dimension 8 |
| XML Element Name: | Dimension8 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 8(The internal field ID for this element is "DIM8") |
| Dimension 9 |
| XML Element Name: | Dimension9 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 9(The internal field ID for this element is "DIM9") |
| Dimension 10 |
| XML Element Name: | Dimension10 |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Value of dimension 10(The internal field ID for this element is "DIM10") |
| specific weight |
| XML Element Name: | SpecificWeight |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SPEZ_GEW")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Length |
| XML Element Name: | Length |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MASS_L")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Width |
| XML Element Name: | Width |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MASS_B")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Height |
| XML Element Name: | Height |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MASS_H")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Volume |
| XML Element Name: | Volume |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VOLUMEN")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Sales unit handel |
| XML Element Name: | SalesUnitTrade |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales unit handel Identifies clearly the sales unit with the field "Sales unit basis".(The internal field ID for this element is "VKE_HANDEL") |
| Sales unit basis |
| XML Element Name: | SalesUnitBasis |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales unit basis Basis Identifies clearly the sales unit with the field "Sales unit handel".(The internal field ID for this element is "VKE_BASIS") |
| Sales price unit handel |
| XML Element Name: | SalesPriceUnitTrade |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales price unit basis Identifies clearly sales unit with the field "Sales price unit basis".(The internal field ID for this element is "VPE_HANDEL") |
| Sales price unit basis |
| XML Element Name: | SalesPriceUnitBasis |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Sales unit basis Identifies clearly the sales price unit with the field "Sales price unit handel".(The internal field ID for this element is "VPE_BASIS") |
| Packaging unit handel |
| XML Element Name: | PackingUnitTrade |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packaging unit handel Identifies clearly the packaging unit with the field "Packaging unit basis".(The internal field ID for this element is "VVE_HANDEL") |
| Packaging unit basis |
| XML Element Name: | PackingUnitBasis |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packaging unit basis Identifies clearly the packaging unit with the field "Packaging unit handel".(The internal field ID for this element is "VVE_BASIS") |
| S-SP factor |
| XML Element Name: | SalesPriceFactor |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversions factor between sales unit and sales price unit(The internal field ID for this element is "U_VKE_VPE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| S-SP factor |
| XML Element Name: | SalesUnitPackagingUnitFactor |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversions factor between sales unit and packaging unit(The internal field ID for this element is "U_VKE_VVE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| S-ST factor |
| XML Element Name: | SalesStockFactor |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversions factor between sales unit and stock unit(The internal field ID for this element is "U_VKE_GLE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Currency |
| XML Element Name: | Currency |
| Parent Element: | ProductVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Currency of supplement amount(The internal field ID for this element is "ISOCD") |
| Standard sales set |
| XML Element Name: | StandardSetSale |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STANDARD_VERKAUFSSET")
|
| Record type |
| XML Element Name: | RecordType |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "REC_TYP")
|
| Inactive for purchase |
| XML Element Name: | InachtiveForPurchase |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_EK")
|
| Inactive for sales |
| XML Element Name: | InactiveForSale |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_VK")
|
| Inactive for stock |
| XML Element Name: | InactiveForStock |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_LG")
|
| Inactive for PPS |
| XML Element Name: | InactiveForProductionPlanning |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_PP")
|
| Addition rate |
| XML Element Name: | PercentageSurcharge |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUS_PROZENT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Addition amount |
| XML Element Name: | AmountSurcharge |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
A suppliment amount must be converted into the currency of the base price(The internal field ID for this element is "ZUS_BETRAG") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Standard calculation scheme |
| XML Element Name: | StandardCalculationScheme |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKSCHEMA_NR")
|
| ABC identification purchase |
| XML Element Name: | AbcCodePurchase |
| Parent Element: | ProductVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ABC_EINKAUF")
|
| ABC identification sales |
| XML Element Name: | AbcCodeSale |
| Parent Element: | ProductVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ABC_VERKAUF")
|
| net weight |
| XML Element Name: | NetWeight |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GEW_NETTO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| tare weight |
| XML Element Name: | TareWeight |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GEW_TARA")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Diameter |
| XML Element Name: | Diameter |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DURCHMESSER")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Shop: No replication |
| XML Element Name: | NoReplication |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPINVISIBLE")
|
| Shop: new product |
| XML Element Name: | NewProduct |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPNEW")
|
| Shop: Product on sale |
| XML Element Name: | DisplayAsPromotion |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPAKTION")
|
| Shop: Display on first page |
| XML Element Name: | DisplayOnMainPage |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPONFIRSTPAGE")
|
| Shop picture |
| XML Element Name: | ShopPictureLarge |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPPICTURENO")
|
| Shop picture small |
| XML Element Name: | ShopPictureSmall |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPPICTURENOPREVIEW")
|
| Shop text |
| XML Element Name: | ShopText |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOPTEXTNO")
|
| Condition group sales |
| XML Element Name: | ConditionGroupNumberSales |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KOND_GRP_NR_VK")
|
| Condition group purchase |
| XML Element Name: | ConditionGroupNumberPurchase |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KOND_GRP_NR_EK")
|
| Price factor |
| XML Element Name: | PriceFactor |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
conversion sales/sales price unit handel(The internal field ID for this element is "PREISFAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Factor packaging unit |
| XML Element Name: | PackagingUnitFactor |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packaging units factor(The internal field ID for this element is "VERPACKUNGS_FAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Factor stock |
| XML Element Name: | StockFactor |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Stock factor(The internal field ID for this element is "LAGERFAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Default conditions |
| XML Element Name: | StandardConditions |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Just standard rebates are included, for example, list prices are not included(The internal field ID for this element is "RABATT_JN") |
| Promotion conditions |
| XML Element Name: | PromotionConditionAllowed |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Rules for promotion conditions(The internal field ID for this element is "AKTION_JN") |
| Special conditions |
| XML Element Name: | SpecialConditionAllowed |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Rules for special conditions(The internal field ID for this element is "SPEZIAL_JN") |
| Graduation conditions |
| XML Element Name: | ScaledConditionAllowed |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Rules for graduation conditions(The internal field ID for this element is "STAFFEL_JN") |
| Backlog S |
| XML Element Name: | BacklogSales |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Backlog rules for sales(The internal field ID for this element is "RUECK_VK") |
| Backlog P |
| XML Element Name: | BacklogPurchase |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Backlog rules for purchasing(The internal field ID for this element is "RUECK_EK") |
| Packing unit warning |
| XML Element Name: | PackingUnitWarningFlag |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit warning message display Possible values: false: no warning on order of incomplete packing units true: display warning on order of incomplete packing units(The internal field ID for this element is "CB_VERPACK_WARN") |
| Inactive for PPS-item |
| XML Element Name: | InactiveForProductionPlanningItem |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_PP_POS")
|
| Inactive for project |
| XML Element Name: | InactiveForAbaProject |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_PROJ")
|
| Inactive for SCM |
| XML Element Name: | InactiveForSCM |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_SVM")
|
| Inactive for AbaBuild |
| XML Element Name: | InactiveForConstruction |
| Parent Element: | ProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INAKTIV_BAU")
|
| Valuation price |
| XML Element Name: | ValuationPrice |
| Parent Element: | ProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 1 | Ascii ID : - |
| Description: |
Valuation price(The internal field ID for this element is "BEWERT_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| XML Element Name: | FeeAssigment |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | FeeAssigmentFields |
| Parent Element: | FeeAssigment |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Item no. |
| XML Element Name: | PositionNumber |
| Parent Element: | FeeAssigmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POS_NR")
|
| XML Element Name: | FeeNumber |
| Parent Element: | FeeAssigmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "OGSD_ID")
|
| Designation |
| XML Element Name: | Description |
| Parent Element: | FeeAssigmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "OGSZP_DESCRIPTION")
|
| Productfile EAN Nr |
| XML Element Name: | ProductDataEANNumber |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductDataEANNumberFields |
| Parent Element: | ProductDataEANNumber |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| European Article No |
| XML Element Name: | EAN |
| Parent Element: | ProductDataEANNumberFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
European Article Number(The internal field ID for this element is "EAN_NR") |
| Storagelocation |
| XML Element Name: | StockAssignment |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | StockAssignmentFields |
| Parent Element: | StockAssignment |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Storage location no. |
| XML Element Name: | StockLocation |
| Parent Element: | StockAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Storage location number(The internal field ID for this element is "LAGER_ORT") |
| Stock area no. |
| XML Element Name: | BinLocation |
| Parent Element: | StockAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGER_PLATZ")
|
| Average cost price incl. procurement costs |
| XML Element Name: | AverageCostPriceWithProcurement |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Average cost price(The internal field ID for this element is "DURCH_EPREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Average cost price procurement costs component |
| XML Element Name: | AverageCostPriceProcurementPart |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DURCH_EPREIS_BEZKO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Minimum inventory |
| XML Element Name: | MinimumStock |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Minimum warehouse stock(The internal field ID for this element is "BESTELL_PKT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Order point |
| XML Element Name: | OrderPoint |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BESTELL_PK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Maximum inventory |
| XML Element Name: | MaximumStock |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Maximum warehouse stock(The internal field ID for this element is "MAX_BESTAND") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Product no. internal |
| XML Element Name: | ProductNumberInternal |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Product number internal(The internal field ID for this element is "ART_NR") |
| Warehouse stock |
| XML Element Name: | WarehouseStockTotal |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Warehouse stock(The internal field ID for this element is "LAGER_BESTAND") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity ordered |
| XML Element Name: | QuantityOrdered |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Quantity ordered(The internal field ID for this element is "MENGE_BESTELLT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity reserved |
| XML Element Name: | QuantityReservedTotal |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Quantity reserved(The internal field ID for this element is "MENGE_RESERV") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Supplier-no. |
| XML Element Name: | SupplierNumber |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Supplier no. of last receipt(The internal field ID for this element is "LIEF_NR") |
| Delivery time |
| XML Element Name: | DeliveryTime |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Delivery time of last receipt(The internal field ID for this element is "LIEF_ZEIT") |
| Last cost price incl. procurement costs |
| XML Element Name: | LastCostPriceWithProcurement |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Last cost price(The internal field ID for this element is "LIEF_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Date of last goods receipt |
| XML Element Name: | LastGoodsReceiptDate |
| Parent Element: | StockAssignmentFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Date of last receipt(The internal field ID for this element is "DATUM_WARENEING") |
| Lowest cost price incl. procurement costs |
| XML Element Name: | LowestCostPriceWithProcurement |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Lowest cost price(The internal field ID for this element is "LIEF_PREIS_T") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Date of lowest cost price |
| XML Element Name: | LowestCostPriceDate |
| Parent Element: | StockAssignmentFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Date of lowest cost price(The internal field ID for this element is "DAT_WARENEING_T") |
| LIFO price |
| XML Element Name: | LastInFirstOutPrice |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Last used LIFO price(The internal field ID for this element is "LIFO_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity production |
| XML Element Name: | QuantityProduction |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Quantity in production(The internal field ID for this element is "MENGE_INFERT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity backlog |
| XML Element Name: | QuantityBacklogTotal |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Quantity in backlog(The internal field ID for this element is "MENGE_RUECK") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Valuation price |
| XML Element Name: | ValuationPrice |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valuation price(The internal field ID for this element is "BEWERT_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Valuation key |
| XML Element Name: | ValuationKey |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valuation key flag, determines which price is taken into consideration if an evaluation is valuated by the valuation key price. Possible values: 1 average cost price 2 last cost price 3 lowest cost price 4 valuation price(The internal field ID for this element is "BEWERTSCHLUESS") |
| Valuation key price |
| XML Element Name: | ValuationKeyPrice |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valuation key price(The internal field ID for this element is "BEWSCHL_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Inventory flag |
| XML Element Name: | StocktakingFlag |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Inventory flag(The internal field ID for this element is "INV_FLAG") |
| Last G/L-price |
| XML Element Name: | LastGeneralLedgerPrice |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valuation price of the inventory account per unit(The internal field ID for this element is "LAST_FIBU_PREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity blocked |
| XML Element Name: | LotSNQuantityBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Blocked quantity from batch input(The internal field ID for this element is "MENGE_GESPERRT") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Cost centre inventory |
| XML Element Name: | CostCentreStocktaking |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Inventory cost centre(The internal field ID for this element is "KST_INVENTAR") |
| ISO-code supplier |
| XML Element Name: | ISOCodeSupplier |
| Parent Element: | StockAssignmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
ISO-code of the supplier(The internal field ID for this element is "LIEF_ISO") |
| Last cost price procurement costs component |
| XML Element Name: | LastCostPriceProcurementPart |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEF_PREIS_BEZKO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Lowest cost price procurement costs component |
| XML Element Name: | LowestCostPriceProcurementPart |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEF_PREIS_T_BEZKO")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Stock type |
| XML Element Name: | StockType |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGER_TYP")
|
| Inactive |
| XML Element Name: | Inactive |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBINAKTIV")
|
| Sales receipt blocked |
| XML Element Name: | SalesInBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBVKEGESPERRT")
|
| Sales outgoings blocked |
| XML Element Name: | SalesOutBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBVKAGESPERRT")
|
| Sales receipt blocked |
| XML Element Name: | PurchaseInBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBEKEGESPERRT")
|
| Purchase outgoings blocked |
| XML Element Name: | PurchaseOutBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBEKAGESPERRT")
|
| Production receipt blocked |
| XML Element Name: | ProductionInBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBPPEGESPERRT")
|
| Production outgoings blocked |
| XML Element Name: | ProductionOutBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBPPAGESPERRT")
|
| Internal stock receipt blocked |
| XML Element Name: | StockInBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBLAEGESPERRT")
|
| Internal stock outgoings blocked |
| XML Element Name: | StockOutBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBLAAGESPERRT")
|
| SCM receipt blocked |
| XML Element Name: | ServiceContractInBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBSVEGESPERRT")
|
| SCM outgoings blocked |
| XML Element Name: | ServiceContractOutBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBSVAGESPERRT")
|
| OPERATION CENTRE receipt blocked |
| XML Element Name: | OperationCentreInBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBWHEGESPERRT")
|
| OPERATION CENTRE outgoings blocked |
| XML Element Name: | OperationCentreOutBlocked |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBWHAGESPERRT")
|
| SCM address no. |
| XML Element Name: | ServiceContractAddressNumber |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SVMADR")
|
| SCM address contact |
| XML Element Name: | ServiceContractContact |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SVMAKP")
|
| SCM employee no. |
| XML Element Name: | ServiceContractEmployeeNumber |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SVMLPE")
|
| Reserve |
| XML Element Name: | OperationCentreCostCentre |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Never been used as far as we know(The internal field ID for this element is "RES_KST_WERKHOF") |
| Inactive for purchase disposition |
| XML Element Name: | InactiveForPurchasePlanning |
| Parent Element: | StockAssignmentFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CBNOEKDISPO")
|
| Cost centre stock |
| XML Element Name: | CostCentreStock |
| Parent Element: | StockAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KST_LAGER")
|
| Batch/SNO master data |
| XML Element Name: | LotSNData |
| Parent Element: | StockAssignment |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | LotSNDataFields |
| Parent Element: | LotSNData |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Batches/SNO |
| XML Element Name: | LotSN |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CHARGEN_NR")
|
| Batches/SNO sequence no. |
| XML Element Name: | LotSNSequenceNumber |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CHARGEN_FNR")
|
| Batch/SNO status |
| XML Element Name: | LotSNState |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible values: 1 Batch/SNO normal 2 Batch/SNO blocked 3 Batch/SNO sample stock 4 Batch/SNO archive(The internal field ID for this element is "STATUS") |
| Country of origin |
| XML Element Name: | CountryOfOrigin |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HERKUNFT_LAND")
|
| Entry date |
| XML Element Name: | EntryDate |
| Parent Element: | LotSNDataFields |
| Field Type: | Datum/Zeit (2006-08-08T10:16:54.509+02:00) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ERFDAT")
|
| Modification date |
| XML Element Name: | ModificationDate |
| Parent Element: | LotSNDataFields |
| Field Type: | Datum/Zeit (2006-08-08T10:16:54.509+02:00) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MUTDAT")
|
| Date of receipt |
| XML Element Name: | DateOfReceipt |
| Parent Element: | LotSNDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EINGDAT")
|
| Expiration date 1 |
| XML Element Name: | ExpirationDate1 |
| Parent Element: | LotSNDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERFALLDAT")
|
| Receipt type |
| XML Element Name: | ReceiptType |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determines the source of the batch/SNO receipt Possible values: 1 Purchase order 2 Order 3 Stock document 4 Production 5 Stocktaking 6 PPS 7 UPPS 8 QA(The internal field ID for this element is "EING_ART") |
| Receipt no. |
| XML Element Name: | ReceiptNumber |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Depending on the receipt type, it determines the purchase order, order, stock document, production, stocktaking or production order number.(The internal field ID for this element is "EING_NR") |
| Receipt BNo. |
| XML Element Name: | ReceiptBacklogNumber |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Depending on the receipt type, it determines the purchase order, order, stock document, production, stocktaking or production order backlog number.(The internal field ID for this element is "EING_RNR") |
| Receipt item no. |
| XML Element Name: | ReceiptItemNumber |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Item number within the original "order"(The internal field ID for this element is "EING_POS_NR") |
| Receipt set item no. |
| XML Element Name: | ReceiptItemSetNumber |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Set item number within the original "order"(The internal field ID for this element is "EING_POS_SETNR") |
| Receipt From (no.) |
| XML Element Name: | ReceiptFromNumber |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Depending on the field "Receipt from (type)", it determines the supplier, customer or internal address number(The internal field ID for this element is "EING_VON_NR") |
| Certificate |
| XML Element Name: | Certificate |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZEUGNIS")
|
| Origin code |
| XML Element Name: | OriginCode |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch origin code table code Reference to table no. 28 Warning: The table designation can be changed by the user.(The internal field ID for this element is "HERKUNFT_CD") |
| Quality cd |
| XML Element Name: | QualityCode |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Batch quality code table code Reference to table no. 29 Warning: The table designation can be changed by the user.(The internal field ID for this element is "QUALITAET_CD") |
| Remark 1 |
| XML Element Name: | Remark1 |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEMERKUNG")
|
| Remark 2 |
| XML Element Name: | Remark2 |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEMERKUNG2")
|
| Under inspection |
| XML Element Name: | UnderTest |
| Parent Element: | LotSNDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSQUARANTAENE")
|
| Retesting date |
| XML Element Name: | RetestDate |
| Parent Element: | LotSNDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "QSRETESTDATUM")
|
| Block deadline |
| XML Element Name: | BlockingPeriod |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Number of days during which the batch/SNO is blocked.(The internal field ID for this element is "CHG_QUAR_FRIST") |
| Expiration date 2 |
| XML Element Name: | ExpirationDate2 |
| Parent Element: | LotSNDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERFALLDAT2")
|
| Receipt From (ISO cd) |
| XML Element Name: | ReceiptFromISOCode |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Depending on the field "Receipt from (type)", it determines the supplier or customer currency(The internal field ID for this element is "EING_VON_ISOCODE") |
| Indiv. user field numeric 1 |
| XML Element Name: | IndividualNumeric1 |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BENNUM1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Indiv. user field numeric 2 |
| XML Element Name: | IndividualNumeric2 |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BENNUM2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Indiv. user field numeric 3 |
| XML Element Name: | IndividualNumeric3 |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BENNUM3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Remark 3 |
| XML Element Name: | Remark3 |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEMERKUNG3")
|
| Remark 4 |
| XML Element Name: | Remark4 |
| Parent Element: | LotSNDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEMERKUNG4")
|
| Available |
| XML Element Name: | Available |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERFUEGBAR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge Urspung |
| XML Element Name: | QuantityInitial |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE_URSPRUNG")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge Reserviert |
| XML Element Name: | QuantityReservedTotal |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE_RESERV")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge Bestellt |
| XML Element Name: | QuantityOrdered |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE_BESTELLT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Lagerbestand |
| XML Element Name: | WarehouseStockTotal |
| Parent Element: | LotSNDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGER_BESTAND")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Goods number assignment |
| XML Element Name: | GoodsNumberAssignment |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | GoodsNumberAssignmentFields |
| Parent Element: | GoodsNumberAssignment |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Type |
| XML Element Name: | Type |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Type for the different groups of goods(The internal field ID for this element is "TYP") |
| Valid from |
| XML Element Name: | ValidFrom |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Validity of group of goods from date(The internal field ID for this element is "GUELTIG_AB") |
| Goods no. |
| XML Element Name: | GoodsNumber |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 15 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
The customs tariff no. CH and DE has 8 digits.(The internal field ID for this element is "WA_NR") |
| Country of origin |
| XML Element Name: | CountryOfOrigin |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Intrastat sending: 2-digit ISO country code, e.g. DE, FR, IT etc.(The internal field ID for this element is "URSPRUNGSLAND") |
| Target country |
| XML Element Name: | TargetCountry |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Intrastat receipt 2-digit ISO country code, e.g. DE, FR, IT etc. applies to purchase(The internal field ID for this element is "BSTIMMUNGSLAND") |
| Assignment no. |
| XML Element Name: | AssignmentNumber |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Several assignments per article with different validity date(The internal field ID for this element is "ZUORDNUNG_NR") |
| Additional no. |
| XML Element Name: | AdditionalNumber |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 15 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "WA_ZUSATZ_NR")
|
| Conversion factor sales |
| XML Element Name: | ConversionFactorSales |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion factor sales(The internal field ID for this element is "FAKTOR1") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Conversion factor purchase |
| XML Element Name: | ConversionFactorPurchase |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion factor purchase (per supplier assignment, i.e. per EKO. This means that the assignment of the group of goods must be made per EKO.)(The internal field ID for this element is "FAKTOR2") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Source region |
| XML Element Name: | SourceRegion |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Intrastat sending: Source Bundesland, e.g. Bayern = 09 Berlin = 11, abroad = 99(The internal field ID for this element is "URSPRUNGSREGION") |
| Target region |
| XML Element Name: | TargetRegion |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Intrastat receipt Target Bundesland, e.g. Bayern = 09 Berlin = 11, abroad = 99(The internal field ID for this element is "BESTIMMUNGSREGION") |
| Valid to |
| XML Element Name: | ValidTo |
| Parent Element: | GoodsNumberAssignmentFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Validity of group of goods to date, can be empty.(The internal field ID for this element is "GUELTIG_BIS") |
| Object assignment |
| XML Element Name: | ObjectAssignment |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ObjectAssignmentFields |
| Parent Element: | ObjectAssignment |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Ordinal number |
| XML Element Name: | OrderNumber |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Using the ordinal number, the sequence can be determined.(The internal field ID for this element is "ORDERNR") |
| Path and file name |
| XML Element Name: | PathAndFilename |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 245 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERZEICHNIS")
|
| File type |
| XML Element Name: | FileType |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determines the type of the assigned project file Possible values: AVI = Video file BMP = Bitmap-file DOC = Word-file EMF = extended meta-file ICO = Icon-file WAV = Sound-file WMF = Meta-file XLS = Excel-file(The internal field ID for this element is "DATEI_TYP") |
| Shop Id |
| XML Element Name: | ShopIdentification |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SHOP_ID")
|
| Identification |
| XML Element Name: | Identification |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Definite identification number per product(The internal field ID for this element is "ID") |
| Designation |
| XML Element Name: | Designation |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 20 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZEICHNUNG")
|
| View |
| XML Element Name: | View |
| Parent Element: | ObjectAssignmentFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 20 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ANSICHT")
|
| Purchase data |
| XML Element Name: | PurchaseData |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PurchaseDataFields |
| Parent Element: | PurchaseData |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Supplier no. |
| XML Element Name: | SupplierNumber |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEF_NR")
|
| ISO code |
| XML Element Name: | Currency |
| Parent Element: | PurchaseDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ISOCODE")
|
| VAT code expenses |
| XML Element Name: | TaxCodeExpense |
| Parent Element: | PurchaseDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MWSTCD_AUF")
|
| VAT code stocktaking |
| XML Element Name: | TaxCodeStocktaking |
| Parent Element: | PurchaseDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MWSTCD_INV")
|
| Availability code |
| XML Element Name: | Availability |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERFUEGBAR_CD")
|
| Purchase unit trade |
| XML Element Name: | PurchaseUnitTrade |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Purchase unit trade(The internal field ID for this element is "EKE_HANDEL") |
| Purchase price unit trade |
| XML Element Name: | PurchasePriceUnitTrade |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Purchase price unit trade(The internal field ID for this element is "EPE_HANDEL") |
| Packing unit trade |
| XML Element Name: | PackingUnitTrade |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit trade(The internal field ID for this element is "VEE_HANDEL") |
| Purchase unit basis |
| XML Element Name: | PurchaseUnitBasis |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Purchase unit basis(The internal field ID for this element is "EKE_BASIS") |
| Purchase price unit basis |
| XML Element Name: | PurchasePriceUnitBasis |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Purchase price unit basis(The internal field ID for this element is "EPE_BASIS") |
| Packing unit basis |
| XML Element Name: | PackingUnitBasis |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Packing unit basis(The internal field ID for this element is "VEE_BASIS") |
| Purch. purch. price factor |
| XML Element Name: | PurchasePriceFactor |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Base conversion of purchase price into purchase price unit(The internal field ID for this element is "U_EKE_EPE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Purch. PU factor |
| XML Element Name: | PurchaseSalesUnitFactor |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion purchase unit basis into packing unit basis(The internal field ID for this element is "U_EKE_VEE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Purch. stock factor |
| XML Element Name: | PurchaseStockFactor |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Base conversion of purchase unit into stock unit(The internal field ID for this element is "U_EKE_GLE") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Run number |
| XML Element Name: | RunNumber |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EINTRAG_NR")
|
| Product no. supplier |
| XML Element Name: | ProductNumberSupplier |
| Parent Element: | PurchaseDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEF_ART_NRA")
|
| Product designation of supplier |
| XML Element Name: | ProductDesignationSupplier |
| Parent Element: | PurchaseDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEF_ART_BEZ")
|
| Price factor |
| XML Element Name: | PriceFactor |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion purchase unit trade into purchase price unit trade(The internal field ID for this element is "PREISFAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Delivery time planned |
| XML Element Name: | DeliveryTimeInDays |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEFFRIST")
|
| Delivery time actual |
| XML Element Name: | DeliveryTimeActual |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EFF_LIEFFRIST")
|
| Quality code |
| XML Element Name: | QualityCode |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ART_QUALITAET")
|
| Percentage acquisition costs |
| XML Element Name: | PercentageProcurementCost |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKBESCHKOPROZ")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Last purchase price |
| XML Element Name: | LastPurchasePrice |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREIS_LAST_EK")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Date of last purchase |
| XML Element Name: | LastPurchaseDate |
| Parent Element: | PurchaseDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUM_LAST_EK")
|
| Foreign currency rate |
| XML Element Name: | ForeignCurrencyRate |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FW_KURS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Date of lowest purchase |
| XML Element Name: | LowestPurchaseDate |
| Parent Element: | PurchaseDataFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUM_TIEF_EK")
|
| Lowest purchase price |
| XML Element Name: | LowestPurchasePrice |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREIS_TIEF_EK")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| EAN number |
| XML Element Name: | EAN |
| Parent Element: | PurchaseDataFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EAN_NR")
|
| Warning flag packing unit |
| XML Element Name: | PackingUnitWarningFlag |
| Parent Element: | PurchaseDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "CB_VERPACK_WARN")
|
| Packing factor |
| XML Element Name: | PackagingUnitFactor |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion purchase unit trade into packing unit trade(The internal field ID for this element is "VERPACKUNGS_FAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Stock factor |
| XML Element Name: | StockFactor |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Conversion purchase unit trade into base unit trade(The internal field ID for this element is "LAGERFAKTOR") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Euro rate |
| XML Element Name: | EuroCoefficient |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 6 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Fixed conversion of foreign currency into Euro if it is a Euro currency(The internal field ID for this element is "EURO_KURS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| ISO unit |
| XML Element Name: | ISOUnit |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Currency unit(The internal field ID for this element is "ISOEINH") |
| Procurement cost portion last purch. price |
| XML Element Name: | ProcurementPartLastCostPrice |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZKO_LAST_EK")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Procurement cost portion lowest purch. price |
| XML Element Name: | ProcurementPartLowestCostPrice |
| Parent Element: | PurchaseDataFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZKO_TIEF_EK")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Standard conditions allowed |
| XML Element Name: | StandardConditionAllowed |
| Parent Element: | PurchaseDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STANDARD_JN")
|
| Special conditions allowed |
| XML Element Name: | SpecialConditionAllowed |
| Parent Element: | PurchaseDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SPEZIAL_JN")
|
| Promotion conditions allowed |
| XML Element Name: | PromotionConditionAllowed |
| Parent Element: | PurchaseDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "AKTION_JN")
|
| Graduated conditions allowed |
| XML Element Name: | ScaledConditionAllowed |
| Parent Element: | PurchaseDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STAFFEL_JN")
|
| Purchase data per DIV |
| XML Element Name: | SupplierInformationPerDivision |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | SupplierInformationPerDivisionFields |
| Parent Element: | SupplierInformationPerDivision |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Division |
| XML Element Name: | Division |
| Parent Element: | SupplierInformationPerDivisionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIVISION")
|
| Supplier identification |
| XML Element Name: | SupplierABCType |
| Parent Element: | SupplierInformationPerDivisionFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ABC_KZ")
|
| Minimum purch. order quantity |
| XML Element Name: | MinimumPurchaseOrderQuantity |
| Parent Element: | SupplierInformationPerDivisionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MIN_BEST_MENGE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Maximum purch. order quantity |
| XML Element Name: | MaximumPurchaseOrderQuantity |
| Parent Element: | SupplierInformationPerDivisionFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MAX_BEST_MENGE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Product designation purchase |
| XML Element Name: | ProductDesignationPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductDesignationPurchaseFields |
| Parent Element: | ProductDesignationPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language code |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | ProductDesignationPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification
Language ISO code, e.g.
de German
en English
fr French
it Italian
es Spanish
(The internal field ID for this element is "SPR_CD")
|
| Designation 1 |
| XML Element Name: | Designation1 |
| Parent Element: | ProductDesignationPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 100 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BES1")
|
| Designation 2 |
| XML Element Name: | Designation2 |
| Parent Element: | ProductDesignationPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 100 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BES2")
|
| Texts ORDE supplier text |
| XML Element Name: | SupplierText |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Standard texts, product texts, assembly texts, header, footer and item texts, general texts, tables |
| Fields |
| XML Element Name: | SupplierTextFields |
| Parent Element: | SupplierText |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | SupplierTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Possible values e.g.: D German E English F French S Spanish I Italian(The internal field ID for this element is "SPR_CD") |
| Text no. |
| XML Element Name: | TextNumber |
| Parent Element: | SupplierTextFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
if header, footer, item or pruduct text 0-9 if work flow text WA_BEREICH: 0 General 1 Sales 2 Purchase 3 Stock 4 Production 7 Misc. documents sales 8 Misc. documents purchasing 9 Misc. documents base data(The internal field ID for this element is "TEXT_NR") |
| Text |
| XML Element Name: | Text |
| Parent Element: | SupplierTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTML_TEXT_LIEFERANT")
|
| List prices purchase |
| XML Element Name: | ListPricesPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ListPricesPurchaseFields |
| Parent Element: | ListPricesPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Valid from date |
| XML Element Name: | DateFrom |
| Parent Element: | ListPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUM_VON")
|
| Price |
| XML Element Name: | Price |
| Parent Element: | ListPricesPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VK_PREIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Special prices purchase |
| XML Element Name: | SpecialPricesPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | SpecialPricesPurchaseFields |
| Parent Element: | SpecialPricesPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | SpecialPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | SpecialPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Percentage/Amount |
| XML Element Name: | Price |
| Parent Element: | SpecialPricesPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Promotion prices purchase |
| XML Element Name: | PromotionPricesPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PromotionPricesPurchaseFields |
| Parent Element: | PromotionPricesPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | PromotionPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | PromotionPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Percentage/Amount |
| XML Element Name: | Price |
| Parent Element: | PromotionPricesPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Graduated prices purchase |
| XML Element Name: | ScaledPricesPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ScaledPricesPurchaseFields |
| Parent Element: | ScaledPricesPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | ScaledPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | ScaledPricesPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity/Amount to |
| XML Element Name: | Quantity |
| Parent Element: | ScaledPricesPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENG_BETR_BIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Percentage/Amount |
| XML Element Name: | Price |
| Parent Element: | ScaledPricesPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity flag |
| XML Element Name: | ConditionType |
| Parent Element: | ScaledPricesPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If quantity scale on graduated rebate/price (KOO.PLUS_MINUS_CD =1) 1 = Sales unit 2 = Sales price unit If rebate, promotion rebate, special rebate 0 = Sales unit (default) 1 = (Pre) packaging unit rebate If document rebate condition 0 = no subtotal 1 = Subtotal(The internal field ID for this element is "MENGEN_FLAG") |
| Standard rebates purchase |
| XML Element Name: | DiscountsPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | DiscountsPurchaseFields |
| Parent Element: | DiscountsPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | DiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | DiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | DiscountsPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | DiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Special rebates purchase |
| XML Element Name: | SpecialDiscountsPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | SpecialDiscountsPurchaseFields |
| Parent Element: | SpecialDiscountsPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | SpecialDiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | SpecialDiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | SpecialDiscountsPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | SpecialDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Promotion rebates purchase |
| XML Element Name: | PromotionDiscountsPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PromotionDiscountsPurchaseFields |
| Parent Element: | PromotionDiscountsPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | PromotionDiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | PromotionDiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | PromotionDiscountsPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | PromotionDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Graduated rebates purchase |
| XML Element Name: | ScaledDiscountsPurchase |
| Parent Element: | PurchaseData |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ScaledDiscountsPurchaseFields |
| Parent Element: | ScaledDiscountsPurchase |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity/Amount to |
| XML Element Name: | Quantity |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENG_BETR_BIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Absolute rebate amount |
| XML Element Name: | Absolute |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ABSOLUT_BETRAG")
|
| Quantity flag |
| XML Element Name: | QuantityFlag |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If quantity scale on graduated rebate/price (KOO.PLUS_MINUS_CD =1) 1 = Sales unit 2 = Sales price unit If rebate, promotion rebate, special rebate 0 = Sales unit (default) 1 = (Pre) packaging unit rebate If document rebate condition 0 = no subtotal 1 = Subtotal(The internal field ID for this element is "MENGEN_FLAG") |
| Free goods flag |
| XML Element Name: | DiscountInKind |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible on graduated rebate only(The internal field ID for this element is "NATURALRAB_FLAG") |
| Rounding type free goods |
| XML Element Name: | Rounding |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If free goods in % of sales units
1 = Round up
2 = Round down
3 = Round to the nearest whole number
(The internal field ID for this element is "NATURALRAB_RUNDART")
|
| Scaling |
| XML Element Name: | Scaling |
| Parent Element: | ScaledDiscountsPurchaseFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STAFFELUNG")
|
| Product designation sales |
| XML Element Name: | ProductDesignationSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ProductDesignationSalesFields |
| Parent Element: | ProductDesignationSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language code |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | ProductDesignationSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "SPR_CD")
|
| Designation 1 |
| XML Element Name: | Designation1 |
| Parent Element: | ProductDesignationSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 100 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BES1")
|
| Designation 2 |
| XML Element Name: | Designation2 |
| Parent Element: | ProductDesignationSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 100 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BES2")
|
| Texts ORDE sales text |
| XML Element Name: | ProductTextSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Standard texts, product texts, assembly texts, header, footer and item texts, general texts, tables |
| Fields |
| XML Element Name: | ProductTextSalesFields |
| Parent Element: | ProductTextSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | ProductTextSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Possible values e.g.: D German E English F French S Spanish I Italian(The internal field ID for this element is "SPR_CD") |
| Text no. |
| XML Element Name: | TextNumber |
| Parent Element: | ProductTextSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
if header, footer, item or pruduct text 0-9 if work flow text WA_BEREICH: 0 General 1 Sales 2 Purchase 3 Stock 4 Production 7 Misc. documents sales 8 Misc. documents purchasing 9 Misc. documents base data(The internal field ID for this element is "TEXT_NR") |
| Text |
| XML Element Name: | Text |
| Parent Element: | ProductTextSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTML_TEXT")
|
| Texts ORDE supplier text general |
| XML Element Name: | PurchaseText |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Standard texts, product texts, assembly texts, header, footer and item texts, general texts, tables |
| Fields |
| XML Element Name: | PurchaseTextFields |
| Parent Element: | PurchaseText |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | PurchaseTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Possible values e.g.: D German E English F French S Spanish I Italian(The internal field ID for this element is "SPR_CD") |
| Text no. |
| XML Element Name: | TextNumber |
| Parent Element: | PurchaseTextFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
if header, footer, item or pruduct text 0-9 if work flow text WA_BEREICH: 0 General 1 Sales 2 Purchase 3 Stock 4 Production 7 Misc. documents sales 8 Misc. documents purchasing 9 Misc. documents base data(The internal field ID for this element is "TEXT_NR") |
| Text |
| XML Element Name: | Text |
| Parent Element: | PurchaseTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTML_TEXT_GENERELL")
|
| Standard stock |
| XML Element Name: | StandardStock |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | StandardStockFields |
| Parent Element: | StandardStock |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Division |
| XML Element Name: | Division |
| Parent Element: | StandardStockFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DIVISION")
|
| Storage location sales outgoings |
| XML Element Name: | StockLocationSalesOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_VKA")
|
| Storage area sales outgoing |
| XML Element Name: | BinLocationSalesOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_VKA")
|
| Storage location sales receipts |
| XML Element Name: | StockLocationSalesIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_VKE")
|
| Storage area sales incoming |
| XML Element Name: | BinLocationSalesIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_VKE")
|
| Storage location purchase outgoings |
| XML Element Name: | StockLocationPurchaseOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_EKA")
|
| Storage area purchase outgoing |
| XML Element Name: | BinLocationPurchaseOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_EKA")
|
| Storage location purchase receipts |
| XML Element Name: | StockLocationPurchaseIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_EKE")
|
| Storage area purchase incoming |
| XML Element Name: | BinLocationPurchaseIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_EKE")
|
| Storage location stock management outgoings |
| XML Element Name: | StockLocationStockManagementOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_LAA")
|
| Storage area stock management outgoing |
| XML Element Name: | BinLocationStockManagementOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_LAA")
|
| Storage location stock management receipts |
| XML Element Name: | StockLocationStockManagementIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_LAE")
|
| Storage area stock management incoming |
| XML Element Name: | BinLocationStockManagementIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_LAE")
|
| Storage location PPS outgoings |
| XML Element Name: | StockLocationProductionOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_PPA")
|
| Storage area PPS outgoing |
| XML Element Name: | BinLocationProductionOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_PPA")
|
| Storage location PPS receipts |
| XML Element Name: | StockLocationProductionIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_PPE")
|
| Storage area PPS incoming |
| XML Element Name: | BinLocationProductionIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_PPE")
|
| Storage location SCM outgoings |
| XML Element Name: | StockLocationServiceContractOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_SVA")
|
| Storage area SCM outgoing |
| XML Element Name: | BinLocationServiceContractOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_SVA")
|
| Storage location SCM receipts |
| XML Element Name: | StockLocationServiceContractIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_SVE")
|
| Storage area SCM incoming |
| XML Element Name: | BinLocationServiceContractIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_SVE")
|
| Storage loc. AbaBuild outgoings |
| XML Element Name: | StockLocationBuildingOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_BAUA")
|
| Storage area AbaBuild outgoing |
| XML Element Name: | BinLocationBuildingOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_BAUA")
|
| Storage loc. AbaBuild receipts |
| XML Element Name: | StockLocationBuildingIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_BAUE")
|
| Storage area AbaBuild incoming |
| XML Element Name: | BinLocationBuildingIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_BAUE")
|
| Storage loc. project outgoings |
| XML Element Name: | StockLocationAbaProjectOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_PRA")
|
| Storage area Project outgoing |
| XML Element Name: | BinLocationAbaProjectOut |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_PRA")
|
| Storage loc. project receipts |
| XML Element Name: | StockLocationAbaProjectIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAO_PRE")
|
| Storage area Project incoming |
| XML Element Name: | BinLocationAbaProjectIn |
| Parent Element: | StandardStockFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAP_PRE")
|
| List prices sales |
| XML Element Name: | ListPricesSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ListPricesSalesFields |
| Parent Element: | ListPricesSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Valid from date |
| XML Element Name: | DateFrom |
| Parent Element: | ListPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUM_VON")
|
| Price |
| XML Element Name: | Price |
| Parent Element: | ListPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VK_PREIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| XML Element Name: | Division |
| Parent Element: | ListPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : 1 |
| Description: |
(The internal field ID for this element is "GSB_NR")
|
| Fixed prices sales |
| XML Element Name: | PriceListsSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PriceListsSalesFields |
| Parent Element: | PriceListsSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fixed price number |
| XML Element Name: | PriceListNumber |
| Parent Element: | PriceListsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Types 1 - 10: Fixed price number Typ 11: Shared cost rate 1 to n(The internal field ID for this element is "PREIS_NR") |
| Valid from date |
| XML Element Name: | DateFrom |
| Parent Element: | PriceListsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUM_VON")
|
| Price |
| XML Element Name: | Price |
| Parent Element: | PriceListsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VK_PREIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price currency |
| XML Element Name: | Currency |
| Parent Element: | PriceListsSalesFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ISO_CD")
|
| V.A.T. Code |
| XML Element Name: | TaxCode |
| Parent Element: | PriceListsSalesFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MWSTCD")
|
| Overhead cost rate |
| XML Element Name: | OverheadRate |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | OverheadRateFields |
| Parent Element: | OverheadRate |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Valid from date |
| XML Element Name: | DateValidFrom |
| Parent Element: | OverheadRateFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUM_VON")
|
| Stima |
| XML Element Name: | Rate |
| Parent Element: | OverheadRateFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VK_PREIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Special prices sales |
| XML Element Name: | SpecialPricesSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | SpecialPricesSalesFields |
| Parent Element: | SpecialPricesSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | SpecialPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | SpecialPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Percentage/Amount |
| XML Element Name: | Price |
| Parent Element: | SpecialPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Promotion prices sales |
| XML Element Name: | PromotionPricesSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PromotionPricesSalesFields |
| Parent Element: | PromotionPricesSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | PromotionPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | PromotionPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Percentage/Amount |
| XML Element Name: | Price |
| Parent Element: | PromotionPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Graduated prices sales |
| XML Element Name: | ScaledPricesSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ScaledPricesSalesFields |
| Parent Element: | ScaledPricesSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | ScaledPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | ScaledPricesSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity/Amount to |
| XML Element Name: | Quantity |
| Parent Element: | ScaledPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENG_BETR_BIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity flag |
| XML Element Name: | ConditionType |
| Parent Element: | ScaledPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If quantity scale on graduated rebate/price (KOO.PLUS_MINUS_CD =1) 1 = Sales unit 2 = Sales price unit If rebate, promotion rebate, special rebate 0 = Sales unit (default) 1 = (Pre) packaging unit rebate If document rebate condition 0 = no subtotal 1 = Subtotal(The internal field ID for this element is "MENGEN_FLAG") |
| Percentage/Amount |
| XML Element Name: | Price |
| Parent Element: | ScaledPricesSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Standard rebates sales |
| XML Element Name: | DiscountsSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | DiscountsSalesFields |
| Parent Element: | DiscountsSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | DiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | DiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | DiscountsSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | DiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Special rebates sales |
| XML Element Name: | SpecialDiscountsSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | SpecialDiscountsSalesFields |
| Parent Element: | SpecialDiscountsSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | SpecialDiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | SpecialDiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | SpecialDiscountsSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | SpecialDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Promotion rebates sales |
| XML Element Name: | PromotionDiscountsSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PromotionDiscountsSalesFields |
| Parent Element: | PromotionDiscountsSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | PromotionDiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | PromotionDiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | PromotionDiscountsSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | PromotionDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Graduated rebates sales |
| XML Element Name: | ScaledDiscountsSales |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ScaledDiscountsSalesFields |
| Parent Element: | ScaledDiscountsSales |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid from date(The internal field ID for this element is "DATUM_VON") |
| Date to |
| XML Element Name: | DateTo |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Valid up to date(The internal field ID for this element is "DATUM_BIS") |
| Quantity/Amount to |
| XML Element Name: | Quantity |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENG_BETR_BIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity flag/Amount flag |
| XML Element Name: | ConditionType |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
<> 1: Rebate in percent == 1: Rebate in condition currency If fixed quantity price scale or fixed quantity rebate scale == 1: Fixed quantity/amount == 2: rebate in condition currency(The internal field ID for this element is "MENG_BETR_CD") |
| Percentage/Amount |
| XML Element Name: | Percentage |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZ_BETR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Absolute rebate amount |
| XML Element Name: | Absolute |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ABSOLUT_BETRAG")
|
| Quantity flag |
| XML Element Name: | QuantityFlag |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If quantity scale on graduated rebate/price (KOO.PLUS_MINUS_CD =1) 1 = Sales unit 2 = Sales price unit If rebate, promotion rebate, special rebate 0 = Sales unit (default) 1 = (Pre) packaging unit rebate If document rebate condition 0 = no subtotal 1 = Subtotal(The internal field ID for this element is "MENGEN_FLAG") |
| Free goods flag |
| XML Element Name: | DiscountInKind |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible on graduated rebate only(The internal field ID for this element is "NATURALRAB_FLAG") |
| Rounding type free goods |
| XML Element Name: | Rounding |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If free goods in % of sales units
1 = Round up
2 = Round down
3 = Round to the nearest whole number
(The internal field ID for this element is "NATURALRAB_RUNDART")
|
| Scaling |
| XML Element Name: | Scaling |
| Parent Element: | ScaledDiscountsSalesFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 1 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STAFFELUNG")
|
| Parts list header data |
| XML Element Name: | PartsListHeader |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PartsListHeaderFields |
| Parent Element: | PartsListHeader |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Variant number |
| XML Element Name: | VariantNumber |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STLVARIANTENNR")
|
| Client no. |
| XML Element Name: | CustomerNumber |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KUNDENNR")
|
| Client ISO-code |
| XML Element Name: | CustomerCode |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KUNDENISO")
|
| Sequence no. |
| XML Element Name: | ProcessFlowNumber |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Number of sequence control(The internal field ID for this element is "ABLNR") |
| Calculation schema |
| XML Element Name: | CalculationScheme |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKSCHEMA")
|
| Manual PL variant number |
| XML Element Name: | ManualPartsListVariantNumber |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GENSTLVARNR")
|
| Duplicate optimum lot size |
| XML Element Name: | DuplicateOptimumLotSize |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "OPTIMALESLOS_SF")
|
| Constant material surcharge |
| XML Element Name: | SurchargeMaterialConstant |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Constant surcharge on start quantity(The internal field ID for this element is "ZUSMATERIALKONST") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Percentage material surcharge |
| XML Element Name: | SurchargeMaterialPercentage |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Percentage surcharge on start quantity(The internal field ID for this element is "ZUSMATERIALPROZ") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Constant labour surcharge |
| XML Element Name: | SurchargeWorkConstant |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Constant surcharge on start quantity(The internal field ID for this element is "ZUSARBEITKONST") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Percentage labour surcharge |
| XML Element Name: | SurchargeWorkPercentage |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Percentage surcharge on start quantity(The internal field ID for this element is "ZUSARBEITPROZ") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Sequence no. dismantlings |
| XML Element Name: | DismantleProcessFlowNumber |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Number of sequence control(The internal field ID for this element is "ABLNR_DEMONTAGEN") |
| Optimal batch target quantity |
| XML Element Name: | OptimumLotTargetQuantity |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Optimal batch, target quantity(The internal field ID for this element is "OPTIMALESLOS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Classification |
| XML Element Name: | Classification |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KLASSIERUNG")
|
| Drawing number |
| XML Element Name: | DrawingNumber |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZEICHNUNGSNR")
|
| Calculation price |
| XML Element Name: | CalculationPrice |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKPREIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Created by |
| XML Element Name: | CreatedBy |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
User number of creator(The internal field ID for this element is "ERSTELLTDURCH") |
| Created on |
| XML Element Name: | CreationDate |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Datum/Zeit (2006-08-08T10:16:54.509+02:00) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Date and time of creation(The internal field ID for this element is "ERSTELLTAM") |
| Mutated by |
| XML Element Name: | ModifiedBy |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
User number(The internal field ID for this element is "MUTIERTDURCH") |
| Mutated on |
| XML Element Name: | ModificationDate |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Datum/Zeit (2006-08-08T10:16:54.509+02:00) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Date and time of mutation(The internal field ID for this element is "MUTIERTAM") |
| Lock flag |
| XML Element Name: | Locked |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GESPERRT")
|
| Individual Text 1 |
| XML Element Name: | IndividualText1 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT1")
|
| Individual Text 2 |
| XML Element Name: | IndividualText2 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT2")
|
| Individual Text 3 |
| XML Element Name: | IndividualText3 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT3")
|
| Individual Text 4 |
| XML Element Name: | IndividualText4 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT4")
|
| Individual Text 5 |
| XML Element Name: | IndividualText5 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT5")
|
| Individual numerical 1 |
| XML Element Name: | IndividualNumeric1 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 2 |
| XML Element Name: | IndividualNumeric2 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 3 |
| XML Element Name: | IndividualNumeric3 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 4 |
| XML Element Name: | IndividualNumeric4 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 5 |
| XML Element Name: | IndividualNumeric5 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual date 1 |
| XML Element Name: | IndividualDate1 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT1")
|
| Individual date 2 |
| XML Element Name: | IndividualDate2 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT2")
|
| Individual date 3 |
| XML Element Name: | IndividualDate3 |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT3")
|
| Factor |
| XML Element Name: | Factor |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Multiplier(The internal field ID for this element is "FACHZAHL") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Parts list variant generation |
| XML Element Name: | PartsListVariantGeneration |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determination of parts list variant at generation of suborders(The internal field ID for this element is "GENSTLVAROPT") |
| Minimum lot size |
| XML Element Name: | MininumLotSize |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MINIMALESLOS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Maximum lot size |
| XML Element Name: | MaximumLotSize |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MAXIMALESLOS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Transfer yield quantity of finished work items to subsequent items |
| XML Element Name: | WorkStartQuantity |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STARTMENGE_POSFERTIG")
|
| Transfer changed start quantity of work item to material items |
| XML Element Name: | MaterialStartQuantity |
| Parent Element: | PartsListHeaderFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STARTMENGE_ARBAUFMAT")
|
| Texts UPPS header designation parts list |
| XML Element Name: | PartsListHeaderDesignation |
| Parent Element: | PartsListHeader |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Tabletexts, header and footer texts |
| Fields |
| XML Element Name: | PartsListHeaderDesignationFields |
| Parent Element: | PartsListHeaderDesignation |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | PartsListHeaderDesignationFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Language ISO code, e.g. de German en English fr French it Italian es Spanish(The internal field ID for this element is "SPR_CD") |
| Text |
| XML Element Name: | Text |
| Parent Element: | PartsListHeaderDesignationFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 16288 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Text in format RTF (RichTextFormat)(The internal field ID for this element is "TEXT") |
| Texts UPPS header texts parts list |
| XML Element Name: | PartsListHeaderText |
| Parent Element: | PartsListHeader |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Tabletexts, header and footer texts |
| Fields |
| XML Element Name: | PartsListHeaderTextFields |
| Parent Element: | PartsListHeaderText |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | PartsListHeaderTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Language ISO code, e.g. de German en English fr French it Italian es Spanish(The internal field ID for this element is "SPR_CD") |
| Text |
| XML Element Name: | Text |
| Parent Element: | PartsListHeaderTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTMLTEXT")
|
| Parts lists items |
| XML Element Name: | PartsListItem |
| Parent Element: | PartsListHeader |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PartsListItemFields |
| Parent Element: | PartsListItem |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Item type |
| XML Element Name: | ItemType |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSTYP")
|
| Item no. |
| XML Element Name: | ItemNumber |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSNR")
|
| Product type item |
| XML Element Name: | ProductTypeItem |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PRODTYPPOS")
|
| Product no. item |
| XML Element Name: | ProductNumberItem |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PRODNRAPOS")
|
| Product variant no. item |
| XML Element Name: | ProductVariantNumberItem |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Product variant number item(The internal field ID for this element is "PRODVARIANTENNRPOS") |
| Resource no. |
| XML Element Name: | ResourceNumber |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RESSOURCENNR")
|
| Resource type |
| XML Element Name: | ResourceType |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RESSOURCENTYP")
|
| Service number |
| XML Element Name: | ServiceNumber |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLEINRA")
|
| Service type |
| XML Element Name: | ServiceType |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLEITYP")
|
| Service variant no. |
| XML Element Name: | ServiceVariantNumber |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Service variant number(The internal field ID for this element is "EXTLEIVARIANTENNR") |
| Labour item |
| XML Element Name: | WorkItem |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
assigned labour item (on material items)(The internal field ID for this element is "ARBEITSPOSNR") |
| Surcharge in percent |
| XML Element Name: | SurchargePercentage |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Surcharge on start quantity in percent(The internal field ID for this element is "ZUSCHLAGPROZ") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Constant surcharge |
| XML Element Name: | SurchargeConstant |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Constant surcharge on start quantity(The internal field ID for this element is "ZUSCHLAGKONST") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Fixed waiting time |
| XML Element Name: | WaitTimeFixed |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Time in hours(The internal field ID for this element is "LIEGEZEITFIX") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Variable waiting time |
| XML Element Name: | WaitTimeVariable |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEGEZEITVAR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Flowing reference value |
| XML Element Name: | QuantityTimeValueFloating |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEZEITBEZGRFL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Step-variable reference value |
| XML Element Name: | QuantityTimeValueFixedStep |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEZEITBEZGRSF")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Workstations |
| XML Element Name: | Workplaces |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ARBEITSPLAETZE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Conversion factor |
| XML Element Name: | ConversionFactor |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTFAKTOR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity/time flowing per unit |
| XML Element Name: | QuantityTimeFloating |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEZEITFL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Constant quantity/setup time |
| XML Element Name: | QuantitySetupTimeConstant |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEZEITKONST")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Step-variable quantity/time per unit |
| XML Element Name: | QuantityTimeFixedStep |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEZEITSF")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Rounding type |
| XML Element Name: | RoundingType |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RUNDUNGSTYP")
|
| Materials management type |
| XML Element Name: | MaterialManagementType |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MATBEWART")
|
| Pre-calculation option |
| XML Element Name: | PrecalculationOption |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VORKALKOPT")
|
| Standardlagertyp Hauptalger Kalkulation |
| XML Element Name: | StandardStockType |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STD_LAGER_TYP")
|
| Process restriction |
| XML Element Name: | Restriction |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Activated in production order only(The internal field ID for this element is "EINSCHRAENKUNG") |
| Restriction type |
| XML Element Name: | RestrictionType |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EINSCHRSUBTYP")
|
| External supplier no. |
| XML Element Name: | ExternalSupplierNumber |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLIEFNR")
|
| External supplier ISO-code |
| XML Element Name: | ExternalSupplierISOCode |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLIEFISO")
|
| Execute pricing |
| XML Element Name: | ExecutePriceFinding |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTPREISFIND")
|
| Purchase unit external service |
| XML Element Name: | EXTEKE |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTEKE")
|
| Purchase price unit external service |
| XML Element Name: | EXTEPE |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTEPE")
|
| rice factor |
| XML Element Name: | EXTPREISFAKTOR |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTPREISFAKTOR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Text module |
| XML Element Name: | TextModule |
| Parent Element: | PartsListItemFields |
| Field Type: | GUID |
| Action Type: | Import und Export |
| Field Length: 36 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TEXTBAUSTEIN")
|
| Parts list variant generation |
| XML Element Name: | PartsListVariantGeneration |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determination of parts list variant at generation of suborders(The internal field ID for this element is "GENSTLVAROPT") |
| Manual PL variant number |
| XML Element Name: | ManualPartsListVariantNumber |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GENSTLVARNR")
|
| Storage location |
| XML Element Name: | StockLocation |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGERORT")
|
| Storage area |
| XML Element Name: | BinLocation |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGERPLATZ")
|
| Manual MOC rate |
| XML Element Name: | ManualOverheadRate |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MGKSATZMANU")
|
| Material overhead costs rate in % |
| XML Element Name: | MaterialOverheadCostPercentage |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MGKSATZ")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Relevant for proportional entry |
| XML Element Name: | ProportionalEntryRelevance |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS_PROPBUCHUNG")
|
| Management by CAD system |
| XML Element Name: | CadSystemManagement |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS_VERWALTUNGCAD")
|
| Withdrawal superior order at finished report suborder |
| XML Element Name: | WithdrawalAtFinishedReportFlag |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS_RUECK_BEI_FERTIG")
|
| Consider calender provided resources |
| XML Element Name: | ConsiderCalenderResources |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS_KALENDERBERUECKSICHTIGEN")
|
| Reworking |
| XML Element Name: | ReworkFlag |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS_NACHARBEIT")
|
| External price per unit |
| XML Element Name: | PriceExternalPerUnit |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTPREISPROEHT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Material/time formula |
| XML Element Name: | MaterialTimeFormula |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
ID from file OKE with OKE.Type = MATUSP(The internal field ID for this element is "MENGEZEITFORMEL") |
| Material variant |
| XML Element Name: | MaterialVariant |
| Parent Element: | PartsListItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ISVARIANTE")
|
| Manual price |
| XML Element Name: | ManualPrice |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Price for calculation(The internal field ID for this element is "MANPREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Fixed additional costs |
| XML Element Name: | SupplementaryCostsFixed |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSKOSTENFIX")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Additional costs per unit |
| XML Element Name: | SupplementaryCostsPerUnit |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSKOSTENPROEHT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Des 1 |
| XML Element Name: | SupplementaryCostDesignation1 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSKOSTENBEZ")
|
| Individual Text 1 |
| XML Element Name: | IndividualText1 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT1")
|
| Individual Text 2 |
| XML Element Name: | IndividualText2 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT2")
|
| Individual Text 3 |
| XML Element Name: | IndividualText3 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT3")
|
| Individual Text 4 |
| XML Element Name: | IndividualText4 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT4")
|
| Individual Text 5 |
| XML Element Name: | IndividualText5 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT5")
|
| Individual numerical 1 |
| XML Element Name: | IndividualNumeric1 |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 2 |
| XML Element Name: | IndividualNumeric2 |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 3 |
| XML Element Name: | IndividualNumeric3 |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 4 |
| XML Element Name: | IndividualNumeric4 |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 5 |
| XML Element Name: | IndividualNumeric5 |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual date 1 |
| XML Element Name: | IndividualDate1 |
| Parent Element: | PartsListItemFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT1")
|
| Individual date 2 |
| XML Element Name: | IndividualDate2 |
| Parent Element: | PartsListItemFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT2")
|
| Individual date 3 |
| XML Element Name: | IndividualDate3 |
| Parent Element: | PartsListItemFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT3")
|
| Flags |
| XML Element Name: | Flags |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS")
|
| Desi 2 |
| XML Element Name: | SupplementaryCostDesignation2 |
| Parent Element: | PartsListItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSKOSTENBEZ2")
|
| Factor |
| XML Element Name: | Factor |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FACHZAHL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| XML Element Name: | ProportionalBooking |
| Parent Element: | PartsListItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : 1 |
| Description: |
(The internal field ID for this element is "PROPBUCHUNG")
|
| Texts UPPS item texts parts list |
| XML Element Name: | PartsListItemText |
| Parent Element: | PartsListItem |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Tabletexts, header and footer texts |
| Fields |
| XML Element Name: | PartsListItemTextFields |
| Parent Element: | PartsListItemText |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | PartsListItemTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Language ISO code, e.g. de German en English fr French it Italian es Spanish(The internal field ID for this element is "SPR_CD") |
| Text no. |
| XML Element Name: | TextNumber |
| Parent Element: | PartsListItemTextFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible are text no. from 0 - 9(The internal field ID for this element is "TEXT_NR") |
| Text |
| XML Element Name: | Text |
| Parent Element: | PartsListItemTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTMLTEXT")
|
| Parts lists predecessor item |
| XML Element Name: | PartsListPrecedingItem |
| Parent Element: | PartsListItem |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PartsListPrecedingItemFields |
| Parent Element: | PartsListPrecedingItem |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Item type predecessor |
| XML Element Name: | ItemTypePrecedingItem |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RPOSTYP")
|
| Item no. predecessor |
| XML Element Name: | ItemNumberPrecedingItem |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RPOSNR")
|
| Overlapping type |
| XML Element Name: | OverlappingType |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "UEBERLAPPUNGSTYP")
|
| Item type |
| XML Element Name: | ItemType |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSTYP")
|
| Item no. |
| XML Element Name: | ItemNumber |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSNR")
|
| Overlapping percentage |
| XML Element Name: | OverlappingPercentage |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "UEBERLAPPUNGPROZ")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Overlapping in hours |
| XML Element Name: | OverlappingInHours |
| Parent Element: | PartsListPrecedingItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "UEBERLAPPUNGKONST")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Parts lists variants |
| XML Element Name: | PartsListVariant |
| Parent Element: | PartsListItem |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PartsListVariantFields |
| Parent Element: | PartsListVariant |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Variant item no. |
| XML Element Name: | VariantItemNumber |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RPOSNR")
|
| Product type item |
| XML Element Name: | ProductTypeItem |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PRODTYPPOS")
|
| Product no. item |
| XML Element Name: | ProductNumberItem |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
16 digit alphanumerical product number The product number is definite in all product types.(The internal field ID for this element is "PRODNRAPOS") |
| Resource no. |
| XML Element Name: | ResourceNumber |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RESSOURCENNR")
|
| Variant group parts list |
| XML Element Name: | PartsListVariantGroup |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STLVARIANTENGRPNR")
|
| Product variant no. item |
| XML Element Name: | ProductVariantNumberItem |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Product variant number item(The internal field ID for this element is "PRODVARIANTENNRPOS") |
| Labour item |
| XML Element Name: | WorkItem |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ARBEITSPOSNR")
|
| External supplier no |
| XML Element Name: | ExternalSupplierNumber |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLIEFNR")
|
| External supplier ISO-code |
| XML Element Name: | ExternalSupplierISOCode |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLIEFISO")
|
| Service type |
| XML Element Name: | ServiceType |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLEITYP")
|
| Service number |
| XML Element Name: | ServiceNumber |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLEINRA")
|
| Execute pricing |
| XML Element Name: | ExecutePriceDetermination |
| Parent Element: | PartsListVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTPREISFIND")
|
| Purchase unit external service |
| XML Element Name: | EXTEKE |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTEKE")
|
| Purchase price unit external service |
| XML Element Name: | EXTEPE |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTEPE")
|
| Price factor |
| XML Element Name: | EXTPREISFAKTOR |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTPREISFAKTOR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Materials management type |
| XML Element Name: | MaterialManagementType |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MATBEWART")
|
| Pre-calculation option |
| XML Element Name: | PrecalculationOption |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VORKALKOPT")
|
| Standard stock type main stock calculation |
| XML Element Name: | StandardStockType |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STD_LAGER_TYP")
|
| Parts list variant generation |
| XML Element Name: | PartsListVariantGeneration |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Determination of parts list variant at generation of suborders(The internal field ID for this element is "GENSTLVAROPT") |
| Manual PL variant number |
| XML Element Name: | PartsListVariantNumberGeneration |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GENSTLVARNR")
|
| Storage location |
| XML Element Name: | StockLocation |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGERORT")
|
| Storage area |
| XML Element Name: | BinLocation |
| Parent Element: | PartsListVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LAGERPLATZ")
|
| Quantity flowing per unit |
| XML Element Name: | QuantityFloating |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Flowing reference value |
| XML Element Name: | QuantityValueFloating |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGRFL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Constant quantity |
| XML Element Name: | QuantityConstant |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEKONST")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Step-variable quantity per unit |
| XML Element Name: | QuantityFixedStep |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGESF")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Step-variable reference value |
| XML Element Name: | QuantityValueFixedStep |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGRSF")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Material formula |
| XML Element Name: | QuantityFormula |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
OKE ID with type MATUSV(The internal field ID for this element is "MENGEFORMEL") |
| Material overhead costs rate in % |
| XML Element Name: | MaterialOverheadCostPercentage |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MGKSATZ")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Manual MOC rate |
| XML Element Name: | ManualOverheadRate |
| Parent Element: | PartsListVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MGKSATZMANU")
|
| Constant surcharge |
| XML Element Name: | SurchargeConstant |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge in percent |
| XML Element Name: | SurchargePercentage |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Manual price |
| XML Element Name: | ManualPrice |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Price for calculation(The internal field ID for this element is "MANPREIS") The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Workstations |
| XML Element Name: | Workplaces |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ARBEITSPLAETZE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Ressource type |
| XML Element Name: | ResourceType |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RESSOURCENTYP")
|
| Fixed waiting time |
| XML Element Name: | WaitTimeFixed |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEGEZEITFIX")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Variable waiting time |
| XML Element Name: | WaitTimeVariable |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LIEGEZEITVAR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Service variant no. |
| XML Element Name: | ServiceNumberVariant |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTLEIVARIANTENNR")
|
| External price per unit |
| XML Element Name: | PriceExternalPerUnit |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTPREISPROEHT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Conversion factor |
| XML Element Name: | ConversionFactor |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "EXTFAKTOR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Factor |
| XML Element Name: | Factor |
| Parent Element: | PartsListVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FACHZAHL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Parts lists provided resources |
| XML Element Name: | PartsListProvidedResource |
| Parent Element: | PartsListItem |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | PartsListProvidedResourceFields |
| Parent Element: | PartsListProvidedResource |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Item no. provided resource |
| XML Element Name: | ItemNumberProvidedResource |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "APOSNR")
|
| Resource no. |
| XML Element Name: | ResourceNumber |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RESSOURCENNR")
|
| Workstations |
| XML Element Name: | Workplaces |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ARBEITSPLAETZE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Provision type |
| XML Element Name: | BEISTELLTYP |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEISTELLTYP")
|
| Percentage setup time |
| XML Element Name: | PercentSetupTime |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZENTTR")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Percentage runtime |
| XML Element Name: | PercentLeadTime |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZENTTE")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Step-variable percentage |
| XML Element Name: | PercentFixedStep |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZENTSF")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Book proportionally over the total planned time |
| XML Element Name: | ProportionalBookingTotalTime |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS_PROPBUCHUNGTOTALZEIT")
|
| Text module |
| XML Element Name: | TextModule |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | GUID |
| Action Type: | Import und Export |
| Field Length: 36 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TEXTBAUSTEIN")
|
| Item type |
| XML Element Name: | ItemType |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSTYP")
|
| Item no. |
| XML Element Name: | ItemNumber |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSNR")
|
| Resource type |
| XML Element Name: | ResourceType |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "RESSOURCENTYP")
|
| Percentage formula |
| XML Element Name: | PercentFormula |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PROZENTFORMEL")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Flags |
| XML Element Name: | Flags |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FLAGS")
|
| Individual Text 1 |
| XML Element Name: | IndividualText1 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT1")
|
| Individual Text 2 |
| XML Element Name: | IndividualText2 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT2")
|
| Individual Text 3 |
| XML Element Name: | IndividualText3 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT3")
|
| Individual Text 4 |
| XML Element Name: | IndividualText4 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT4")
|
| Individual Text 5 |
| XML Element Name: | IndividualText5 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 50 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVTEXT5")
|
| Individual numerical 1 |
| XML Element Name: | IndividualNumeric1 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 2 |
| XML Element Name: | IndividualNumeric2 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 3 |
| XML Element Name: | IndividualNumeric3 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 4 |
| XML Element Name: | IndividualNumeric4 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual numerical 5 |
| XML Element Name: | IndividualNumeric5 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVNUM5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Individual date 1 |
| XML Element Name: | IndividualDate1 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT1")
|
| Individual date 2 |
| XML Element Name: | IndividualDate2 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT2")
|
| Individual date 3 |
| XML Element Name: | IndividualDate3 |
| Parent Element: | PartsListProvidedResourceFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "INDIVDAT3")
|
| Texts UPPS provided resources |
| XML Element Name: | ProvidedResourceText |
| Parent Element: | PartsListProvidedResource |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Tabletexts, header and footer texts |
| Fields |
| XML Element Name: | ProvidedResourceTextFields |
| Parent Element: | ProvidedResourceText |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | ProvidedResourceTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Language ISO code, e.g. de German en English fr French it Italian es Spanish(The internal field ID for this element is "SPR_CD") |
| Text no. |
| XML Element Name: | TextNumber |
| Parent Element: | ProvidedResourceTextFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible are text no. from 0 - 9(The internal field ID for this element is "TEXT_NR") |
| Text |
| XML Element Name: | Text |
| Parent Element: | ProvidedResourceTextFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTMLTEXT")
|
| Standard parts list |
| XML Element Name: | StandardPartsList |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | StandardPartsListFields |
| Parent Element: | StandardPartsList |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Date from |
| XML Element Name: | DateFrom |
| Parent Element: | StandardPartsListFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "DATUMVON")
|
| Standard parts list |
| XML Element Name: | StandardPartList |
| Parent Element: | StandardPartsListFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "STANDARDSTLNR")
|
| Userkeys |
| XML Element Name: | UserKey |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | UserKeyFields |
| Parent Element: | UserKey |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Userkey-No. |
| XML Element Name: | UserKeyNumber |
| Parent Element: | UserKeyFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KEY_NR")
|
| Userkey type |
| XML Element Name: | UserKeyType |
| Parent Element: | UserKeyFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible values: 1 Userkey (additional general product key) 2 Customer key (product key for a certain customer) 3 Customer keygroup (product key for a certain customer key group)(The internal field ID for this element is "BKG_TYP") |
| Customer-No. |
| XML Element Name: | CustomerNumber |
| Parent Element: | UserKeyFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Userkey type 2: Customer no. Userkey type 3: Customer key group no.(The internal field ID for this element is "BKG_NR") |
| Userkey contents type |
| XML Element Name: | KeyContentType |
| Parent Element: | UserKeyFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible values: 0 Field 'Userkey contents' contains the key description 1 Field 'Userkey contents' contains the key identification(The internal field ID for this element is "KEY_TYP") |
| Userkey contents |
| XML Element Name: | UserKeyContent |
| Parent Element: | UserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Contains in relation to the field 'Userkey contents type': Key description Key identification(The internal field ID for this element is "KEY_ASC") |
| User field alpha 1 |
| XML Element Name: | Ascii1 |
| Parent Element: | UserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_ASC1")
|
| User field alpha 2 |
| XML Element Name: | Ascii2 |
| Parent Element: | UserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_ASC2")
|
| User field alpha 3 |
| XML Element Name: | Ascii3 |
| Parent Element: | UserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_ASC3")
|
| User field alpha 4 |
| XML Element Name: | Ascii4 |
| Parent Element: | UserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_ASC4")
|
| User field numeric 1 |
| XML Element Name: | Numeric1 |
| Parent Element: | UserKeyFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_NUM1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field numeric 2 |
| XML Element Name: | Numeric2 |
| Parent Element: | UserKeyFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_NUM2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| User field date 1 |
| XML Element Name: | Date1 |
| Parent Element: | UserKeyFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_DAT1")
|
| User field date 2 |
| XML Element Name: | Date2 |
| Parent Element: | UserKeyFields |
| Field Type: | Datum (2000-03-20) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BF_DAT2")
|
| Iso code |
| XML Element Name: | Currency |
| Parent Element: | UserKeyFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Currency code, if customer is specified(The internal field ID for this element is "ISOCODE") |
| Capslock switch |
| XML Element Name: | CapitalisationFlag |
| Parent Element: | UserKeyFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible values: 0 Upper/Lower case 1 Uppercase(The internal field ID for this element is "CB_CAPS") |
| Required switch |
| XML Element Name: | MandatoryEntryFlag |
| Parent Element: | UserKeyFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Possible values: 0 Field may be left empty 1 Field has to have a contents(The internal field ID for this element is "CB_MUSS") |
| Texts ORDE user key |
| XML Element Name: | ProductTextUserKey |
| Parent Element: | UserKey |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Standard texts, product texts, assembly texts, header, footer and item texts, general texts, tables |
| Fields |
| XML Element Name: | ProductTextUserKeyFields |
| Parent Element: | ProductTextUserKey |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Language Cd |
| XML Element Name: | LanguageCodeISO |
| Parent Element: | ProductTextUserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Language identification Possible values e.g.: D German E English F French S Spanish I Italian(The internal field ID for this element is "SPR_CD") |
| Text no. |
| XML Element Name: | TextNumber |
| Parent Element: | ProductTextUserKeyFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
if header, footer, item or pruduct text 0-9 if work flow text WA_BEREICH: 0 General 1 Sales 2 Purchase 3 Stock 4 Production 7 Misc. documents sales 8 Misc. documents purchasing 9 Misc. documents base data(The internal field ID for this element is "TEXT_NR") |
| Text |
| XML Element Name: | Text |
| Parent Element: | ProductTextUserKeyFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "HTML_TEXT")
|
| Product master data service module |
| XML Element Name: | ServiceContractData |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Fields |
| XML Element Name: | ServiceContractDataFields |
| Parent Element: | ServiceContractData |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Service contract obligation |
| XML Element Name: | ServiceContractMandatory |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Defines whether a sold article must be subject to a contract.(The internal field ID for this element is "SVZwingend") |
| Export to mobile device |
| XML Element Name: | DataExportToMobileDevice |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MobileExport")
|
| Service condition group |
| XML Element Name: | ServiceConditionGroup |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 14 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KondGrp")
|
| Create service object |
| XML Element Name: | CreateServiceObject |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Defines for an article whether it must create service objects upon sale.(The internal field ID for this element is "AutoObjekt") |
| Estimated life time in days |
| XML Element Name: | LiveCycleInDays |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Defines the time after which a service object automatically becomes inactive.(The internal field ID for this element is "Lebensdauer") |
| Ignore object quantity on contract and service order |
| XML Element Name: | ObjectQuantityIgnore |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Ignore object quantity when using as product on contract or service order(The internal field ID for this element is "ObMengeIgnore") |
| Internal rate from Project management |
| XML Element Name: | ProjectInternalRate |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "AnsatzInt")
|
| Hide in overview |
| XML Element Name: | MobileHideInOverview |
| Parent Element: | ServiceContractDataFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
If activated, this product does not appear in the overview on the mobile device.(The internal field ID for this element is "MobileHideInOverview") |
| AbaBuild product variants |
| XML Element Name: | ConstructionProductVariant |
| Parent Element: | ProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Master data |
| Fields |
| XML Element Name: | ConstructionProductVariantFields |
| Parent Element: | ConstructionProductVariant |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Offcut active |
| XML Element Name: | OffcutActive |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERSCHNITTAKTIV")
|
| Composition amount |
| XML Element Name: | RecipeQuantity |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "REZEPTURMENGE")
|
| Automatically break down |
| XML Element Name: | AutomaticDissolving |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "AUTOAUFLOESEN")
|
| Assembly time |
| XML Element Name: | AssemblyTime |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MONTAGEZEIT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Group service |
| XML Element Name: | GroupService |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "GRPLEISTUNGENABLED")
|
| Plant price group |
| XML Element Name: | PlantPriceGroup |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 2 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PFLANZENPREISGRP")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Association |
| XML Element Name: | Association |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VERBAND")
|
| Calculation group |
| XML Element Name: | CalculationGroup |
| Parent Element: | ConstructionProductVariantFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKGRP")
|
| AbaBuild analysis item |
| XML Element Name: | ConstructionCalculationItem |
| Parent Element: | ConstructionProductVariant |
| Field Type: | ID |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Master data |
| Fields |
| XML Element Name: | ConstructionCalculationItemFields |
| Parent Element: | ConstructionCalculationItem |
| Field Type: | Type[ 15 ] |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
| Item no. |
| XML Element Name: | ItemNumber |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSNR")
|
| Parent item |
| XML Element Name: | ParentItem |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSNRPARENT")
|
| Item type |
| XML Element Name: | ItemType |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "POSTYP")
|
| Area |
| XML Element Name: | CostElementArea |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KEBEREICH")
|
| Category |
| XML Element Name: | CostElementCategory |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KEKAT")
|
| CE main group |
| XML Element Name: | CostElementMainGroup |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KEHAUPTGRP")
|
| CE sub-group |
| XML Element Name: | CostElementSubGroup |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KEUNTERGRP")
|
| CE no. |
| XML Element Name: | CostElementNumber |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 30 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KENR")
|
| QU |
| XML Element Name: | UnitNumber |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Quantity unit(The internal field ID for this element is "EHTNR") |
| Catalogue type |
| XML Element Name: | CatalogueType |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KATALOGTYP")
|
| Vendor |
| XML Element Name: | Vendor |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 6 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ANBIETER")
|
| Product type item |
| XML Element Name: | ProductTypeItem |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Export only |
| Field Length: 3 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PRODTYPPOS")
|
| Leistungs-Produkt-Typ |
| XML Element Name: | ServiceProductType |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 2 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEIPRODTYP")
|
| Variant product |
| XML Element Name: | VariantProduct |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Export only |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VARIANTENPRODUKT")
|
| Product variant |
| XML Element Name: | ProductVariantNumberItem |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "VARIDPOS")
|
| Original formula |
| XML Element Name: | FORMELORIG |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 2048 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FORMELORIG")
|
| Formula field |
| XML Element Name: | FORMELCONV |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 2048 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "FORMELCONV")
|
| Menge fliessend 1 |
| XML Element Name: | QuantityFloating1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlag in % 1 |
| XML Element Name: | ChargePercentage1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlagsmenge konstant 1 |
| XML Element Name: | ChargeQuantityConstant1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Bezugsgrösse Menge 1 |
| XML Element Name: | ReferenceValueQuantity1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge fliessend 2 |
| XML Element Name: | QuantityFloating2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlag in % 2 |
| XML Element Name: | ChargePercentage2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlagsmenge konstant 2 |
| XML Element Name: | ChargeQuantityConstant2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Bezugsgrösse Menge 2 |
| XML Element Name: | ReferenceValueQuantity2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge fliessend 3 |
| XML Element Name: | QuantityFloating3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlag in % 3 |
| XML Element Name: | ChargePercentage3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlagsmenge konstant 3 |
| XML Element Name: | ChargeQuantityConstant3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Bezugsgrösse Menge 3 |
| XML Element Name: | ReferenceValueQuantity3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge fliessend 4 |
| XML Element Name: | QuantityFloating4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlag in % 4 |
| XML Element Name: | ChargePercentage4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlagsmenge konstant 4 |
| XML Element Name: | ChargeQuantityConstant4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Bezugsgrösse Menge 4 |
| XML Element Name: | ReferenceValueQuantity4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge fliessend 5 |
| XML Element Name: | QuantityFloating5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlag in % 5 |
| XML Element Name: | ChargePercentage5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlagsmenge konstant 5 |
| XML Element Name: | ChargeQuantityConstant5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Bezugsgrösse Menge 5 |
| XML Element Name: | ReferenceValueQuantity5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge fliessend 6 |
| XML Element Name: | QuantityFloating6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlag in % 6 |
| XML Element Name: | ChargePercentage6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Zuschlagsmenge konstant 6 |
| XML Element Name: | ChargeQuantityConstant6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Bezugsgrösse Menge 6 |
| XML Element Name: | ReferenceValueQuantity6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity floating 7 |
| XML Element Name: | QuantityFloating7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge in % 7 |
| XML Element Name: | ChargePercentage7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge quantity constant 7 |
| XML Element Name: | ChargeQuantityConstant7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Reference value quantity 7 |
| XML Element Name: | ReferenceValueQuantity7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity floating 8 |
| XML Element Name: | QuantityFloating8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge in % 8 |
| XML Element Name: | ChargePercentage8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge quantity constant 8 |
| XML Element Name: | ChargeQuantityConstant8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Reference value quantity 8 |
| XML Element Name: | ReferenceValueQuantity8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity floating 9 |
| XML Element Name: | QuantityFloating9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEFL9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge in % 9 |
| XML Element Name: | ChargePercentage9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGPROZ9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Surcharge quantity constant 9 |
| XML Element Name: | ChargeQuantityConstant9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZUSCHLAGKONST9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Reference value quantity 9 |
| XML Element Name: | ReferenceValueQuantity9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 8 | Decimal Places: 4 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGEBEZGR9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge 1 |
| XML Element Name: | Quantity1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge 2 |
| XML Element Name: | Quantity2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge 3 |
| XML Element Name: | Quantity3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge 4 |
| XML Element Name: | Quantity4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge 5 |
| XML Element Name: | Quantity5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Menge 6 |
| XML Element Name: | Quantity6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity 7 |
| XML Element Name: | Quantity7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity 8 |
| XML Element Name: | Quantity8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Quantity 9 |
| XML Element Name: | Quantity9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGE9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Mengentyp |
| XML Element Name: | QuantityType |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MENGENTYP")
|
| Preis-Nr. |
| XML Element Name: | PriceNumber |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 4 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISNR")
|
| Allocation type |
| XML Element Name: | CostApplicationType |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "ZURECHART")
|
| Calc. rate |
| XML Element Name: | CalculationRate |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKANSATZ")
|
| Regie - calc. rate |
| XML Element Name: | RegieCalculationRate |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "KALKANSATZREG")
|
| Average salary |
| XML Element Name: | AverageSalary |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 10 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "MITTELLOHN")
|
| Price base 1 |
| XML Element Name: | PriceBasis1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Import und Export |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 2 |
| XML Element Name: | PriceBasis2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 3 |
| XML Element Name: | PriceBasis3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 4 |
| XML Element Name: | PriceBasis4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 5 |
| XML Element Name: | PriceBasis5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 6 |
| XML Element Name: | PriceBasis6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 7 |
| XML Element Name: | PriceBasis7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 8 |
| XML Element Name: | PriceBasis8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price base 9 |
| XML Element Name: | PriceBasis9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISBASIS9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Designation 1 |
| XML Element Name: | RelationalDesignation1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 9999999 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZ1_CALCED")
|
| Designation 1 |
| XML Element Name: | Designation1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Text |
| Action Type: | Import und Export |
| Field Length: 40 | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BEZ1")
|
| Price offer 1 |
| XML Element Name: | PriceOffer1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISANGEBOT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| GSC |
| XML Element Name: | GroupServiceActive |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Boolean (true oder false) |
| Action Type: | Import und Export |
| Field Length: - | Decimal Places: 0 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
Group service code(The internal field ID for this element is "GRPLEISTUNGAKTIV") |
| Price PC1 1 |
| XML Element Name: | PriceWeek1Month1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISWK1MT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price PC2 1 |
| XML Element Name: | PriceWeek2Month1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISWK2MT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Leistungswert 1 |
| XML Element Name: | ServiceValue1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Leistungswert 2 |
| XML Element Name: | ServiceValue2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Leistungswert 3 |
| XML Element Name: | ServiceValue3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Leistungswert 4 |
| XML Element Name: | ServiceValue4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Leistungswert 5 |
| XML Element Name: | ServiceValue5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Leistungswert 6 |
| XML Element Name: | ServiceValue6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 1 Basis |
| XML Element Name: | TotalCategory1Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT1BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 2 Basis |
| XML Element Name: | TotalCategory2Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT2BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 3 Basis |
| XML Element Name: | TotalCategory3Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT3BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 4 Basis |
| XML Element Name: | TotalCategory4Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT4BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 5 Basis |
| XML Element Name: | TotalCategory5Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT5BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 6 Basis |
| XML Element Name: | TotalCategory6Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT6BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 7 Basis |
| XML Element Name: | TotalCategory7Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT7BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 8 Basis |
| XML Element Name: | TotalCategory8Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT8BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 9 Basis |
| XML Element Name: | TotalCategory9Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT9BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 10 Basis |
| XML Element Name: | TotalCategory10Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT10BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 11 Basis |
| XML Element Name: | TotalCategory11Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT11BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 12 Basis |
| XML Element Name: | TotalCategory12Basis |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT12BASIS")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 1 WC1 |
| XML Element Name: | TotalCategory1ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT1WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 2 WC1 |
| XML Element Name: | TotalCategory2ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT2WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 3 WC1 |
| XML Element Name: | TotalCategory3ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT3WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 4 WC1 |
| XML Element Name: | TotalCategory4ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT4WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 5 WC1 |
| XML Element Name: | TotalCategory5ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT5WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 6 WC1 |
| XML Element Name: | TotalCategory6ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT6WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 7 WC1 |
| XML Element Name: | TotalCategory7ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT7WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 8 WC1 |
| XML Element Name: | TotalCategory8ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT8WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 9 WC1 |
| XML Element Name: | TotalCategory9ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT9WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 10 WC1 |
| XML Element Name: | TotalCategory10ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT10WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 11 WC1 |
| XML Element Name: | TotalCategory11ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT11WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 12 WC1 |
| XML Element Name: | TotalCategory12ProductionCost1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT12WK1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 1 WC2 |
| XML Element Name: | TotalCategory1ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT1WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 2 WC2 |
| XML Element Name: | TotalCategory2ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT2WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 3 WC2 |
| XML Element Name: | TotalCategory3ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT3WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 4 WC2 |
| XML Element Name: | TotalCategory4ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT4WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 5 WC2 |
| XML Element Name: | TotalCategory5ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT5WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 6 WC2 |
| XML Element Name: | TotalCategory6ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT6WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 7 WC2 |
| XML Element Name: | TotalCategory7ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT7WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 8 WC2 |
| XML Element Name: | TotalCategory8ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT8WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 9 WC2 |
| XML Element Name: | TotalCategory9ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT9WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 10 WC2 |
| XML Element Name: | TotalCategory10ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT10WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 11 WC2 |
| XML Element Name: | TotalCategory11ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT11WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 12 WC2 |
| XML Element Name: | TotalCategory12ProductionCost2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT12WK2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 1 Angebot |
| XML Element Name: | TotalCategory1Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT1ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 2 Angebot |
| XML Element Name: | TotalCategory2Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT2ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 3 Angebot |
| XML Element Name: | TotalCategory3Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT3ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 4 Angebot |
| XML Element Name: | TotalCategory4Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT4ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 5 Angebot |
| XML Element Name: | TotalCategory5Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT5ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 6 Angebot |
| XML Element Name: | TotalCategory6Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT6ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 7 Angebot |
| XML Element Name: | TotalCategory7Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT7ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 8 Angebot |
| XML Element Name: | TotalCategory8Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT8ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 9 Angebot |
| XML Element Name: | TotalCategory9Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT9ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 10 Angebot |
| XML Element Name: | TotalCategory10Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT10ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 11 Angebot |
| XML Element Name: | TotalCategory11Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT11ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Total KE-Kat 12 Angebot |
| XML Element Name: | TotalCategory12Offer |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "TOTALKEKAT12ANGEBOT")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Service value 7 |
| XML Element Name: | ServiceValue7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Service value 8 |
| XML Element Name: | ServiceValue8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Service value 9 |
| XML Element Name: | ServiceValue9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "LEISTUNGSWERT9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 1 |
| XML Element Name: | AmountBasis1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 2 |
| XML Element Name: | AmountBasis2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 3 |
| XML Element Name: | AmountBasis3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 4 |
| XML Element Name: | AmountBasis4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 5 |
| XML Element Name: | AmountBasis5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 6 |
| XML Element Name: | AmountBasis6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 7 |
| XML Element Name: | AmountBasis7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 8 |
| XML Element Name: | AmountBasis8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount base 9 |
| XML Element Name: | AmountBasis9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGBASIS9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 1 |
| XML Element Name: | AmountWeek1Month1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 2 |
| XML Element Name: | AmountWeek1Month2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 3 |
| XML Element Name: | AmountWeek1Month3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 4 |
| XML Element Name: | AmountWeek1Month4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 5 |
| XML Element Name: | AmountWeek1Month5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 6 |
| XML Element Name: | AmountWeek1Month6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 7 |
| XML Element Name: | AmountWeek1Month7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 8 |
| XML Element Name: | AmountWeek1Month8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC1 9 |
| XML Element Name: | AmountWeek1Month9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK1MT9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 1 |
| XML Element Name: | AmountWeek2Month1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 2 |
| XML Element Name: | AmountWeek2Month2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 3 |
| XML Element Name: | AmountWeek2Month3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 4 |
| XML Element Name: | AmountWeek2Month4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 5 |
| XML Element Name: | AmountWeek2Month5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 6 |
| XML Element Name: | AmountWeek2Month6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 7 |
| XML Element Name: | AmountWeek2Month7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 8 |
| XML Element Name: | AmountWeek2Month8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount PC2 9 |
| XML Element Name: | AmountWeek2Month9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGWK2MT9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 1 |
| XML Element Name: | AmountOffer1 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT1")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 2 |
| XML Element Name: | AmountOffer2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 3 |
| XML Element Name: | AmountOffer3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 4 |
| XML Element Name: | AmountOffer4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 5 |
| XML Element Name: | AmountOffer5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 6 |
| XML Element Name: | AmountOffer6 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT6")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 7 |
| XML Element Name: | AmountOffer7 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT7")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 8 |
| XML Element Name: | AmountOffer8 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT8")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Amount offer 9 |
| XML Element Name: | AmountOffer9 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "BETRAGANGEBOT9")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price offer 2 |
| XML Element Name: | PriceOffer2 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISANGEBOT2")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price offer 3 |
| XML Element Name: | PriceOffer3 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISANGEBOT3")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price offer 4 |
| XML Element Name: | PriceOffer4 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISANGEBOT4")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |
| Price offer 5 |
| XML Element Name: | PriceOffer5 |
| Parent Element: | ConstructionCalculationItemFields |
| Field Type: | Nummer |
| Action Type: | Export only |
| Field Length: 12 | Decimal Places: 8 | Mandatory Field: No | Revision: 0 | Ascii ID : - |
| Description: |
(The internal field ID for this element is "PREISANGEBOT5")
The decimal separator for numbers must be represented with a point, as defined by the XML standards from W3C. |