HVS32 automatic polling functions: Unterschied zwischen den Versionen

Aus Wiki - Heidler Strichcode GmbH
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „de:HVS32_Automatik-Polling_Funktionen“)
 
Zeile 1: Zeile 1:
 
[[de:HVS32_Automatik-Polling_Funktionen]]
 
[[de:HVS32_Automatik-Polling_Funktionen]]
 +
= Data types =
 +
'''Integer''' - Number with only numeric characters (0-9).<br>
 +
'''Decimal''' - Number with decimal places<br>
 +
'''String''' - Any character from the ISO-8859-1 character set. Maximum length not to be exceeded.<br>
 +
= Additional data types =
 +
Additional data types, which occur in the description, are in a 1:n relation to the packages.
 +
Please refer to the respective interface documentation of the corresponding plug-in (file, JDBC, SAP, etc.) to find out how this relation must be realised.
 +
<!-- ------------------------------------------------------------------------------- ENDE ÜBERSICHT UNTERFUNKTIONEN ------------------------------------------------------------------------------- -->
 +
<!-- ------------------------------------------------------------------------------- artikelDaten ------------------------------------------------------------------------------- -->
 +
== article data ==
 +
{| class="wikitable sortable"
 +
|-
 +
! Field name !! Type !! Max Length !! Decimal places !! Assignment
 +
|-
 +
|Satz-Kennung
 +
|[[#Data types|String]]
 +
|3
 +
| -
 +
|'''Only required for file processing'''
 +
"Satzkennung" in the polling file: "ART"
 +
|-
 +
|'''--- ARTICLE DATA SECTION ---'''
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
| ANZAHLBUEGEL || [[#Data types|Integer]] || - || - || Only for hanging shipment: Number of hangers on which the article group is divided up
 +
|-
 +
| ANZAHLPOSETIKETTEN || [[#Data types|Integer]] || - || - || Number of article labels to be printed
 +
|-
 +
| ARTIKELBTNNR || [[#Data types|String]] || 25 || - || BTN number / customs tariff number
 +
|-
 +
| ARTIKELEAN || [[#Data types|String]] || 20 || - || EAN number
 +
|-
 +
| ARTIKELEINHEIT || [[#Data types|String]] || 10 || - || Unit of the article quantity
 +
|-
 +
| ARTIKELGEWICHT || [[#Data types|Decimal]] || 9 || 3 || Article weight
 +
|-
 +
| ARTIKELGRUPPE || [[#Data types|String]] || 50 || - || Article group
 +
|-
 +
| ARTIKELMENGE || [[#Data types|Decimal]] || 9 || 3 || Article quantity
 +
|-
 +
| ARTIKELSERVICES || [[#Data types|String]] || 100 || - || Pipe separate services for this article
 +
|-
 +
| ARTIKELSOLLMENGE || [[#Data types|Decimal]] || 9 || 3 || Article target quantity
 +
|-
 +
| ARTIKELTEXT1 || [[#Data types|String]] || 100 || - || Article description
 +
|-
 +
| ARTIKELTEXT2 || [[#Data types|String]] || 100 || - || Article description
 +
|-
 +
| ARTIKELTEXT3 || [[#Data types|String]] || 100 || - || Article description
 +
|-
 +
| ARTIKELTEXT4 || [[#Data types|String]] || 100 || - || Article description
 +
|-
 +
| ARTIKELVOLUMEN || [[#Data types|Decimal]] || 9 || 3 || Article volume
 +
|-
 +
| ARTIKELWAEHRUNG || [[#Data types|String]] || 3 || - || Currency in which the value of the article is indicated
 +
|-
 +
| ARTIKELWERT || [[#Data types|Decimal]] || 18 || 2 || Value of the article
 +
|-
 +
| CHARGEFLAG || [[#Data types|String]] || 1 || - ||
 +
|-
 +
| KUNDENARTIKELNR || [[#Data types|String]] || 50 || - || Article number
 +
|-
 +
| KUNDENBESTELLNR || [[#Data types|String]] || 50 || - || Customer order number
 +
|-
 +
| POSAUFTRAGNR || [[#Data types|String]] || 50 || - || Position order number
 +
|-
 +
| POSLIEFERNR || [[#Data types|String]] || 40 || - || Position delivery note number
 +
|-
 +
| POSITIONNR || [[#Data types|String]] || 50 || - || Sequence number within the package (position)
 +
|-
 +
| SERIENNR || [[#Data types|String]] || 30 || - || Serial number
 +
|-
 +
| URSPRUNGLAND || [[#Data types|String]] || 2 || - || Country of origin of the article
 +
|}
 +
<!-- ------------------------------------------------------------------------------- ENDE artikelDaten ------------------------------------------------------------------------------- -->

Version vom 29. September 2021, 09:22 Uhr

Data types

Integer - Number with only numeric characters (0-9).
Decimal - Number with decimal places
String - Any character from the ISO-8859-1 character set. Maximum length not to be exceeded.

Additional data types

Additional data types, which occur in the description, are in a 1:n relation to the packages. Please refer to the respective interface documentation of the corresponding plug-in (file, JDBC, SAP, etc.) to find out how this relation must be realised.

article data

Field name Type Max Length Decimal places Assignment
Satz-Kennung String 3 - Only required for file processing

"Satzkennung" in the polling file: "ART"

--- ARTICLE DATA SECTION ---
ANZAHLBUEGEL Integer - - Only for hanging shipment: Number of hangers on which the article group is divided up
ANZAHLPOSETIKETTEN Integer - - Number of article labels to be printed
ARTIKELBTNNR String 25 - BTN number / customs tariff number
ARTIKELEAN String 20 - EAN number
ARTIKELEINHEIT String 10 - Unit of the article quantity
ARTIKELGEWICHT Decimal 9 3 Article weight
ARTIKELGRUPPE String 50 - Article group
ARTIKELMENGE Decimal 9 3 Article quantity
ARTIKELSERVICES String 100 - Pipe separate services for this article
ARTIKELSOLLMENGE Decimal 9 3 Article target quantity
ARTIKELTEXT1 String 100 - Article description
ARTIKELTEXT2 String 100 - Article description
ARTIKELTEXT3 String 100 - Article description
ARTIKELTEXT4 String 100 - Article description
ARTIKELVOLUMEN Decimal 9 3 Article volume
ARTIKELWAEHRUNG String 3 - Currency in which the value of the article is indicated
ARTIKELWERT Decimal 18 2 Value of the article
CHARGEFLAG String 1 -
KUNDENARTIKELNR String 50 - Article number
KUNDENBESTELLNR String 50 - Customer order number
POSAUFTRAGNR String 50 - Position order number
POSLIEFERNR String 40 - Position delivery note number
POSITIONNR String 50 - Sequence number within the package (position)
SERIENNR String 30 - Serial number
URSPRUNGLAND String 2 - Country of origin of the article