cancel
Showing results for 
Search instead for 
Did you mean: 

Run time Errors!!

Former Member
0 Kudos

Hi Ppl,

I have posted an query earlier for which i got an immediate response. with the same faith, i am asking for your guidance again.

Problem is except for T.code rmmain..for every other tcode like solar01, solar 02, i am facing runtime errors.

Kindly guide me,

rgds,

Deeppak Raj

SAP SD

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209604
Active Contributor
0 Kudos

>

> Hi Ppl,

> Problem is except for T.code rmmain..for every other tcode like solar01, solar 02, i am facing runtime errors.

Without further information, it will be difficult to help you.

Post the installed software components with support package level of your Solution Manager system.

Post the following sections of the dump:

- Header information (starting with Runtime Error)

- Short text

- Error Analysis

- Active calls/events (copy the first 1-10 calls)

- Source code extract

Best regards,

Ruediger

Former Member
0 Kudos

Hello Mr. Ruediger Stoecker,

Thank you for coming forward to guide me.

Here is the information you wanted

Installed software components with support package level of your Solution Manager system.

SAP_BASIS 700 0006 SAPKB7 0006 SAP Basis Component

DB: Oracle:

OS: Windows NT

Hope it will be useful.

Kindly let me know if you think info provided is not enough.

Runtime Errors MESSAGE_TYPE_X

Date and Time 14.02.2007 17:06:51

Short text

The current application triggered a termination with a short dump.

What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

Error analysis

Short text of error message:

Control Framework : Error processing control

Technical information about the message:

Message classe...... "CNDP"

Number.............. 006

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

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

Trigger Location of Runtime Error

Program CL_GUI_CFW====================CP

Include CL_GUI_CFW====================CM002

Row 23

Module type (METHOD)

Module Name FLUSH

Source Code Extract

Line SourceCde

1

2 METHOD FLUSH .

3 * ...

4 data: rc like sy-subrc, msgli like sy-msgli.

5

6 CALL FUNCTION 'AC_FLUSH_CALL'

7 EXPORTING

8 SYSTEM_FLUSH = ' '

9 IMPORTING

10 MESSAGE_NR = rc

11 MESSAGE_TEXT = msgli.

12

13 sy-subrc = rc.

14 sy-msgli = msgli.

15

16 CASE SY-SUBRC.

17 WHEN 0.

18 WHEN 1.

19 * system_error

20 MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.

21 WHEN 2.

22 * method_call_error

>>>>> MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

24 WHEN 3.

25 * property_set_error

26 MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

27 WHEN 4.

28 * property_get_error

29 MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

30 WHEN OTHERS.

31 RAISE CNTL_ERROR.

32 ENDCASE.

33 ENDMETHOD.

With Rgds,

Deeppak

SAP SD

former_member209604
Active Contributor
0 Kudos

Hi Deeppak,

you might check the following:

- Are you using a current SAP Logon (GUI) Version?

- SAP Note 1045415 desribes the same symptoms for component SAP_BW, which is part of SolMan.

but Transaction SOLAR01, SOLAR02 should not make use of BW functions.

The information provided is very usefull.

Best regards,

Ruediger

Former Member
0 Kudos

hi ,

i am also facing the same error in solution manager,when i checked the note give above 1045415,it says to aply support package SAPKW70014.but mt BW component is already at support packagage level 14 in my solution manager system

please help

rgds,

Anand