Application Development 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: 

Warning message in reports

Former Member
0 Kudos

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

karol_seman
Active Participant
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi,

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

Thanks

Naren

karol_seman
Active Participant
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Thanks for all your timely help.