Export Basic Catalogs
The function for exporting basic catalogs enables the configurable and trackable export of a catalog. i.s.h.med customers can use this function to exchange catalogs with each other.
The basic catalog category, which contains the classes to be used for the export configuration, determines whether and how a catalog can be exported.
The catalog is exported in an XML structure. The report RN1_BC_EXPORT_CATALOG
reads the data and writes it into an XML file.
You call the functions for exporting basic catalogs in the implementation guide using .
In order to export a catalog, you proceed as follows:
Create an export configuration in the transaction N1BCEXPCFG_DEF
. An export configuration always refers to exactly one catalog and controls which data of the catalog should be exported and how, and which messages flow into the log.
Trigger the export with the report RN1_BC_EXPORT_CATALOG
. You can schedule this job as a batch job and execute it in the background.
You can also find information on this in the IMG activity Basic Catalog Export
.