‎2008 Aug 06 2:33 PM
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
‎2008 Aug 06 2:39 PM
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
‎2008 Aug 06 2:39 PM
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
‎2008 Aug 06 2:39 PM
‎2008 Aug 06 2:40 PM
Hi,
Please Check the link
http://help.sap.com/saphelp_47x200/helpdata/en/6e/e3806dd38911d5994400508b6b8b11/frameset.htm
Cheers,
Hakim
‎2008 Aug 06 2:41 PM
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
‎2008 Aug 06 2:44 PM
Hi,
check
Menu option Extras->Enhancement cathegory
Read F1 help.
You must select an enhancement category for the following reason:Regards
Adil
‎2008 Aug 06 2:54 PM
‎2008 Aug 06 3:12 PM
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