cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump in SE38

Former Member
0 Kudos

Hi,

I have succesfully installed NW04s on my machine and installed the GUI Patch 8. When I try to run SE38 I get the follwing short dump:

Short text

Syntax error in program "SAPICP__ ".

What happened?

The following syntax error occurred in the program SAPICP__ :

"Unable to interpret "#***". Possible causes of error: Incorrect spelli"

Error analysis

The following syntax error was found in the program SAPICP__ :

"Unable to interpret "#***". Possible causes of error: Incorrect spelli"

Trigger Location of Runtime Error

Program SAPLSEF4SAVE

Include LSEF4SAVEU01

Row 42

Module type (FUNCTION)

Module Name RS_UPDATE_F4_VALUES

Source Code Extract

Line SourceCde

12

13 DATA: CONTROL TYPE SINFO_NAVIGATION.

14

15 DATA: F4_LAST_VALUES TYPE F4_TABLE OCCURS 0 WITH HEADER LINE.

16 DATA: F4_LAST_VALUES_variant TYPE F4_TABLE OCCURS 0 WITH HEADER LINE.

17

18 DATA: BEGIN OF EUF4KEY, " Schlüssel für Tabelle EUF4VALUES

19 UNAME LIKE EUF4VALUES-UNAME,

20 OBJECT LIKE EUF4VALUES-OBJECT,

21 END OF EUF4KEY.

22

23 DATA: VALUE_ENTRIES LIKE SY-TFILL.

24

25

26 IF ENCLOSING_OBJECT NE SPACE.

27 CONTROL-OBJECT-ENCL_OBJECT = 'X'.

28 ENDIF.

29

35 EXIT.

36 ENDIF.

37 CONTROL-OBJECT-OBJ_TYPE = OBJECT_TYPE.

38

39 PERFORM REPOSITORY_GET_TADIR_ENTRY IN PROGRAM (REPORT)

40 USING CONTROL-TADIR_ENTRY IF FOUND.

41

>>>>> CHECK CONTROL-TADIR_ENTRY NE SPACE.

43

44 * aktuelle persönliche Werteliste holen

45 PERFORM $OBJECT_READ_F4_VALUES$ IN PROGRAM (REPORT)

46 TABLES F4_LAST_VALUES F4_LAST_VALUES_variant

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Trying to complete upgrade TABIM_POST but getting issues as it keeps looping; the program RDDGENBB is required but doesn't appear generated. When I try to edit then get the Syntax error in program "SAPICP__ ".

Any ideas? Logged ticket with SAP but so far no response.

Thanks,

Jeff

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Well, it appears that the installation of NSP was not fully complete. First try uninstalling and then reinstalling.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Rich,

I fixed the issuse by running SGEN for the basis object.

It solved my problem...

Thanks for the suggestion...

Bhaskar