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

Warning message in reports

Former Member
0 Likes
1,722

Hai Friends,

Whenever we create a Z table and use in program we are getting a warning message in the program.

How can we clear that?. What it refers to?

The following is the warning message:

"Program Z10 
The data type ZCT006_PRODUCT can be enhanced in any way. After a structure enhancement, this assignment or parameter might be syntactically incorrect . . . . . . . . ."

1 ACCEPTED SOLUTION
Read only

karol_seman
Active Participant
0 Likes
1,555

Hi T Venilla,

the reason for that message is clear. When you are creating DDIC table, you have to specify technical data and also (you can find it in the menu of SE11 table create) enhancement category.

In enhancement category you specify if new fields can be added and in which conditions.

Because I have default value - any enhancement enabled you get an warning that this can lead to problems.

Change the enhancement category and warning is gone.

Regards,

Karol

Hai Friends,

Whenever we create a Z table and use in program we are getting a warning message in the program.

How can we clear that?. What it refers to?

The following is the warning message:

"Program Z10 
The data type ZCT006_PRODUCT can be enhanced in any way. After a structure enhancement, this assignment or parameter might be syntactically incorrect . . . . . . . . ."

5 REPLIES 5
Read only

Former Member
0 Likes
1,555

Hello Venella,

Double click on the warning message it will display the message in detail, i think you may get some solution from there. try that.

Regards,

Naresh.

Read only

Former Member
0 Likes
1,555

Hi,

Make sure when you move the values between work areas make sure the structures are of same type...

Thanks

Naren

Read only

karol_seman
Active Participant
0 Likes
1,556

Hi T Venilla,

the reason for that message is clear. When you are creating DDIC table, you have to specify technical data and also (you can find it in the menu of SE11 table create) enhancement category.

In enhancement category you specify if new fields can be added and in which conditions.

Because I have default value - any enhancement enabled you get an warning that this can lead to problems.

Change the enhancement category and warning is gone.

Regards,

Karol

Read only

Former Member
0 Likes
1,555

Hi,

This error u r getting because from ECC 5.0 release onwards

they have included a option to enhance the table.

Go to the Custom table u have created and goto menu path

Extras -> Enhancement Category -> Can be enhanced

This will definitely help you

Regards

Chandu

Read only

Former Member
0 Likes
1,555

Thanks for all your timely help.