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

Table Activation

Former Member
0 Likes
1,074

Hello friends,

I am working with ECC 6.0 version.

My Query is

Whenever i'm trying to activate any Custom table, the table is getting activated but it is showing two warning messages like:

1. Enhancement category for table missing

2. Enhancement category for include or subtype missing

Why am I getting these. Any way we can ignore warning messages but I want to know about this.

<removed_by_moderator>

Thanks & Regards

Chandu

Edited by: Julius Bussche on Aug 6, 2008 1:43 PM

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
1,041

Hi

This option is available from ECC5.0.While Creating a table / structure you need to specify the enhancement category.

1

Not classified

The structure has no enhancement category

2

Cannot be enhanced

The structure cannot be enhanced

3

Can be enhanced (character-type)

All structure components and their enhancements must be character-type

4

Can be enhanced (character-type or numeric-type)

The structure and its enhancement cannot contain deep data types

5

Can be enhanced in any way

The structure and its enhancement can contain components with any data type

Cheers,

Hakim

7 REPLIES 7
Read only

abdul_hakim
Active Contributor
0 Likes
1,042

Hi

This option is available from ECC5.0.While Creating a table / structure you need to specify the enhancement category.

1

Not classified

The structure has no enhancement category

2

Cannot be enhanced

The structure cannot be enhanced

3

Can be enhanced (character-type)

All structure components and their enhancements must be character-type

4

Can be enhanced (character-type or numeric-type)

The structure and its enhancement cannot contain deep data types

5

Can be enhanced in any way

The structure and its enhancement can contain components with any data type

Cheers,

Hakim

Read only

Former Member
0 Likes
1,041

Hi,

Check this link, Same issue has been discussed here-

Read only

abdul_hakim
Active Contributor
Read only

naimesh_patel
Active Contributor
0 Likes
1,041

From online help (F1) on enhancement category:

You must select an enhancement category for the following reason: In programs where there is no active Unicode check, enhancements to tables and structures can cause syntax and runtime errors during type checks and particularly in combination with deep structures.

You can change the required enhancement category by going in SE11 ... Extras > Enhancement Category. You will get the online help also from that popup screen to select the enhancement category.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
1,041

Hi,

check

Menu option Extras->Enhancement cathegory

Read F1 help.

You must select an enhancement category for the following reason:

Regards

Adil

Read only

Former Member
0 Likes
1,041

Hi Friends thanq all for the answer

Read only

Former Member
0 Likes
1,041

Hi Chandu,

i m working with now internal table

i have one database table i donot have any idea about any field how i have to mention in my code in the internal table coding