cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump in IT0001 after upgrade

Former Member
0 Kudos

dear Experts,

We have upgrade from 4.6 to Ecc 6.

When i try to display IT for any employee i get a short dump but with other Infotype 's there are errors.

Could someone pulls us out of this ASAP. As the testing has stopped coz of this error.

thanks

Regards

Iyer

*Issue as follows*

ntime Errors SYNTAX_ERROR

ate and Time 22.08.2008 11:50:44

Short text

Syntax error in program "/1PAPA/FEAT000VDSK1 ".

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "/1PAPA/FEAT000VDSK1 " in

include "/1PAPA/FEAT000VDSK1 " in

line 0:

"The program "/1PAPA/FEAT000VDSK1" is not Unicode-compatible, according"

" to its program attributes."

" "

" "

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 "SAPLHRP3" 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 /1PAPA/FEAT000VDSK1 :

"The program "/1PAPA/FEAT000VDSK1" is not Unicode-compatible, according"

" to its program attributes."

" "

" "

gger Location of Runtime Error

Program SAPLHRP3

Include LHRP3U01

Row 67

Module type (FUNCTION)

Module Name HR_FEATURE_BACKFIELD

rce Code Extract

e SourceCde

37 SY-SUBRC = 0.

38 IF T549D-NAMEN NE FEATURE OR T549D-FUNID EQ SPACE. "QFLK11K104642

39 SELECT SINGLE * FROM T549D WHERE NAMEN EQ FEATURE.

40 ENDIF. "!

41 IF SY-SUBRC NE 0.

42 *-- Merkmal existiert nicht; d.h. es ist nicht generiert

43 T549D-NAMEN = FEATURE.

44 * STATUS = 4. "VLDAHRK047941

45 STATUS = '4'. "VLDAHRK047941

46 ELSE.

47 *-- Merkmal ist generiert

48 IF T549D-FUNID EQ VALU.

49 *---- Rückgabewert des Merkmals ist direkt angegeben

50 BACK = T549D-FUNCT.

51 * STATUS = 0. "VLDAHRK047941

52 STATUS = '0'. "VLDAHRK047941

53 ELSE.

54 IF T549D-FUNID EQ PROG.

55 *------ Report wurde generiert

56 IF T549D-FUNCT+20(1) EQ '2'.

57 *----

-


Merkmal hat Tabellenübergabe, Programmaufruf Feldübergabe

58 * STATUS = 6. "VLDAHRK047941

59 STATUS = '6'. "VLDAHRK047941

60 ELSE.

61 PROGNAM = T549D-FUNCT.

62 PERFORM CALL_549B IN PROGRAM (PROGNAM)

63 USING BACK

64 STATUS

65 STRUC_CONTENT. " VLDAHRK006111

66 ENDIF.

>>> ELSE.

68 *------ Eintrag nicht gültig

69 * STATUS = 5. "VLDAHRK047941

70 STATUS = '5'. "VLDAHRK047941

71 ENDIF.

72 ENDIF.

73 ENDIF.

74 * IF STATUS NE 0. "VLDAHRK047941

75 IF STATUS NE '0'. "VLDAHRK047941

76 T549D-FUNID = SPACE. "QFLK11K104642

77 IF KIND_OF_ERROR NE SPACE. "!

78 *-- es trat ein Fehler auf und die Fehler-Ausgabe ist erwünscht "!

79 PERFORM 549D_ERROR USING KIND_OF_ERROR STATUS. "!

80 ELSE.

81 *-- es trat ein Fehler auf und die Fehler-Ausgabe ist nicht erwünscht

82 CASE STATUS.

83 WHEN '2'.

84 MESSAGE E602(P0) WITH T549D-NAMEN

85 RAISING ERROR_OPERATION.

86 WHEN '3'.

Accepted Solutions (1)

Accepted Solutions (1)

former_member226519
Active Contributor
0 Kudos

check feature VDSK1 (transaction PE03) and generate

should solve the problem

Former Member
0 Kudos

Dear

thanks for the early response

I have chkd the Feature and saved it but it gives a message that theres no change done and it has been saved.

Syntax error while I am trying to view IT0001 but no errors in viewing other Infotypes.

Thanks

Iyer

Former Member
0 Kudos

The message when i try to activate this feature is...

Generate features

Activation log

Feature status message

VDSK1: Transfer from the standard client

Statistics:

Number of main features...................... 1

Number of activated features................. 0

No.of features that could not be activated... 0

Number of features that could not be locked.. 0

Number of features adopted from standard client 1

former_member226519
Active Contributor
0 Kudos

insert a blank somewhere and ACTIVATE the feature (F6) and not only save it

Former Member
0 Kudos

Sorry but where do i insert the blank???

Former Member
0 Kudos

Thanks a TON

the issue has been resolved

Answers (2)

Answers (2)

Former Member
0 Kudos

We are using 4.7 R/3 and it is Unicode system.

SYNTAX_ERROR

The following syntax error occurred in the program /1PAPA/FEAT000VDSK1 :

"The program "/1PAPA/FEAT000VDSK1" is not Unicode-compatible, according"

Error in ABAP application program.

The current ABAP program "SAPLHRP3" had to be terminated because one of the

statements could not be executed.

The include program is not checked for Unicode Active , i think this is the reason for the dumps.

Can any one please explain me the reason behind this, if the unicode check is the problem then please let me know how to activate the unicode check as it is standard.

Thanks

Rajesh

former_member31620
Active Contributor
0 Kudos

Hello Rajesh

As you rightly said, the include program does show as unicode inactive and you need NOT to activate this include program as Unicoded, instead you need to activate the features in Client 000 and also in the local client to have this problem solved.

Please activate the features in both the clients by using the report which I said in my previous message.

Best Regards

Reddy

Former Member
0 Kudos

Hi Friend,

Presently i am facing the same problem, can someone help me with this.

Thanks

Rajesh

former_member31620
Active Contributor
0 Kudos

Activate the FEATURES by running the report RPUMKG00. This should solve your problem.