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

DICTIONARY STRUCTURE

Former Member
0 Likes
686

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.

5 REPLIES 5
Read only

dhruv_shah3
Active Contributor
0 Likes
643

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

Read only

Former Member
0 Likes
643

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.

Read only

Former Member
0 Likes
643

hi,

just goto extras-> enhancement category> and select the second option 'Can be enhanced (character type or numeric)

Hope this helps,

Arunsri

Read only

Former Member
0 Likes
643

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).

Read only

Former Member
0 Likes
643

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