cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Syntax error dumps after SP upgrade from 11 to 14 in solution manager

Former Member
0 Kudos

Hello Experts,

we have upgraded our solution manager stack from SP11 to SP14. After upgrade we are syntax errors in the system when hitting any T-code. we ran SGEN also.  We thought we need to apply some notes, but snote also dumping.

Could you please help us to get it resolved?

Thanks & Regards,

Gopi

Accepted Solutions (0)

Answers (2)

Answers (2)

TomCenens
Active Contributor
0 Kudos

Hi Gopi

I would suggest you to create a customer message since there doesn't seem to be any such known issue on SAP support portal it's highly likely that the system has been messed up due to the update.

Best regards

Tom

TomCenens
Active Contributor
0 Kudos

Hi Gopi

It would probably be helpful if you provide information on the dump itself, what is the error message the system throws? With the above explanation, I would be surprised that anyone would provide a correct answer.

Best regards

Tom

Former Member
0 Kudos

Hi Gopi/Tom,

I am also getting same syntax error while accessing t-code SNOTE after upgrading solman 7.1 SP14.

Upgraded from SP11 to SP14 by SUM

Category               ABAP Programming Error

Runtime Errors         SYNTAX_ERROR

ABAP Program           SAPLSCWN

Application Component  BC-UPG-NA

Date and Time          10/04/2016 09:09:27

Short text

    Syntax error in program "SAPLSCWN ".

What happened?

    Error in the ABAP Application Program

    The current ABAP program "SCWN_ENTRY_TREE" had to be terminated because it has

    come across a statement that unfortunately cannot be executed.

    The following syntax error occurred in program "SAPLSCWN " in include "LSCWNU51

     " in

    line 72:

    "Field "GC_HEAD1" is unknown. It is neither in one of the specified tab"

    "les nor defined by a "DATA" statement."

    " "

    " "

    The include has been created and last changed by:

    Created by: "SAP "

    Last changed by: "SAP "

    Error in the ABAP Application Program

    The current ABAP program "SCWN_ENTRY_TREE" 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 SAPLSCWN :

    "Field "GC_HEAD1" is unknown. It is neither in one of the specified tab"

    "les nor defined by a "DATA" statement."

    " "

    " "

Trigger Location of Runtime Error

    Program

SCWN_ENTRY_TREE

    Include

SCWN_ENTRY_TREE

    Row

674

    Module type

(FORM)

    Module Name

REFRESH_NOTES

Source Code Extract

Line

SourceCde

  644

list_column     = ls_tree_status-list_column

  645

        list_line       = ls_tree_status-list_line

  646

      TABLES

  647

        layout          = lt_layout.

  648

  ENDIF.

  649

  650

  REFRESH: gt_nodetab,

  651

           gt_all_notes.

  652

  653

* first node

  654

  level = 1.

  655

  node_id = 1.

  656

  657

  PERFORM add_node TABLES gt_nodetab

  658

        USING 'SAP-Hinweise'(020)

  659

        space level node_id space.

  660

  661

* second node: incomplete notes

  662

  CLEAR gs_note_select_options.

  663

  CLEAR gs_notes.

  664

  lr_prstatus-option = 'EQ'.

  665

  lr_prstatus-sign = 'I'.

  666

  lr_prstatus-low = gc_prstat_incompl_impl.

  667

  APPEND lr_prstatus TO gs_note_select_options-prstatus.

  668

  669

  lr_prstatus-option = 'EQ'.

  670

  lr_prstatus-sign = 'I'.

  671

  lr_prstatus-low = gc_prstat_old_vrs_impl.

  672

  APPEND lr_prstatus TO gs_note_select_options-prstatus.

  673

>>>>>

  CALL FUNCTION 'SCWN_NOTE_SELECT'

  675

    EXPORTING

  676

is_note_select_options = gs_note_select_options

  677

    IMPORTING

  678

      es_notes               = gs_notes

  679

    EXCEPTIONS

  680

      nothing_found          = 1

  681

      OTHERS                 = 2.

  682

  683

  IF sy-subrc <> 0.

  684

    MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno

  685

            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

  686

    EXIT.

  687

  ENDIF.

  688

  689

  DESCRIBE TABLE gs_notes LINES lv_count.

  690

  IF lv_count > 0.

  691

    level = 2.

  692

    PERFORM add_node TABLES gt_nodetab

  693

          USING 'inkonsistent'(010)

Active Calls/Events

  1. No. Ty.          Program                             Include                             Line

      Name

    3 FUNCTION     SCWN_ENTRY_TREE                     SCWN_ENTRY_TREE                       674

      REFRESH_NOTES

    2 FORM         SCWN_ENTRY_TREE                     SCWN_ENTRY_TREE                       674

      REFRESH_NOTES

    1 EVENT        SCWN_ENTRY_TREE                     SCWN_ENTRY_TREE                       121

      START-OF-SELECTION

Could you please help us to get it resolved?


Best regards,

Rambabu