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

Errors while activating database table.

Former Member
0 Likes
1,507

Hi all,

I have added zfields(ztz_stceg and zz_mwsk1) to database table using append structure.

while trying to save i am getting errors.

I am attaching the picture, please suggest me why those errors are coming.

Thanks & regards,

NarsiReddy.

1 ACCEPTED SOLUTION
Read only

former_member192854
Active Participant
0 Likes
1,452

Hi Cheruku,

Because when you check SE11, in menu Extra -> Enhancement category, you will see that it states Only extendable via numbers, characters. I think you attached a structure or a string, which is not applicable to this extension preference.

So you can change the extension type, or add the fields - no strings, xstrings etc. - to the table structure directly.

Best,

Sander

8 REPLIES 8
Read only

pavanm592
Contributor
0 Likes
1,452

Hi,

In Error Description it is given as your using enhancement category as "can be enhanced charecter or numeric " try to use "Can Be Enhanced Deep"

Regards,

Pavan

Read only

former_member192854
Active Participant
0 Likes
1,453

Hi Cheruku,

Because when you check SE11, in menu Extra -> Enhancement category, you will see that it states Only extendable via numbers, characters. I think you attached a structure or a string, which is not applicable to this extension preference.

So you can change the extension type, or add the fields - no strings, xstrings etc. - to the table structure directly.

Best,

Sander

Read only

Former Member
0 Likes
1,452

Hi,

In SE11,  open your table in change mode and got menu Extras-> Enahncement Category...

click  and reset  as  below.

if your table is one level then set the enhancement category set as using option " can be enhanced(character type or numeric type)" and if your table using deep structure or table then use option " can be enhanced (deep)" option.

Please try.

Regards,

Prasenjit

Read only

satyabrata_sahoo3
Contributor
0 Likes
1,452

Change its enhancement type and adjust/activate database from  SE14.

Read only

former_member192854
Active Participant
0 Likes
1,452

Solved?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,452

When you create an append structure, perform some where-used to get list of structures that will be impacted, your new include must

  • not be more enhance-able that any table or structure which contains it
  • only contains fields of types allowed in those structure

Regards,

Raymond

Read only

0 Likes
1,452

Hi Raymond,

I am appending my fields to a old structure which already present there.

I am using the type CHAR which is used for old fields in structure.

Thanks & regards,

NarsiReddy.

Read only

0 Likes
1,452

Then look in one/some of the not-activated objects for another Include with a wrong "Deep" enhancement mode, as most of those tables/structures only allow "Numeric or character" enhancement.

Regards,

Raymond