cancel
Showing results for 
Search instead for 
Did you mean: 

RAISE_EXCEPTION INSTANCE_NOT_FOUND in VA01

marie_renneke
Participant
0 Kudos

Dear experts,

irregularly our customer is getting the Dump RAISE_EXCEPTION with INSTANCE_NOT_FOUND in transaction VA01 - here are some details of the system and the dump:

Release 700 (ECC 6.0)

Kernelpatch 278

SAP_BASIS & ABA 23 (will be updated to 25 the next days)

SAP_APPL 600 19

DB MaxDB 7.6.06.004

OS AIX 6.1

User and Transaction

    Client.............. XXX
    User................ "XXXXX"
    Language key........ "D"
    Transaction......... "VA01 "
    Transactions ID..... "4FE1E91D5DDA1490E10080000ADA024F"

    Program............. "SAPLCEI0"
    Screen.............. "SAPMV45A 4900"
    Screen line......... 645

Information on where terminated
    Termination occurred in the ABAP program "SAPLCEI0" - in
     "CE_I_GET_CONFIGURATION".
    The main program was "SAPMV45A ".

    In the source code you have the termination point in line 103
    of the (Include) program "LCEI0U19".

....

   94 *   lv_subrc <> 0: masterdata was not found

   95     IF NOT lv_subrc IS INITIAL.

   96       PERFORM instance_set                               "begin 1051398

   97                   USING

   98                      lv_cuobj.                             "end 1051398

   99       g_cuobj          = lv_cuobj.                       "begin 1048399

  100       gv_self_instance = lv_cinst.

  101       gv_date          = lv_date.

  102       cuco             = ls_profile.                       "end 1048399

>>>>>       RAISE instance_not_found.

  104     ENDIF.                                                 "end 1015183

  105   ELSE.

  106     PERFORM INSTANCE_READ                                 "begin 212290

....

We've already implemented note 1645737 which seems to be perfectly fitting to this problem. Unfortunately no SAP note or the like helped by now.

Also we're not sure if it's an administrative or user error.

Do you know any situation like this? It would be great if you'd have some advice in solving this problem.

Many many thanks in advance for your help.

Best wishes

Marie

Accepted Solutions (0)

Answers (4)

Answers (4)

marie_renneke
Participant
0 Kudos

Hello people,

does anybody have any further idea?

Best wishes

Marie

marie_renneke
Participant
0 Kudos

Hi to all,

we still get that annoying dump every now and then. Still no way to reproduce it - if the user repeats his action, it works fine. It doens't occur very often anymore but this problem is still not solved.

We thought about opening a SAP call but as mentioned this is not reproducible in any way.

Doesn't anybody face the same problem?

Thanks again

Best

Marie

Former Member
0 Kudos

Hi Marie,

Do you have any developments under BAdI: Reset Valuations for Screen_Dep Characteristics?

Regards,

Ornella

marie_renneke
Participant
0 Kudos

Dear Ornella,

unfortunately I cannot really tell if there's BAdi development in the system - I'm just the admin - the customer himself doesn't delevope anyway - only some consultants but as far as I know not with  BAdis.

So I would guess that there's no BAdi development.

Best

Marie

Lakshmipathi
Active Contributor
0 Kudos

Information on where terminated
    Termination occurred in the ABAP program "SAPLCEI0" - in
     "CE_I_GET_CONFIGURATION".
    The main program was "SAPMV45A ".


I feel, the highlighted Function Module is causing the issue.  Please have a look at the following note which may help you:-

  • Note 211614 - Short dump in CE_I_GET_CONFIGURATION


G. Lakshmipathi

marie_renneke
Participant
0 Kudos

Hi and thanks for the reply,

as mentioned before our release is much higher (ECC 6.0 without any EhP) - note 211614 concerns release 4.5B to 4.6C - there is no correction to be implemented for us in this note.

Thanks again.

Best wishes

Marie

Shiva_Ram
Active Contributor
0 Kudos