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

ddic table error

Former Member
0 Likes
539

Check table YSUSTAB2 (ABAPUSER/11.02.08/12:14)

Enhancement category for table missing

Enhancement category for include or subtype missing

Table YSUSTAB2 must be created in the database

Table YSUSTAB2 was checked with warnings

after i am created the one ddic table, the error should be depict below

Check table YSUSTAB2 (ABAPUSER/11.02.08/12:14)

Enhancement category for table missing

Enhancement category for include or subtype missing

Table YSUSTAB2 must be created in the database

Table YSUSTAB2 was checked with warnings

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

Hi,

Enhancement category defines that the table/structure can be enhanced after the creation as per the requirements, for example a standard table MARA if the enhancement category is set to can be enhanced, customer modifications can be possible.

If you wish to remove these warnings goto Extras->Enhancement Catogory in the structure screen and select the option of your choice

Regards,

Omkar

2 REPLIES 2
Read only

Former Member
0 Likes
478

Hi,

Enhancement category defines that the table/structure can be enhanced after the creation as per the requirements, for example a standard table MARA if the enhancement category is set to can be enhanced, customer modifications can be possible.

If you wish to remove these warnings goto Extras->Enhancement Catogory in the structure screen and select the option of your choice

Regards,

Omkar

Read only

Former Member
0 Likes
477

Thanks, I ran into the same problem, your answer was very helpful.