cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump in solution_manager transaction

Former Member
0 Kudos

Hello,

I've upgraded our solution manager from SP18 to SP20 and since then I get a short dump accesing the solution_manager transaction. The strange thing is that with some users I can get into that transaction but I get the same short dump when accesing the Maintanance Optimizer or SupportPackage Stacks.

I've implemented all of the initial required steps (e.g. implement note 1334252) with transaction solman_setup.

Did anyone had this problem?

Thanks,

Werner Wasicsek

You have below the shortdump:

-


Short text

Syntax error in program "/TMWFLOW/CL_MO_HTML_REQUEST===CP ".

-


-


What happened?

Error in the ABAP Application Program

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

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"/TMWFLOW/CL_MO_HTML_REQUEST===CP " in include

"/TMWFLOW/CL_MO_HTML_REQUEST===CM003 " in

line 7:

"Method "GET_NOTE_URL" does not exist. There is, however, a method with"

" the similar name "GET_SER_URL"."

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "WERNI "

Error in the ABAP Application Program

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

terminated because it has

come across a statement that unfortunately cannot be executed.

-


-


Error analysis

The following syntax error was found in the program

/TMWFLOW/CL_MO_HTML_REQUEST===CP :

"Method "GET_NOTE_URL" does not exist. There is, however, a method with"

" the similar name "GET_SER_URL"."

" "

" "

-


-


Trigger Location of Runtime Error

Program CL_DSMOP_HTML_STACKS_LIST=====CP

Include CL_DSMOP_HTML_STACKS_LIST=====CM00J

Row 1

Module type (METHOD)

Module Name CREATE_STACKSLIST

-


-


Source Code Extract

-


Line

SourceCde

-


>>>>>

METHOD create_stackslist.

2

3

DATA: l_html TYPE string,

4

l_dev_systems TYPE i,

5

l_dev_stacks_string TYPE string.

6

7

CONCATENATE

8

9

'<TABLE class=std-table cellSpacing=0 cellPadding=3 width="80%" style="border: 0px solid w

10

11

'<tbody>'

12

13

INTO l_html. "#EC NOTEXT

14

15

me->html_append( l_html ).

16

17

  • create header line

18

IF NOT me->mt_stacks_complete_data[] IS INITIAL.

19

20

CONCATENATE

-


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

I found the problem: I had implemented a note (1308126) that made these

modifications in the system. I just uninstalled the note and now everything is OK.

Thanks you for the support,

Werner Wasicsek

Former Member
0 Kudos

Hello,

Well, the problem is that nobody changed anything. The only thing what was done was to install the security notes and the notes that are required for setting up the Solution Manager.

Werner Wasicsek

Former Member
0 Kudos

Hi,

Please also ensure you have applied Note 1122966 - Maintenance Optimizer: Notes for Enhancement Packages

Best regards,

Warren

markus_doehr2
Active Contributor
0 Kudos

> | The include has been created and last changed by: |

> | Created by: "SAP " |

> | Last changed by: "WERNI " |

So the user WERNI changed that program - and that user must fix it.

Markus