Skip to main content
Skip table of contents

Provide test data

The following sources can be used to load test data that can be used to fill the interface tables. This can be helpful if you want to enter your own data into the interface tables and need a reference example of how to distribute the data across the various tables.

xRechnung

A ZIP file can be downloaded from Versions and bundles of XRechnung | XStandards Purchasing. This archive contains a collection of sample data records in the directory xrechnung-3.0.2-bundle-2025-07-10 2/xrechnung-3.0.2-testsuite-2025-07-10/instances/standard.

This data can be read in using the following call.

CODE
PRCEINVOIC
  FRMIFSFILE('/Pfad/zur/Datei/Name.xml') 
  ERRORPATH('/home/ieffect/data/error') 
  VISUALIZE('/home/ieffect/data/docs') 
  MAP(*YES '/home/ieffect/data/in/error' '/home/ieffect/data/in/archive')                                                                  

The data is then stored in the ZF23... interface tables and can be used as a template for your own data.

ZUGFeRD

A ZIP file can be downloaded from Download ZUGFeRD. This archive contains a collection of sample data records in the directories Examples/3. EN16931 and Examples/4. EXTENDED.

This data can be read in using the following call

CODE
PRCEINVOIC
  FRMIFSFILE('/Pfad/zur/Datei/Name.pdf') 
  ERRORPATH('/home/ieffect/data/error') 
  VISUALIZE('/home/ieffect/data/docs') 
  MAP(*YES '/home/ieffect/data/in/error' '/home/ieffect/data/in/archive')                                                                  

The data is then stored in the ZF23... interface tables and can be used as a template for your own data.

PEPPOL

A ZIP file can be downloaded from Peppol BIS Billing 3.0 - May 2025 Release. This archive contains a collection of sample data records in the examples directory.

This data can be read in using the following call

CODE
PRCEINVOIC
  FRMIFSFILE('/Pfad/zur/Datei/Name.xml') 
  ERRORPATH('/home/ieffect/data/error') 
  VISUALIZE('/home/ieffect/data/docs') 
  MAP(*YES '/home/ieffect/data/in/error' '/home/ieffect/data/in/archive')                                                                  

The data is then stored in the ZF23... interface tables and can be used as a template for your own data.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.