Language: Deutsch · English
Business logic – part of the DATEV Nuclet documentation (export of CSV files for further processing in DATEV (accounting)).
HOW-TO INTEGRATORS UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Machine-translated – under review
This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above).
Part of the business logic used in the DATEV Nuclet has to be adapted to the business objects actually used in the target Nuclet.
| Business logic class | Function | Java package | Methods to adjust |
|---|---|---|---|
| DATEVLogic | Logic for DATEV exports | org.nuclet.datev.logic | getWrappedClass() |
Table 4.8.2: Overview, adjustments in the business logic
4.8.2 DATEVLogic
The getWrappedClass() method is used to determine the Java classes of the used reference objects (invoices, customers, turnover) per DATEV export type.
At this point the switch statement must therefore be adjusted accordingly so that for each used export type the Java class of the associated reference object is returned.