Hi,
I encountered an error during phase MAIN_NEWBAS/XPRAS_AIMMRG:
Checks after phase MAIN_NEWBAS/XPRAS_AIMMRG were negative!
Last error code set: Detected 3 aborted activities in 'XPRASUPG.ELG'<br/> Calling '/usr/sap/S01/DVEBMGS00/exe/tp' failed with return code 12, check /home/SUM/abap/log/SAPup.ECO for details
ERROR: Detected the following errors:
# /home/SUM/abap/log/SAPR730XPRA90000048.S01:
1 ETP109 version and release : "380.08.46" "721"
1 ETP198
2 EPU126XPost-import methods for change/transport request: "SAPK730XPRA90000048"
4 EPU111 on the application server: "linux-q0fx"
2 EPU122XPost-import method "RS_AFTER_IMPORT" started for "BIXP" "L", date and time: "20140102072421"
1AETR012XProgram terminated (job: "RDDEXECL", no.: "07242100")
1AEPU320 See job log"RDDEXECL""07242100""S01"
SAPup.ECO:
EXECUTING /usr/sap/S01/DVEBMGS00/exe/tp pf=/home/SUM/abap/var/XPRASUPG.TPP put S01
This is tp version 380.08.46 (release 721, unicode enabled)
Looking for effective putsteps ... ... ready (looking for putsteps)
ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
tp returncode summary:
TOOLS: Highest return code of single steps was: 12
WARNS: Highest tp internal warning was: 0118
tp finished with return code: 12
meaning:
A tool used by tp aborted
SAPup> Process with PID 55072 terminated with status 12 at 20140102072449!
XPRASUPG.ELG:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPRA ERRORS and RETURN CODE in SAPR730XPRA90000048.S01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 ETP109 version and release : "380.08.46" "721"
1 ETP198
2 EPU126XPost-import methods for change/transport request: "SAPK730XPRA90000048"
4 EPU111 on the application server: "linux-q0fx"
2 EPU122XPost-import method "RS_AFTER_IMPORT" started for "BIXP" "L", date and time: "20140102072421"
1AETR012XProgram terminated (job: "RDDEXECL", no.: "07242100")
1AEPU320 See job log"RDDEXECL""07242100""S01"
1 ETP111 exit code : "12"
>>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<<
XPRAs are application reports that run at the end of an upgrade.
Most XPRA reports have a report documentation that explains what
the report does and how errors can be corrected.
Call transaction se38 in the SAP system, enter the report name,
select 'Documentation' and click the 'Display' button.
>>> The problematic XPRAs are mentioned in messages of type PU132 above <<<
I checked the job log:
Image may be NSFW.
Clik here to view.
Also checked the message in tcode st22:
Category ABAP Programming Error
Runtime Errors CONNE_IMPORT_WRONG_STRUCTURE
Except. CX_SY_IMPORT_MISMATCH_ERROR
ABAP Program SAPLRSVERS
Application Component BW-WHM-MTD
What happened?
Error in the ABAP application program.
The current ABAP program "SAPLRSVERS" had to be interrupted because it contains a statement that cannot be executed.
When attempting to import data, the structure of the complex object "TH_TRKORR_IMPORT_ALL" was not compatible with
the target object.
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 "ADJUST_OBJLIST_FOR_IMPORT_ALL" "(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 attempting to import data, the structure of the complex object "TH_TRKORR_IMPORT_ALL" was not compatible with
the target object. The error occurred with component no. "1-11".
How to correct the error
Try to find out why the structure of the object is not correct.
There are several possibilities:
1. The structure of the imported object has changed in the Data
Dictionary. Make sure that the structure of the imported object
matches the structure of the object in the Data Dictionary. If
you cannot restore the data from another source, you must read
the data using the "old" structure, convert it and reexport it
using the new structure. This ensures that future IMPORTs always
use the new structure.
2. A new program version is active which does no longer match
the data set. Try to correct the error by regenerating the
program "SAPLRSVERS". To do this, choose transaction SE38 in the SAP
System. There enter the program name "SAPLRSVERS". Then choose the
"Generate" function.
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
please use the following search criteria:
"CONNE_IMPORT_WRONG_STRUCTURE" "CX_SY_IMPORT_MISMATCH_ERROR"
"SAPLRSVERS" bzw. "LRSVERSF30"
"ADJUST_OBJLIST_FOR_IMPORT_ALL"
The exception must either be prevented, caught within proedure "ADJUST_OBJLIST_FOR_IMPORT_ALL" "(FORM)", or its possible occurrence must be declared in the RAISING clause of the procedure.
I've generate the program SAPLRSVERS but the same error still occurs.
Could anyone pls. help?
Thank you!
Best Regards,
Carina Hu