cancel
Showing results for 
Search instead for 
Did you mean: 

runtime error at installing basis patch

Former Member
0 Kudos

hi

experts

i applied basis patch SAPKB60070012 in ECC 6.0 with databse oracle10.2.0after iam logging to the sap i got run time error below

Runtime Errors SYNTAX_ERROR

Date and Time 22.10.2008 11:03:27

Short text

Syntax error in program "SAPLSCP2 ".

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

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

"CL_SALV_FORM_ELEMENT==========CU " in

line 13:

"The type "IF_SALV_FORM_CONFIG" is unknown."

" "

" "

" "

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 SAPLSCP2 :

"The type "IF_SALV_FORM_CONFIG" is unknown."

" "

" "

" "

igger Location of Runtime Error

Program SAPLOLEA

Include LOLEAU13

Row 71

Module type (FUNCTION)

Module Name AC_CALL_METHOD

urce Code Extract

ne SourceCde

41 DATA AC_GLOBAL_FLUSH_MODE TYPE C.

42 DATA MAXLINES TYPE I.

43 DATA URL(255) TYPE C.

44 DATA LEN TYPE I.

45 DATA FLDTYPE TYPE C.

46 DATA DOLPARAM TYPE C.

47 DATA NCOMPS TYPE I.

48 DATA I TYPE I.

49 DATA N(2) TYPE N.

50 DATA SIZE TYPE I.

51 DATA SVARS_WA LIKE svars_record.

52

53 FIELD-SYMBOLS: <F>, <AC_X1> TYPE X, <AC_X2> TYPE X,

54 <EXPORTS_WA> TYPE OLE2_METH_PARMS.

55

56 For the call to CL_ABAP_CHAR_UTILITIES=>charsize......................

57 CLASS CL_ABAP_CHAR_UTILITIES DEFINITION LOAD .

58

59

60 * Initialisation

61 CLEAR: EXPORTSINDEX, PARAMS, MESSAGE_NR, MESSAGE_TEXT.

62

63 * check and set the AC_FRONTEND_RUNS_IN_UTF8 parameter.

64 * if the AC_FRONTEND_RUNS_IN_UTF8 parameter is set, multiply the string parameter len by 3

65 * to avoid parameters being truncated in the frontend.

66 IF AC_FRONTEND_RUNS_IN_UTF8 <> ABAP_TRUE.

67

68 DATA : gui_uses_utf8 TYPE rststype-sel_ok.

69

70 " ask Matthias whether SAPGUI uses the length critical codepage UTF-8

>>> CALL FUNCTION 'SCP_GUI_USES_UTF8'

72 IMPORTING

73 gui_uses_utf8 = gui_uses_utf8.

74

75 IF gui_uses_utf8 IS NOT INITIAL.

76 AC_IS_FRONTEND_UTF8 = abap_true.

77 ENDIF.

78

79 AC_FRONTEND_RUNS_IN_UTF8 = abap_true. "set to true to avoid multiple calls

80 ENDIF.

81

82

83 * If there are entries in IMPORTS set the RETURN_VALUES_EXIST for

84 * smart flushing. So if RETURN_VALUES_EXIST = ' ' a flush can be

85 * postponed in AC_FLUSH_CALL

86 IF NOT IMPORTS[] IS INITIAL.

87 RETURN_VALUES_EXIST = 'X'.

88 ENDIF.

89

90 * determine size of exports table

what is the solution for it.

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Was the application of the patch successful and complete?

Markus

Former Member
0 Kudos

hi markus

no it is showing error at import_proper.this phase we can't delete patch

Edited by: vasu k on Oct 22, 2008 9:52 AM

markus_doehr2
Active Contributor
0 Kudos

Yes - you can't since parts of it are already imported.

Can you start transaction SPAM?

Markus

Former Member
0 Kudos

hello markus

iam executing any transaction in sap it shows runtime error above what i mentioned. only spam is opening but i started installation that patch again it goes to dump analysis

markus_doehr2
Active Contributor
0 Kudos

- start SPAM

- use the menu: "Goto - Import Logs - Queue"

Drill down to the red error - what do you see there?

Markus

Former Member
0 Kudos

hi markus

thanks

i think u didn't understand problem. only display is there in spam.in entire sap only sapm-tcode is opening. if i open any tcode it is showing above runtime error.IN spam also if click any item again it shows runtime error.even log also it is not showing.

Edited by: vasu k on Oct 22, 2008 10:11 AM

markus_doehr2
Active Contributor
0 Kudos

I asked if transaction SPAM is working, you said yes. So that's why I said you should check the logs.

I suggest you open an OSS call and let the support have a look on the system.

Markus

Former Member
0 Kudos

hi markus

k thank u.i already i sent to sap support team.iam waiting for the reply.this is 2nd time got this error.last time they sent to me tp commands.that time that commands worked fine

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vasu,

i got same error while applying SAP_BASIS KB70014 patch. getting same error what can i do please give the solution.

Thanks,

venkat

Former Member
0 Kudos

hi venkat

u execute this tp command at /usr/sap/trans/bin with sidadm user.before executing of this command take backup

/usr/sap/trans/bin # tp r3i SAPKB70014 SID pf = /usr/sap/trans/bin/TP_DOMAIN_KDV.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dsourcesystems= tag=SPAM

i got tp error 8 in my server.which error u got u mention above.

NOTE:After executing this command return must be 0 or 4.other than this u contact sap.wont tell about this command

after solving this problem u enter spam tcode and import queue.dont open another transactions while installaing patch except spam.

i tried almost three times i succeed.

regards

vasu