> 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/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/tabellenreferenz/72242966-billing-number-und-72242956-billing-map.md).

# 72242966 Billing Number und 72242956 Billing Map

## 72242966 SOUDHL Billing Number

### Zweck

Verwaltet eine oder mehrere zehnstellige Parcel-DE-EKPs unabhängig vom Produkt.

### Felder

* `1 Code` – Code\[20], NotBlank, Primärschlüssel
* `2 Description` – Text\[100]
* `3 Billing Number` – Text\[14] als Speichertyp; OnValidate normalisiert auf zehn alphanumerische Zeichen
* `4 Product` – Enum `SOUDHLProducts`, Pending/obsolete seit 25.14.1
* `5 Default` – Boolean; OnValidate entfernt andere Defaults
* `6 Active` – Boolean, Default true

### Schlüssel

* PK `(Code)`
* `ByDefault (Default, Active)`
* DropDown Code, Description, Billing Number

### Öffentliche Procedures

* `GetEKP(): Text[10]` – erste zehn Zeichen.
* `GetDefault(var BillingNumber: Record "SOUDHL Billing Number"): Boolean` – aktiver Default, sonst erster aktiver Datensatz.
* `GetDefaultForProduct(...): Boolean` – obsolete Wrapper; Produkt wird ignoriert.

### Regeln

Genau einen aktiven Default pflegen. Produktzuordnung gehört nicht mehr in diese Tabelle.

## 72242956 SOU DHL Billing Map

### Zweck

Übersetzt `SOUDHLProducts` in i-Product und Service Type, die zusammen mit der EKP die 14-stellige Parcel-Abrechnungsnummer bilden.

### Felder

* `1 Product` – Enum `SOUDHLProducts`
* `2 i-Product` – Code\[10], SystemMetadata
* `3 Service Type` – Code\[2], SystemMetadata
* `4 Valid` – Boolean, Default true

### Schlüssel

* PK `(Product, Service Type)`
* `ByProduct`

### Öffentliche Procedure

`ExtractNumbers(InputText: Text): Text` extrahiert die Ziffern aus i-Product, etwa `V01PAK` → `01`.

## Zusammensetzung

`EKP(10) + Ziffern aus i-Product + Service Type(2)` muss exakt 14 Zeichen ergeben.

## Schreibregeln

Billing Map ist Installations-/Seedwissen. Externe Apps sollen sie nicht ohne abgestimmte DHL-Produktkenntnis verändern.


---

# 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/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/tabellenreferenz/72242966-billing-number-und-72242956-billing-map.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.
