cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump in SDP94

Former Member
0 Kudos

Hi,

I am getting the following error when I am trying to access SDp94. I am actually working on a different PA/POS/Planning book combination than the standard one but the system keeps going to 9ADP001 and asking if I want to initialize it.

The 9ADP001 was inactive and so I activated that and then been to SDp94, this time I was asked whether to initialize the 9ADP001 again and I initialized it. I am getting the following dump:

Runtime Errors RAISE_EXCEPTION

Date and Time 09/17/2007 17:52:14

Short text

Exception condition "CNTL_ERROR" raised.

What happened?

The current ABAP/4 program encountered an unexpected

situation.

Error analysis

A RAISE statement in the program "CL_GUI_RESOURCES==============CP" raised the

exception

condition "CNTL_ERROR".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

Trigger Location of Runtime Error

Program CL_GUI_RESOURCES==============CP

Include CL_GUI_RESOURCES==============CM00B

Row 40

Module type (METHOD)

Module Name GET_FONT_INFOS

Source Code Extract

Line SourceCde

10 CALL METHOD OF hguiservices-obj 'GetServiceByName' = hservice

11 NO FLUSH

12 EXPORTING #1 = 'SAPGUIResources.1'.

13 IF sy-subrc <> 0. RAISE error_get_obj. ENDIF.

14 GET PROPERTY OF hservice-obj 'Fonts' = hfonts-obj no flush.

15 IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

16

17 *** fontsize

18 GET PROPERTY OF hfonts-obj 'FontSize' = fontsize no flush

exporting #1 = '0'.

IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

      • fontname

GET PROPERTY OF hfonts-obj 'FontName' = fontname no flush

exporting #1 = '0'.

IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

  • free objects

FREE OBJECT hfonts-obj no flush.

IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

FREE OBJECT hservice-obj no flush.

IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

FREE OBJECT hguiservices-obj no flush.

IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

  • flush now ?

IF NOT with_flush IS INITIAL.

CALL FUNCTION 'CONTROL_FLUSH'

EXCEPTIONS

cntl_system_error = 1

cntl_error = 2

OTHERS = 3.

IF sy-subrc <> 0. RAISE cntl_error. ENDIF.

ENDIF.

endmethod.

Message was edited by:

Raj G

Accepted Solutions (1)

Accepted Solutions (1)

former_member583013
Active Contributor
0 Kudos

Hi,

This is definitely a GUI issue.

Please update both SAP GUI patch and SCM add-on on a test client and retest.

This patch is available at [service.sap.com/patches]

-> Entry by Application Group

-> SAP Frontend Components

-> SAP GUI FOR WINDOWS

-> SAP GUI FOR WINDOWS 6.40 (if you are in GUI 6.40 release)

Regards,

Sunitha.

Former Member
0 Kudos

Hi,

Sorry for the late reply. The GUI we have is 6.40 with patch level 11. Is this what you are saying? or do we have some more patches in the service market place? or as per your suggesiton, do I need to go for GUI 7.1?

Srinivas, I am trying to get information on /sapapo/sdpplblk and /sapapo/sdpuset

Thanks.

Former Member
0 Kudos

Thanks Sunita,

We found that it is a patch related problem. APO add on was not configured.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Raj G,

Regarding the dump, have you installed the APO Add-on for SAP GUI? If not please, install it. I think the missing activex component is causing the dump.

Hope this helps.

srinivas_krishnamoorthy
Active Contributor
0 Kudos

I would also recommend to have appropriate settings for the user ID in

/sapapo/sdpplblk and /sapapo/sdpuset

I would also recommend searching OSS notes as I remember running across this issue and getting it resolved through OSS notes.

Former Member
0 Kudos

Hey Srinivas,

Are those /sapapo/sdpplblk and /sapapo/sdpuset transaction codes or programs? I remember seeing them some where.

srinivas_krishnamoorthy
Active Contributor
0 Kudos

They are t-codes.

Former Member
0 Kudos

Hello,

You are facing GUI related issue.

Read the line A RAISE statement in the program "CL_GUI_RESOURCES==============CP" raised the

exception

This indicates that you are facing GUi related issue.

Apply latest release of the GUI - 710 Final Release final version : 710 Final Release

And see the result

Former Member
0 Kudos

You might be right. I will check our basis people. Thanks.