> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/datanorm-item-import/stammdaten-und-zuordnungen/rabattgruppen.md).

# Rabattgruppen

## Herkunft

Rabattgruppen stehen im **R-Satz**, meist in einer Datei mit der Endung `.RAB`. Ein R-Satz enthält

<table><thead><tr><th width="240">Angabe</th><th>Bedeutung</th></tr></thead><tbody><tr><td><strong>Rabattgruppe</strong></td><td>Schlüssel der Gruppe, auf den die Artikel verweisen.</td></tr><tr><td><strong>Rabattkennzeichen</strong></td><td>Unterscheidet, ob der Wert als Rabatt oder als Faktor zu lesen ist.</td></tr><tr><td><strong>Rabatt / Faktor</strong></td><td>Der Wert selbst, zum Beispiel 20 für 20 %.</td></tr><tr><td><strong>Bezeichnung</strong></td><td>Klartext der Gruppe, etwa „Badewannen/Duschwannen“.</td></tr></tbody></table>

Die App legt daraus Einträge in **DATANORM Rabattgruppen** an.

{% hint style="info" %}
Viele Lieferanten liefern die Rabattsätze mit **0** aus und vereinbaren die tatsächlichen Konditionen separat. Ein Rabatt von 0 % ist also kein Importfehler, sondern häufig genau das, was in der Datei steht.
{% endhint %}

## Einfluss auf den Einkaufspreis

Standardmäßig wirkt die Rabattgruppe **nicht** auf den Einkaufspreis – die App schreibt den Preis, den die Datei liefert.

Aktivieren Sie **Rabattgruppen auf Einkaufspreis anwenden** in der Einrichtung, so rechnet die App die Rabatte der Gruppe auf den Listenpreis an und ermittelt daraus den Einkaufspreis. Mehrere Rabatte werden dabei wie in DATANORM **multiplikativ** verkettet.

<details>

<summary><strong>Beispiel für die multiplikative Verkettung</strong></summary>

Listenpreis 100,00 €, Rabatte 20 % und 10 %:

* multiplikativ (so rechnet DATANORM): 100 × 0,80 × 0,90 = **72,00 €**
* additiv (30 % auf einmal) wäre: 100 × 0,70 = 70,00 €

Die App verwendet die multiplikative Variante.

</details>

Details zur Preisermittlung unter [Einkaufspreislisten](/datanorm-item-import/preise/einkaufspreislisten.md) und [Verkaufspreise und Rabattgruppen](/datanorm-item-import/preise/verkaufspreise-und-rabattgruppen.md).

## Reihenfolge beim Import

{% hint style="warning" %}
Soll der Rabatt auf den Preis wirken, muss die `.RAB`-Datei **vor** dem Schreiben der Preislisten eingelesen sein. Sonst kennt die App den Rabattsatz noch nicht und verwendet den Preis aus der Datei.
{% endhint %}

## Verarbeitung abschalten

Über **Rabattgruppen verarbeiten** im Bereich **Datensatzfilter** überspringen Sie R-Sätze vollständig.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/datanorm-item-import/stammdaten-und-zuordnungen/rabattgruppen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
