globe with meridians Language: Deutsch · English

hammer and wrench 5 CAMT: Update

Update – part of the CAMT Nuclet documentation (import and processing of CAMT.053/CAMT.054 bank statements (Cash Management)).

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).

When updating the CAMT Nuclet (from an older version to a newer one), there is a risk that the adjustments you have made in the Java rules are overwritten.

To avoid this, the following steps are recommended should the CAMT Nuclet be updated to a newer version:

Java class
Java package
necessary work steps
CurrencyWrapperorg.nuclet.camt.wrapper
  1. clone the class
  2. Place the class in a Java package of the target Nuclet (e.g. ihr.nuclet.camt.wrapper)
  3. hook the cloned class into the target Nuclet via Nuclet Management
CurrencyFacadeorg.nuclet.camt.facade
  1. clone the class
  2. adapt the import of the CurrencyWrapper class to the cloned wrapper class
  3. Place the class in a Java package of the target Nuclet (e.g. ihr.nuclet.camt.facade)
  4. hook the cloned class into the target Nuclet via Nuclet Management
CurrencyFacadeFactoryorg.nuclet.camt.facadeafter the Nuclet update, enter the cloned CurrencyFacade (in the method getInstance)
   
ReferenceWrapperorg.nuclet.camt.wrapper
  1. clone the class
  2. Place the class in a Java package of the target Nuclet (e.g. ihr.nuclet.camt.wrapper)
  3. hook the cloned class into the target Nuclet via Nuclet Management
ReferenceFacadeorg.nuclet.camt.facade
  1. clone the class
  2. adapt the import of the ReferenceWrapper class to the cloned wrapper class
  3. Place the class in a Java package of the target Nuclet (e.g. ihr.nuclet.camt.facade)
  4. hook the cloned class into the target Nuclet via Nuclet Management
ReferenceFacadeFactoryorg.nuclet.camt.facadeafter the Nuclet update, enter the cloned ReferenceFacade (in the method getInstance)
   
ConditionsOfPaymentWrapperorg.nuclet.camt.wrapper
  1. clone the class
  2. Place the class in a Java package of the target Nuclet (e.g. ihr.nuclet.camt.wrapper)
  3. hook the cloned class into the target Nuclet via Nuclet Management
ConditionsOfPaymentFacadeorg.nuclet.camt.facade
  1. clone the class
  2. adapt the import of the ConditionsOfPaymentWrapper class to the cloned wrapper class
  3. Place the class in a Java package of the target Nuclet (e.g. ihr.nuclet.camt.facade)
  4. hook the cloned class into the target Nuclet via Nuclet Management
ConditionsOfPaymentFacadeFactoryorg.nuclet.camt.facadeafter the Nuclet update, enter the cloned ConditionsOfPaymentFacade (in the method getInstance)

The cloning only has to be carried out once, i.e. this step is not required on every further update of the CAMT Nuclet.

On a further update it might, under certain circumstances, only be necessary to adapt the wrapper and facade classes to the current specifications from the abstract classes.

Related pages

open book Nuclet: CAMT (available in the trade Nuclet)


CAMT Nuclet data sheet

Open →

open book Interfaces


All integrations

Open →

  • Keine Stichwörter