cancel
Showing results for 
Search instead for 
Did you mean: 

MESSAGE x299(brain) WITH 'RRSV_IN_EX_CONVERT' for SAP BW 7.40 SP8

Former Member
0 Kudos

while executing the Transaction RSECAUTH in our upgraded environment got the run time error.

MESSAGE x299(brain) WITH 'RRSV_IN_EX_CONVERT' for SAP BW 7.40 SP8

gone through the below notes but its applicable to BW7.40 SP7 not for SP8

1978153 - InfoCube compression terminates after upgrade to BW 7.40

Regards,

Gowri Shankar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi

Could you share the rumtime error detail with attach

BR

SS

Former Member
0 Kudos

Hi Sriram,

we are on BW 7.40 SP8

Error analysis

    Short text of the error message:

    System error in program RRSV_IN_EX_CONVERT and form

    Long text of the error message:

     Diagnosis

         This internal error is a targeted termination since the program has

         an

         incorrect status.

     Procedure

         Analyse the situation and inform SAP.

    Technical information about the message:

    Message class....... BRAIN

    Number.............. 299

    Variable 1.......... RRSV_IN_EX_CONVERT

    Variable 2..........

    Variable 3..........

    Variable 4.......... " "

User transaction:

Language key.......... E
Transaction......... RSECAUTH
Transaction ID...... 5489B1844B2C23F6E10000000A305325

EPP whole context ID...... 0050569B1A6B1ED4A0C66E76439EAB4A
EPP connection ID........ 00000000000000000000000000000000
EPP call counter......... 0

Program.............. SAPLRRSV
Screen.............. SAPLRSEC_SCREENS                        0400
Screen line.......... 25
Active debugger..... "none"

  

    PERFORM external_dec_time_get USING i_chavl_int
                               CHANGING e_chavl_ext.

  ELSEIF i_inttp EQ rsr_c_inttp-dec_date.
    l_chavl_int = i_chavl_int.
    PERFORM external_dec_date_get USING l_chavl_int
                               CHANGING l_chavl_ext.
    e_chavl_ext = l_chavl_ext.
  ELSE.
    MESSAGE x299(brain) WITH 'RRSV_IN_EX_CONVERT'.    <-------------------------
  ENDIF.

  IF e_chavl_ext IS INITIAL.
    e_chavl_ext = '#'.
  ENDIF.

ENDFUNCTION.

Regards,

Gowri

Sriram2009
Active Contributor
0 Kudos

Hi Gowri

I think new program error or bug you may require to raise the support ticket to SAP,

BR

Former Member
0 Kudos

Yes its program bug from sap.

Provided us fix by new sap note:2111072.

Thanks for your support.

Gowri Shankar.