‎2008 Mar 19 12:23 PM
Hi all of you.
Here i am getting some warnings while activating after changing or rearrenging the fields of custom table.
I am getting two warnings given below
1) Enhancement category for table missing.
2) Enhancement category for include or subtype missing.
Please, let me know the solution.
Give me the path to solve the same.
‎2008 Mar 19 12:37 PM
Hi,
Click on Extras -> Enhancement Category and choose the necessary option you want.
it's better if you use Enhance Can be enhanced (Char or numeric) depending on your requirement
Reward if useful.
Thanks
Anil.
‎2008 Mar 19 12:41 PM
Hi
In ECC 6.0 you need to assign the enhancment category to the tables
goto extras -> can be enhancesed(Char Type)
Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.
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.
then activate the table
Regards
Shiva
‎2008 Mar 19 12:52 PM