cancel
Showing results for 
Search instead for 
Did you mean: 

Checks after phase MAIN_NEWBAS/XPRAS_UPG were negative

Former Member
0 Kudos

Hi Gurus,

am upgrading from ecc 6.0 to ehp5 on dual stack system OS:Windows 2003 DB:oracle 10.2.0.2

i got below error in the MAIN_NEWBAS/XPRAS_UPG phase

XPRASUPG.ELG log:

**************************************************

              • LIST OF ERRORS AND RETURN CODES *******

**************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

XPRA ERRORS and RETURN CODE in SAPR-500AGINCPRXRPM.IJE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1AETR012XProgram terminated (job: "RDDEXECL", no.: "14152200")

Long text:

Cause

Program "&V#&", which was started in the background, was terminated

abnormally.

System Response

The system created a job log for the terminated program.

What to do

Proceed as follows:

Log onto the system in which the program was executed. The system is

specified at the beginning of the transport log.

Then call transaction SM37 to display the job log.

Enter "&V#&" as job name and "DDIC" as user name.

Restrict the starting date to the starting date specified in the

transport log.

For the other selection criteria, select only jobs with the status

"cancelled". Then press <LS>Execute</>.

A list of the jobs satisfying the selection criteria is displayed.

You can display the log by pressing <LS>Job log</>.

If the list contains several jobs, you can select the job with the ID "

&V#&" with <LS>Display</> -> <LS>Job details</> or define further

details for the selection criteria in the initial screen of transaction

SM37.

If the ABAP processor reports cancellation, double-clicking on the

corresponding message in the job log branches to the display of the

corresponding short dump.

1AEPU320 See job log"RDDEXECL""14152200""IJE"

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 <<<

RDDEXECL job log:

Job started

Step 001 started (program RDDEXECL, variant , user ID DDIC)

All DB buffers of application server admin0001 were synchronized

Internal session terminated with a runtime error (see ST22)

Job cancelled

Dump at ST22:

Error analysis

The following syntax error was found in the program

CL_DPR_TASK_O=================CP :

"Formal parameter "IV_PLANSTART" does not exist."

please help me solve

Thanks,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

please paste details of the dump from ST22.

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny,

here is dump details..

Category ABAP Programming Error

Runtime Errors SYNTAX_ERROR

ABAP Program CL_DPR_TASK_O=================CP

Application Component PPM-PRO-STR

Date and Time 06.12.2011 16:34:41

User and Transaction

Client.............. 000

User................ "DDIC"

Language key........ "E"

Transaction......... " "

Transaction ID...... "04FA1FE12F6DF16DB7E400145E69764F"

EPP Whole Context ID.... 34454438393637453445443839363745

EPP Connection ID....... 34454442374143323445444237414332

EPP Caller Counter...... 1

Program............. "CL_DPR_STATUS_CHANGE_OBSERVER=CP"

Screen.............. "SAPMSSY0 1000"

Screen Line......... 6

Debugger Active..... "none"

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_DPR_STATUS_CHANGE_OBSERVER=CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"CL_DPR_TASK_O=================CP " in include

"CL_DPR_TASK_O=================CM021 " in

line 74:

"Formal parameter "IV_PLANSTART" does not exist."

" "

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error in the ABAP Application Program

The current ABAP program "CL_DPR_STATUS_CHANGE_OBSERVER=CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

The following syntax error was found in the program

CL_DPR_TASK_O=================CP :

"Formal parameter "IV_PLANSTART" does not exist."

Information on where terminated

Termination occurred in the ABAP program "CL_DPR_STATUS_CHANGE_OBSERVER=CP" -

in "SET_HANDLER".

The main program was "R_DPR_PROJECT_ROLES_XPRA ".

In the source code you have the termination point in line 12

of the (Include) program "CL_DPR_STATUS_CHANGE_OBSERVER=CM00A".

The program "CL_DPR_STATUS_CHANGE_OBSERVER=CP" was started as a background job.

Job Name....... "RDDEXECL"

Job Initiator.. "DDIC"

Thanks in advance

Venkat

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check SAP note 1582917.

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny,

Thanks for your reply..

i saw note but am not able to find any corrections in the note.

Solution

Implement the corrections.

could you please help me to find corrections.

Thanks,

Venkat

Former Member
0 Kudos

> could you please help me to find corrections.

Either you apply the note via SNOTE or apply them manually from the section 'Correction Instructions' mentioned in this Note.

Download the correction as per your sap release.

Thanks

Former Member
0 Kudos

Thanks Sunny you solution got worked.

Thanks Databasesap for your helpfull answer.

Venkat

Answers (2)

Answers (2)

former_member231583
Discoverer
0 Kudos

Thanks Sunny. Your note 1582917 worked for me too.

JPReyes
Active Contributor
0 Kudos

Check SAP Note 1475794 - Support Packages for CPRXRPM 500_702

That should put you in the right track

Regards

Juan