Hi All,
I am getting a waring message when I am creating table with 3 fields Ist fiedls has dataelement and 3rd fild with out data elment i defined char 40, the warning message is "Enhancement category for table is missing" what's this mesg I am not getting can some body give some idea?
Thanks in advance
Mahesh
hi,
creating database table->
http://dev.mysql.com/doc/maxdb/en/ee/1c5bcdeba711d4aa2800a0c9430730/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
Regards
anver
Hi Mahesh,
Enhancement category is an attribute given to a table to predefine how a table will be enhanced in future by using custom includes or append structures.
To get a detailed info of this go to
Open a table in SE11->Extras->Enhancement category
Then press the information button ℹ️ on the screen,you will get a detailed description .
As this is a warning message dont worry and continue with your work.
Regards,
Ismail.
Message was edited by:
Ismail Basha
go to se11
type your table name and then open the table in change mode (if you want to set enjhancement category) and in the EXTRAS-> ENHANCEMENT CATEGORY and there you can define the enhancement category for the table.
can be enhanced(Deep) like you can edit any data type fields of the table
can be enhanced(char and numeric) like you can edit only character and numeric fields of the table.
rest of them are self explanatory.
Regards,
Ranjit
Add a comment