Exporting and Importing of Measurement Data With this process you can export measurement data to an external system or application via an interface and then import it again. You can run the export either at measurement project level or for individual measurements.
To be able to export the data for measurements, you must process the
user exit
Export measurements
(IHS_MJEXP; MJ_EXPO) in Customizing for
Basic Data and Tools
under
Manage User Exits
and create an implementation for its reference function module CBIH_LB62_UE_MJ_EXPORT. The interface is defined by the reference function module. For more information on this user exit, see the documentation for its reference function module in the SAP system.
To be able to import measurements and measured values into your SAP system, you must have created an active implementation for the
Business Add-In (BAdI)
Import of Measured Values
in Customizing for
Industrial Hygiene and Safety
.
You export the data for measurements and samples that are to be analyzed from the SAP system using the export function you created for the above user exit.
You can access the export function in the measurement project by choosing
Export
. Depending on whether you have already selected the measurement project or an individual measurement in the navigation area, the system exports the data for the whole project or just the data for the individual measurements.
Following the analysis you import the data from the analysis lab back into your measurement project using the report program REHS_MP_MJVA_IMPORT. You can schedule the report program as a background job or execute it directly.
Note
REHS_MP_MJVA_IMPORT calls the BAdI method you created for the import (see “Prerequisites” section). For more information on the import process, see the report documentation for REHS_MP_MJVA_IMPORT and the BAdI documentation.