cancel
Showing results for 
Search instead for 
Did you mean: 

Basis SP 18 to 20, can not logon through SAPGUI - Syntax Error

Former Member
0 Kudos

Hello Experts,

We had started ECC6.0 SP18 to SP20 patches and now we are getting Syntax error in program "CL_WB_CROSSREFERENCE==========CP ". for most of the transactions executed.

1. Job RDDIMPDP is also failing with message

*******************************************************************

Program RDDIMPDP is running in client 000

Context TERNAL_INFOS does not contain any fields

Context TERNAL_INFOS contains errors and could therefore not be generated

Context BANK_CTX_JC_REPORT modified

Internal session terminated with a runtime error (refer to ST22)

Job cancelled

*******************************************************************

2. Here are the details of this short dump, as soon as we get the short dump we get message in the status bar saying "Context BANK_CTX_JC_REPORT modified".

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"CL_WB_CROSSREFERENCE==========CP " in include

"CL_WB_CROSSREFERENCE==========CM005 " in

line 7:

""PROGRAM-" expected, not "PROGNAME_""

" "

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "PEARSONA "

Error in the ABAP Application Program

The current ABAP program "SAPLSEWB" 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_WB_CROSSREFERENCE==========CP :

""PROGRAM-" expected, not "PROGNAME_""

" "

" "

" "

Trigger Location of Runtime Error

Program SAPLSEWB

Include LSEWBU07

Row 837

Module type (FORM)

Module Name PROGRAM_ACTUALIZE

Source Code Extract

Line SourceCde

807 * PROGRAM_ACTUALIZE, ADD_CHILDS und PG_COMPONENT verwendet

808

809 previous_id = '1'.

810 xtype = 'C'.

811 IF xprogram(4) = 'SAPL' OR xprogram+1 CS '/SAPL'.

812 * Funktionsgruppennamen bestimmen

813 l_program = xprogram.

814 CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT'

815 EXPORTING

816 program = l_program

817 IMPORTING

818 namespace = l_namespace

819 group = l_area

820 EXCEPTIONS

821 OTHERS = 6.

822 IF sy-subrc = 0.

823 xtype+1(1) = 'F'.

824 ELSE.

825 xtype+1(1) = 'P'.

826 ENDIF.

827 ELSEIF current_treename(3) = 'CP_'.

828 xtype+1(1) = 'O'.

829 ELSE.

830 xtype+1(1) = 'P'.

831 ENDIF.

832

833 IF without_crossreference IS INITIAL.

834 IF scros_new_where_used_list = 'X' AND index_parallel EQ space.

835 * neuer Index Verwendungsnachweis

836 lprogram = xprogram.

>>>>> CALL METHOD cl_wb_crossreference=>program_index(

838 EXPORTING

839 p_name = lprogram " Programmname

840 IMPORTING

841 p_error = l_error " Fehler Index wurde nicht aufgebaut

842 EXCEPTIONS

843 program_name_empty = 1

844 OTHERS = 2

845 ).

846 IF sy-subrc <> 0.

847 * MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno

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

849 ENDIF.

850 ENDIF.

851 ENDIF.

852

3. Tried to generate the program manually through SE38 -> CL_WB_CROSSREFERENCE==========CP --> but it dumps with same message line 7:

""PROGRAM-" expected, not "PROGNAME_""

Appreciate your inputs in resolving this issue.

Raised message with SAP support but didn't hear anything till now - so seeking your experise.

Best Regards

Davinder

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Restored the system. Tried to de-implement the SNOTE 1374978 and started patching again. And finally it worked.

Thanks for your help

Former Member
0 Kudos

Hello Experts,

Further investigation on system showed that we had implemented SNOTE 1374978 - which seems to be causing the problem.

Now as Support packages (SPAM) has locked SNOTE transactions also - is there any way that we can deimplement the above sap note from our system.

Thanks

Davinder