cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SALV_BS_SC_MSG dump

sivakumar_kilari3
Active Contributor
0 Kudos

Hi,

After Applying BASIS,ABAP, BW - 11 patches. I am unable to execute any BASIS transaction code. getting following dump.

Syntax error in program "CX_SALV_BS_SC_MSG=============CP ".

What happened?

Error in the ABAP Application Program

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

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"CX_SALV_BS_SC_MSG=============CP " in include

"CX_SALV_BS_SC_MSG=============CM002 " in

line 1:

"Class "CX_SALV_BS_SC_MSG" does not contain an interface "IF_SALV_WD_ME"

"SSAGE". However, there is a similarly-named interface "IF_MESSAGE"."

" "

" "

Error analysis

The following syntax error was found in the program

CX_SALV_BS_SC_MSG=============CP :

"Class "CX_SALV_BS_SC_MSG" does not contain an interface "IF_SALV_WD_ME"

"SSAGE". However, there is a similarly-named interface "IF_MESSAGE"."

" "

Trigger Location of Runtime Error

Program CX_SALV_BS_SC_RUNTIME_INFO====CP

Include CL_SALV_BS_RUNTIME_INFO=======CM006

Row 5

Source Code Extract

Line SourceCde

1 method get.

2

3 import s_runtime_info to value from memory id cl_salv_bs_runtime_info=>c_memid_info.

4 if sy-subrc ne 0.

>>>>> raise exception type cx_salv_bs_sc_runtime_info

6 exporting

7 textid = 'NO_RUNTIME_INFO'.

8 endif.

9

10 endmethod.

How to resolve this issue? is there any sap note?

Regards,

Siva.

Edited by: Siva K Kumar on Nov 17, 2010 7:17 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member524429
Active Contributor
0 Kudos

Hi,

BASIS release ?

BW Release ?

If your BASIS release is 700 then Have you implemented[ SAP Note 1037232 - Error in enhancement after importing SAPKB70011|https://service.sap.com/sap/support/notes/1037232] ? I would recommend to apply the latest Support Patches in you SAP system.

I would recommend to refer OCS Known problems SAP Notes (like SAP Note 822379 - Known problems with Support Packages in SAP NW 7.0x AS ABAP) before going to apply SAP Support patches/Patch Stack.

Regards,

Bhavik G. Shroff

sivakumar_kilari3
Active Contributor
0 Kudos

Hi Bhavik,

When I am applying note getting same error.

How to proceed?

Regards

Siva.