on 2024 Nov 06 10:00 AM
Hi Expert
I have an error while running /SDF/RC_START_CHECK, a dump is happened.
Could you help me resolve it?
Runtime Errors SYNTAX_ERROR
Date and Time 2024/11/06 17:50:39
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Syntax error in program "CLS4SIC_HR_TIME_MANAGEMENT====CP ". |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| Error in the ABAP Application Program |
| |
| The current ABAP program "CL_ABAP_TYPEDESCR=============CP" had to be |
| terminated because it has |
| come across a statement that unfortunately cannot be executed. |
| |
| The following syntax error occurred in program |
| "CLS4SIC_HR_TIME_MANAGEMENT====CP " in include |
| "CLS4SIC_HR_TIME_MANAGEMENT====CM002 " in |
| line 26: |
| "Comma without preceding colon (after SELECT ?)." |
| " " |
| " " |
| " " |
| |
| The include has been created and last changed by: |
| Created by: "SE_SRC20 " |
| Last changed by: "SAP " |
| Error in the ABAP Application Program |
| |
| The current ABAP program "CL_ABAP_TYPEDESCR=============CP" had to be |
| terminated because it has |
| come across a statement that unfortunately cannot be executed. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What can you do? |
| Please eliminate the error by performing a syntax check |
| (or an extended program check) on the program "CLS4SIC_HR_TIME_MANAGEMENT====CP |
| ". |
| You can also perform the syntax check from the ABAP Editor. |
| |
| If the problem persists, proceed as follows: |
| Note down which actions and inputs caused the error. |
| |
| |
| To process the problem further, contact you SAP system |
| administrator. |
| |
| Using Transaction ST22 for ABAP Dump Analysis, you can look |
| at and manage termination messages, and you can also |
| keep them for a long time. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Error analysis |
| The following syntax error was found in the program |
| CLS4SIC_HR_TIME_MANAGEMENT====CP : |
| "Comma without preceding colon (after SELECT ?)." |
| " " |
| " " |
| " " |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|How to correct the error |
| Probably the only way to eliminate the error is to correct the program. |
| - |
| If you cannot solve the problem yourself and want to send an error |
| notification to SAP, include the following information: |
| |
| 1. The description of the current problem (short dump) |
| |
| To save the description, choose "System->List->Save->Local File |
| (Unconverted)". |
| |
| 2. Corresponding system log |
| |
| Display the system log by calling transaction SM21. |
| Restrict the time interval to 10 minutes before and five minutes |
| after the short dump. Then choose "System->List->Save->Local File |
| (Unconverted)". |
| |
| 3. If the problem occurs in a problem of your own or a modified SAP |
| program: The source code of the program |
| In the editor, choose "Utilities->More |
| Utilities->Upload/Download->Download". |
| |
| 4. Details about the conditions under which the error occurred or which |
| actions and input led to the error. |
| |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1|method describe_by_name . |
| 2| |
| 3| data: |
| 4| crc type XTYPE_TYPE. |
| 5| |
| 6|* check name for sequence of c |
| 7| system-call check p_name for sequence of c |
| 8| class 'CL_ABAP_TYPEDESCR' method 'DESCRIBE_BY_NAME' parameter 'P_NAME'. |
| 9| |
| 10|* get administration information |
|>>>>>| system-call describe administration |
| 12| mode 'N' of p_name into admin_tab_line-xtype crc admin_tab_line-kind. |
| 13| |
| 14|* look at hash tabel wether descr object already exists |
| 15| read table admin_tab from admin_tab_line into admin_tab_line. |
| 16| if sy-subrc = 0. |
| 17| p_descr_ref ?= admin_tab_line-ref->get( ). |
| 18| if p_descr_ref is bound. |
| 19| return. |
| 20| endif. |
| 21| delete table admin_tab from admin_tab_line. |
| 22| endif. |
| 23| |
| 24|* create new descr object |
| 25| case admin_tab_line-kind. |
| 26| when kind_elem. |
| 27| raise event create_elemdescr |
| 28| exporting xtype = admin_tab_line-xtype. |
| 29| when kind_ref. |
| 30| raise event create_refdescr |
----------------------------------------------------------------------------------------------------
Request clarification before answering.
Hello!
Which version has your system? I am aware of a problem for releases on 740 or lower as per following SAP Note:
3381369 - SAP Readiness Check for SAP ERP: Dump in CLS4SIC_HR_COST_PLANNING
Best regards,
Mirja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.