# Warengruppen Import

> Warengruppenimport, Import, Warengruppen

*Hauptauswahl > Datentransfer > Import/Fremddaten > ETRON Standardformat > Warengruppen*

## Allgemein <a href="#allgemein" id="allgemein"></a>

Import von Warengruppen mit dem ETRON Standardformat.

Update in [Version 5.710](/etron-win/sonstiges/etron-win-updates/versionen/version-5.710.md)

Folgende Datentypen werden vom Importformat vorgeschrieben:

| Typ  | Dezimalstellen | Beschreibung             |
| ---- | -------------- | ------------------------ |
| num  | 0..2           | Zahl                     |
| date |                | Datum im Format jjjjmmtt |
| char |                | Alphanumerisch           |
| bool |                | Logisch: J/N             |
| Ja   |                | Pflichtfeld              |
| Nein |                | Kein Pflichtfeld         |

## Datenstruktur <a href="#datenstruktur" id="datenstruktur"></a>

| Feld | Pflicht | Typ  | Länge | Dezimalen | Bemerkung                   |
| ---- | ------- | ---- | ----- | --------- | --------------------------- |
| AB   | Ja      | num  | 2     | 0         | Nummer der Abteilung        |
| HWG  | Ja      | num  | 2     | 0         | Nummer der Hauptwarengruppe |
| WG   | Ja      | num  | 2     | 0         | Nummer der Warengruppe      |
| TEXT | Ja      | char | 30    | -         | Bezeichnung                 |
| WE   | Nein    | char | 1     | -         | Wareneinsatzbuchung         |

## Beispieldaten <a href="#beispieldaten" id="beispieldaten"></a>

| AB | HWG | WG | TEXT           | WE |
| -- | --- | -- | -------------- | -- |
| 1  |     |    | Sommersport    |    |
| 1  | 1   |    | Tennis         |    |
| 1  | 1   | 1  | Bekleidung     | J  |
| 1  | 1   | 2  | Schläger       | J  |
| 1  | 2   |    | Fussball       |    |
| 1  | 2   | 1  | Trikot         | J  |
| 1  | 2   | 2  | Hose           | J  |
| 1  | 2   | 3  | Schuhe         | J  |
| 5  |     |    | Dienstleistung |    |
| 5  | 1   |    | Dienstleistung |    |
| 5  | 1   | 1  | Dienstleistung | N  |

{% file src="/files/ewlMTxOk3Vs2xodtzQF5" %}

> SAM


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.etron.info/etron-win/handbuch/datentransfer/import-fremddaten-datenimport/warengruppen-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
