Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upgrade to ECC6.0 issue

Former Member
0 Likes
437

Hi Friends

In the upgraded system ,ECC6.0 , when running the EPC check , Got the error in Field attribute section saying as

Invalid VALUE specification for field C_TIME_24

VALUE : '240000'

Can be suppressed using pragma ##VALUE_OK (or pseudo comment "#EC VALUE_OK)

Source code is as follows :

CONSTANTS: C_TIME_00 TYPE SY-UZEIT VALUE '000000',

C_TIME_02 TYPE SY-UZEIT VALUE '020000',

C_TIME_24 TYPE SY-UZEIT VALUE '240000'.

No error in the old system i.e., 4.7

anybody can please help me in this regard.

Hi Friends

In the upgraded system ,ECC6.0 , when running the EPC check , Got the error in Field attribute section saying as

Invalid VALUE specification for field C_TIME_24

VALUE : '240000'

Can be suppressed using pragma ##VALUE_OK (or pseudo comment "#EC VALUE_OK)

Source code is as follows :

CONSTANTS: C_TIME_00 TYPE SY-UZEIT VALUE '000000',

C_TIME_02 TYPE SY-UZEIT VALUE '020000',

C_TIME_24 TYPE SY-UZEIT VALUE '240000'.

No error in the old system i.e., 4.7

anybody can please help me in this regard.

2 REPLIES 2
Read only

Shahid
Product and Topic Expert
Product and Topic Expert
0 Likes
391

try with '000000'

Read only

Former Member
0 Likes
391

Thanks a lot , It worked