Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from Snowy on Mar 17 at 11:03 AM Hi, This may be a temporary error. Go back in SPAM and continue applying support packs. Thanks
| | | ---------------Original Message--------------- From: Michael Sent: Tuesday, March 17, 2015 12:20 AM Subject: SYNTAX_ERROR CL_GUI_FRONTEND_SERVICES======CP Hello Guru, We are in the middle of updating SAP_BASIS SP level from SP SAPKB70107 to SP13 via SPAM Right now we are now at the steps where in we should confirm the modification via SPAU. But every time I click the modification and doing other transaction have below abap dumps Syntax error in program "CL_GUI_FRONTEND_SERVICES======CP ". 55 *check if theme name is supported........................... >>>>> CALL METHOD CL_GUI_FRONTEND_SERVICES=>CHECK_GUI_SUPPORT 57 EXPORTING My Current SYSTEM is running under Linux, kernel 720 patch 401, oracle 11g, sap gui 730_12 I have tried looking for any related notes and didn't find any. ============================ Runtime Errors SYNTAX_ERROR Date and Time 17.03.2015 10:56:02 Short text Syntax error in program "CL_GUI_FRONTEND_SERVICES======CP ". What happened? Error in the ABAP Application Program The current ABAP program "CL_GUI_RESOURCES==============CP" had to be terminated because it has come across a statement that unfortunately cannot be executed. The following syntax error occurred in program "CL_GUI_FRONTEND_SERVICES======CP " in include "CL_GUI_FRONTEND_SERVICES======CM00F " in line 288: "Exception "INVALID_DEFAULT_FILE_NAME" does not exist" " " " " " " The include has been created and last changed by: Created by: "SAP " Last changed by: "DCADMIN " Error in the ABAP Application Program The current ABAP program "CL_GUI_RESOURCES==============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 CL_GUI_FRONTEND_SERVICES======CP : "Exception "INVALID_DEFAULT_FILE_NAME" does not exist" " " " " " " Trigger Location of Runtime Error Program CL_GUI_RESOURCES==============CP Include CL_GUI_RESOURCES==============CM009 Row 56 Module type (METHOD) Module Name GET_STANDARD_RESOURCES Source Code Extract Line SourceCde 26 key = context_id. 27 28 IMPORT std_fontsize = std_fontsize 29 fontname_c = fontname_c 30 std_background_color_level1 = std_background_color_level1 31 std_background_color_level2 = std_background_color_level2 32 std_textarea_color = std_textarea_color 33 list_color_table = list_color_table 34 themename_c = themename_c 35 36 FROM SHARED BUFFER eudb(UI) ID KEY TO WA. 37 38 if sy-subrc ne 0. 39 *cache insert ende 40 41 CALL FUNCTION 'CONTROL_INIT'. 42 IF sy-subrc <> 0. RAISE error_get_obj. ENDIF. 43 CALL METHOD OF h_gui 'GetGuiServices' = hguiservices NO FLUSH. 44 IF sy-subrc <> 0. RAISE error_get_obj. ENDIF. 45 CALL METHOD OF hguiservices-obj 'GetServiceByName' = hservice 46 NO FLUSH 47 EXPORTING #1 = 'SAPGUIResources.1'. 48 IF sy-subrc <> 0. RAISE error_get_obj. ENDIF. 49 GET PROPERTY OF hservice-obj 'Fonts' = hfonts-obj no flush. 50 IF sy-subrc <> 0. RAISE cntl_error. ENDIF. 51 GET PROPERTY OF hservice-obj 'Colors' = hcolors-obj no flush. 52 IF sy-subrc <> 0. RAISE cntl_error. ENDIF. 53 54 55 *check if theme name is supported........................... >>>>> CALL METHOD CL_GUI_FRONTEND_SERVICES=>CHECK_GUI_SUPPORT 57 EXPORTING 58 COMPONENT = 'sapguiresources' 59 FEATURE_NAME = 'getthemename' 60 RECEIVING 61 RESULT = RET_VAL 62 EXCEPTIONS 63 CNTL_ERROR = 1 64 ERROR_NO_GUI = 2 65 WRONG_PARAMETER = 3 66 NOT_SUPPORTED_BY_GUI = 4 67 UNKNOWN_ERROR = 5 68 others = 6. 69 70 IF SY-SUBRC <> 0. 71 RET_VAL = ABAP_FALSE. 72 ENDIF. 73 74 IF NOT RET_VAL IS INITIAL. 75 GET PROPERTY OF hservice-obj 'ThemeName' = themename_c no flush. | | Reply to this email to post your response. __.____._ | _.____.__ |