‎2008 Mar 05 4:54 AM
HEY WHILE ACTIVATING THE STRUCTURE I AM GETTING ERROR LIKE .
ENHANCEMENT CATEGORY OF TABLE MISSING,
ENHANCEMENT CATEGORY OF INCLUDE OR SUBTYPE MISSING,
HELP ME TO SOLVE A PROBLEM.
‎2008 Mar 05 4:58 AM
Hi,
This is not an error, this is Enhancement related Warnings which comes in yellow color when you activate the object.
HTH,
Regards,
Dhruv Shah
‎2008 Mar 05 4:59 AM
Open the table in SE11.
Go to the following path : Menubar -> Extras -> Enhancement catagory ( You can copy the first option) and maintain the enhancementt catagory .
Then save and activate the table.
‎2008 Mar 05 4:59 AM
hi,
just goto extras-> enhancement category> and select the second option 'Can be enhanced (character type or numeric)
Hope this helps,
Arunsri
‎2008 Mar 05 5:07 AM
Hi
this can be avoided by like this
The choice of an enhancement category is necessary. The reason is that in programs where there is no active Unicode flag, structure enhancements - in particular for type checks and in connection with deep structures - can cause syntax and runtime errors.
In programs where there is an active Unicode flag, statements, operand checks, and accesses with offset and length are problematic if - for example - numeric or deep components are inserted in a purely character-type structure. In this way the structure loses its character-type nature.
ProcedureIn the following dialog box, choose an enhancement category for the structure:
Cannot be enhanced
The table/structure must not be enhanced.
Can be enhanced and character-type
All the structure components and their enhancements must be character-type.
Can be enhanced and character-type or numeric
The structure and its enhancement must not contain any deep data types.
Can be enhanced in any way
The structure and its enhancement may contain components whose data type can be of any type at all.
If you are uncertain here, read the section entitled Enhancement Category .
Also read the explanations in the online manual (pushbutton i on the following dialog box).
‎2008 Mar 05 5:13 AM
Hi,
Go to se11>Extras>Enhancement Category-->
If the pop-up that comes up titled 'Display Enhancement Catregory',
under Enhancement Category for Structure,
choose the radio button appropriately:
Can be enhanced (Deep)
Can be enhanced (character-type or numeric)
Can be enhanced(character-type)
The first option is used for all datatypes.
The second option is used for Character and NUMC datatypes.
The third option is used for Character datatype.
But use it for only custom tables.
Regards,
Saipriya