cancel
Showing results for 
Search instead for 
Did you mean: 

error : ehp4 upgrade from ECC6 at phase downtime:PARCONV.UPG TA: se24

Former Member
0 Kudos
100

Hi Gurus,

We are upgrading our ECC 6.0 system to EHP4, while upgrading we got error in the PHASE:

downtime:PARCONV.UPG . According to the note: 1483283

logged in As <sidadm>, call the following commands from the command line:

tp unlocksys pf=(DIR_PUT)/bin/DEFAULT.TPP

tp unlock_EU pf=(DIR_PUT)/bin/DEFAULT.TPP

Manually apply the correction instruction of this note using

transaction SE24. (You cannot use SNOTE or SE80 during this phase.)

Could you please explain step by step howcan we apply manual corrections with SE24.

Regards

Balaji.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Balaji,

You should have already unlocked the system using tp unlocksys and unlock_eu.

Also you should have an administrative user on the system that is not ddic/sap*.

Next goto the "Correction instructions" section of the Note 1483283. Open correction instruction 943161 - as it 701 release would be valid for EhP4.

Here in the last part, you could see BADI_PREGENERATION method of the class CL_ENH_BADI_PREGENERATION needs to be changed. Click the object name to open the page listing corrections to be made.

The format of corrections is: as an example;

context block

..

xyz

...

delete block

..

abc

...

insert block

..

123

..

This means.

- goto tcode se24 and enter class CL_ENH_BADI_PREGENERATION

- open source code for method BADI_PREGENERATION

- goto change mode

- as per the above format search for context block code e.g. "xyz".

- once found, search for to be deleted block code e.g. "abc" and delete it - using the 'delete' in the tool bar options

- in place of the above deleted block, insert block code e.g. "123" using the 'insert' option

- do the same for both delta001 and delta002

Save and activate. Corrections are applied manually now.

Regards,

Srikishan

Answers (0)