cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade to ECC 6 EhP4 - Phase JOB_RSINDCHK SE18 Error

0 Kudos

Hello all,

I am in the phase MAIN_NEWBAS/JOB_RSINDCHK, and I have hit an error that I am trying to solve using note 1366282.

The issue is that I receive a "subst_list_sys_logs" which is solved with the following steps :

1. Call Transaction SE18

2. Enter ' SFW_SWITCH_DETERMINE_OBJ' for Enhancement Spot

3. Click button 'display '

4. In screen 'Enhancement Spot Display' click Button 'activate' (even though the enhancement spot is already displayed to be

active)

BUT, when I go to SE18, in step 3, I get an

"Enhancement Object SFW_SWITCH_DETERMINE_OBJ inconsistent (n-version exists)"

and cannot go any further.

I know that SAP has assisted with a similar error before, but I cannot remember the solution.

Can anyone assist?

Edited by: JOHAN SCHULTZ on Oct 10, 2010 2:57 PM

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hello,

in the end we opened an OSS message to SAP.

SAP suggested us to upgrade the kernel.

We was already on the last SP kernel available (kernel 701 64bit unicode patch 117), so we upgrade only disp+work to patch level 139.

After that we were abble to implement the note and to continue with the upagrade.

So the solution is:

- upgrade the kernel

- implement the note

- repeat the phase of upgrade

Bye

Matteo Stocco

Former Member
0 Kudos

Hello Matteo,

Please write a detailed step by step how you solved the problem. I did everything the same, but I can't apply note 1483283.

In automatically mode:

Cannot implement/deimplement notes; upgrade running

In manually mode:

Exception CX_ENH_INTERNAL_ERROR triggered

An internal error occurred when processing the enhancement

---

BR, Roman

Former Member
0 Kudos

Dear Carl-Johan Cedl,

Thanks for your valuable solution. we have followed the same and resolved

Dear BR, Roman

Just implement the correction delivered in SAP note 1483283

Regards,

Sandeep K

Former Member
0 Kudos

Hello everybody,

during the upgrade in phase JOB_RSINDCHK we have the same error of you:

2WETQ360 RFC of "subst_list_sys_logs" failed:

2WETQ361 code/exception : DUMP_ERROR

Checking on disp+work log I can see:

A ABAP Program CL_R3STANDARD_PERSISTENCE=====CP .

A Source CL_R3STANDARD_PERSISTENCE=====CM00Z Line 46.

A Error Code UNCAUGHT_EXCEPTION.

So I think I need to apply note 1483283 (actual version 8).

So I run transaction SE24, insert CL_ENH_BADI_PREGENERATION --> display --> method

But when I double click on BADI_PREGENERATION methd (or any other...) I receive this dump:

Runtime Errors SYNTAX_ERROR

Date and Time 07.03.2011 17:41:41

Short text

Syntax error in program "CL_WB_ED_ENHANCEMENT_HANDLER==CP ".

So I'm not able to implement the note.

Could you please help me?

Thank you in advance for you help!

Former Member
0 Kudos

Hi

I have the same problem with RSINDCHK JOB in EHP4 implementation.

Severe error(s) occured in phase MAIN_NEWBAS/JOB_RSINDCHK!

Last error code set: RFC_ERROR 2: DUMP_ERROR

DUIMP (ST22):

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

in "LOAD_SPOT".

The main program was "RSINDCHK ".

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

of the (Include) program "CL_R3STANDARD_PERSISTENCE=====CM00Z".

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

Job Name....... "RSINDCHK"

Job Initiator.. "DDIC"

Job Number..... 10424400

The termination is caused because exception "CX_ENH_INTERNAL_ERROR" occurred in

procedure "SFW_GET_SWITCHPOS" "(FUNCTION)", but it was neither handled locally

nor declared

in the RAISING clause of its signature.

The procedure is in program "SAPLSFW_COMMON "; its source code begins in line

1 of the (Include program "LSFW_COMMONU01 ".

I tried to check SAP NOTE 1483283 but i have problem opening this note::

"Note 1483283

The requested SAP Note is either in reworking or is released internally only "

Please can you help me and tell me what manually change have i to do in step 2 (LSFW_COMMONE01 program)

1. Unlock system as Snow's reply

2. From SE38, change program LSFW_COMMONE01

3. Lock system

4. Continue EHPI process, it can continue to next phase now..

Thanks for your help

Best regards

JTAD

0 Kudos

Hi Guys

I'm having the exact same problem.

What do I have to manually change in se38 (LSFW_COMMONE01 program). This is what is displayed in that program:

&----


*& Include LSFW_COMMONE01

&----


load-of-program.

  • pregeneration here!

cl_enh_badi_pregeneration=>badi_pregeneration( exporting enhspotname = 'SFW_SWITCH_DETERMINE_OBJ' ).

cl_enh_badi_pregeneration=>badi_pregeneration( exporting enhspotname = 'SFW_PROCESS_CONTROL' ).

To me that should be right but still get the dump in st22.

Kind Regards

Schalk

Former Member
0 Kudos

Hi,

I have exactly the same error during the upgrade.

Uploading the note 1483283 via TA snote failed (shortdump).

@Paul Power: Could you pls. describe how we should apply the note 1483283 .

@Ashok Dalai: What do you mean "trying it on a different maschine"? Different hardware, differenz SAP-System?

Thanks in advance.

Regards

Rentschler

Former Member
0 Kudos

ok, I found the solution:

as Fendhy Ongko wrote here:

1. Unlock system as Snow's reply

2. From SE38, change program LSFW_COMMONE01

3. Lock system

4. Continue EHPI process, it can continue to next phase now..

Former Member
0 Kudos

Hi Rudolf,

We are facing the same issue ...can you please tell what changes we have to made in program LSFW_COMMONE01 ...

Thanks

...

Former Member
0 Kudos

If you check note 1483283 there are a valid solution.

In my system there was adump in ST22 (in the original system, not the shadowinstance) refering to

UNCAUGHT_EXCEPTION CX_ENH_INTERNAL_ERROR

Unlock your system as sidadm

sidadm> tp unlocksys SID pf=/<install_dir>/abap/bin/DEFAULT.TPP

sidadm> tp unlocksys_eu SID pf=/<install_dir>/abap/bin/DEFAULT.TPP

trans se24

enter class CL_ENH_BADI_PREGENERATION, choose Object Type->Test (F8).

Press the Execute button beside BADI_PREGENERATION

Enter Spot name: SFW_SWITCH_DETERMINE_OBJ

Press the Execute button in the application tool bar

If you get an exception error, apply the changes from the note manually from trans se24

Object type to change is CL_ENH_BADI_PREGENERATION

press change (you need to request a key from sapnet for this)

double click on BADI_PREGENERATION

The changes to be done can be found in the note under "Correction instructions"

Edited by: Carl-Johan Cedlert on Mar 9, 2011 2:01 PM

Former Member
0 Kudos

Hi Mr Shultz,

This issue came for us in an upgrade.When i tried in a different machine it worked for me.You can try the same.

Regards

Ashok Dalai

paul_power
Active Contributor
0 Kudos

Hello Mr Shultz,

I believe that to overcome the current issue, you will have to unlock the system and manully apply the note 1483283

but only if SAPKB70107 is part of the upgrade.

Regards,

Paul