
Symptom
You are experiencing the ABAP dumps of type CONNE_IMPORT_WRONG_COMP_TYPE, CX_SY_IMPORT_MISMATCH_ERROR
where the dump title is:
Error when attempting to IMPORT object “HIST2”
in programs RSORAT4M or RSORAT5M during the run of the database performance data collector.
A similar dump may also occur in program RSORAT6M.
Runtime Errors
CONNE_IMPORT_WRONG_COMP_TYPEException
CX_SY_IMPORT_MISMATCH_ERRORShort text
Error when attempting to IMPORT object “HIST2”.What happened?
Error in the ABAP Application Program. The current ABAP program “RSORAT4M” had to be terminated because it has come across a statement that unfortunately cannot be executed.Error analysis
An exception occurred that is explained in detail below.The exception, which is assigned to class ‘CX_SY_IMPORT_MISMATCH_ERROR’, was not caught in procedure “AKT_DAY_HIST2” “(FORM)”, nor was it propagated by a RAISING clause. Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.
The reason for the exception is:
When importing the object “HIST2”, the component no. 8 in the dataset has a different type from the corresponding component of the target object in the program “RSORAT4M”.
Solution
The error is occurred due to changes on support packages. You will encounter the error after the support packages upgrade. To get rid of the error, do refer on SAP Note 997535. Basically, you will need to do the following actions,
1. Execute transaction code ST03N and switch the mode to Expert Mode.
2. Go to Collector and performance analysis -> Performance database -> Monitoring database -> Contents
3. Search where further info contains the string “h/2”
like the following monikeys:
– ‘days h/2’
– ‘weeks h/2’
– ‘months h/2’
4. Double click on each, so that they become red and show ** delete
5. Finally SAVE
Note
SAP Note 533020
SAP Note 1000275
SAP Note 997535
Perfekt, thanks very much