cancel
Showing results for 
Search instead for 
Did you mean: 

SYNTAX_ERROR when executing any transaction

Former Member
0 Kudos

Hi All,

I am getting the following error as soon as I log in. I am not able to execute any transaction. The dump occured while I was applying Stack 10. The performance assistant ask to generate/activate the interface SAPLSRABAX_EXC using menu painter but I cant even get to SE41.

Any ideas.

Thanks in advance,

Shabnam

___________________________________________________________________

Performance Assistant:

Status LIVE of the user interface SAPLSRABAX_EXC missing

Message no. 00264

Diagnosis

The specified GUI status either does not exist or was not generated.

Procedure

Use the Menu Painter to check whether the status required actually exists. If it does, then generate the interface SAPLSRABAX_EXC (using the Menu Painter).

____________________________________________________________________

Runtime Errors SYNTAX_ERROR

Date and Time 07.04.2007 12:26:38

Short text

Syntax error in program "SAPLSEUF ".

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLSEUF " in include

"CL_ENH_TOOL_FUGR==============CU " in

line 133:

"Method "IF_ENH_TOOL~COMPARE_WITH" is not declared or inherited in clas"

"s "CL_ENH_TOOL_FUGR" - - - - - - - - - - -"

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error analysis

The following syntax error was found in the program SAPLSEUF :

"Method "IF_ENH_TOOL~COMPARE_WITH" is not declared or inherited in clas"

"s "CL_ENH_TOOL_FUGR" - - - - - - - - - - -"

" "

" "

Runtime Errors SYNTAX_ERROR

Date and Time 07.04.2007 12:26:38

Trigger Location of Runtime Error

Program SAPLSHI1

Include LSHI1U19

Row 23

Module type (FUNCTION)

Module Name STREE_RESET_INTERNAL_TABLES

Source Code Extract

Line SourceCde

1 FUNCTION STREE_RESET_INTERNAL_TABLES.

2 *"----


3 ""Lokale Schnittstelle:

4 *" IMPORTING

5 *" VALUE(STRUCTURE_ID) LIKE TTREE-ID

6 *"----


7 *

8 DATA: FUNCTION_MODULE LIKE TFDIR-FUNCNAME.

9 DATA: ACTIVE LIKE RS38L-GLOBAL.

10 *

11 CALL FUNCTION 'STREE_GET_FUNCTION_MODULE'

12 EXPORTING

13 STRUCTURE_ID = STRUCTURE_ID

14 * DATABASE_IDENTIFIER =

15 ACTION = 'IT'

16 IMPORTING

17 FUNCTION_MODULE = FUNCTION_MODULE

18 * DATABASE_IDENTIFIER =

19 * MESSAGE =

20 EXCEPTIONS

21 OTHERS = 0.

22 *

>>>>> CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK'

24 EXPORTING

25 FUNCNAME = FUNCTION_MODULE

26 IMPORTING

27 ACTIVE = ACTIVE

28 EXCEPTIONS

29 NOT_FOUND = 1

30 OTHERS = 2.

31 IF ACTIVE EQ FALSE.

32 EXIT.

33 ENDIF.

34 *

35 CALL FUNCTION FUNCTION_MODULE

36 EXCEPTIONS

37 OTHERS = 0.

38 * reset also table with header information. This is necessary since

39 * the header is important for comparison with buffer data

40 CLEAR EXISTING_STRUCTURES. REFRESH EXISTING_STRUCTURES.

41 CLEAR STRUCTURE_TADIR_DATA. REFRESH STRUCTURE_TADIR_DATA.

42 * reset context resolution buffer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We are also experiencing this error. PLEASE HELP US!

Thank you.

Former Member
0 Kudos

I am not sure what caused the error. But I noticed that the spam import was still running ( process check at the OS level). I just let it finish and when I tried to login again, I did not have any issues.

I am guessing during the SP some screens where modified as a part of the SP.

If anyone else has any other experience with this kind of error please let me know.

Thanks

Former Member
0 Kudos

Hi Shabnam,

You are right .When a support pack is being imported in the system for performance reasons SPAM is set up so that by default no screens or ABAP programs can be generated..This needs to be changed if you want to work during an SP import.

Choose EXTRAS in SPAM initial screen choose SETTINGS and choose IGNORE GENERATION ERRORS.

It is better to avoid workign during a SP import on the system

Check the link for more details

http://help.sap.com/saphelp_nw04/helpdata/en/d7/56e89a884b11d2b422006094b9ea64/frameset.htm

*Reward points if the asnwer was helpful

Former Member
0 Kudos

Hi Shabnam

I have run into a similar issue while applying Support pack stack 13 to the Netweaver 7.0 system. I am not able get past this error to look at any transaction. Can you let me know how you prceeded, and what commands you used at OS level.

Thanks

Vic