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

creating structure

Former Member
0 Likes
686

Hello,

I am appending structure with one filed, it was showing me the warnings..

actually i wanted to append in structure KAEP_COEP_X...........

1)Name KAEP_COAC is identical or is in same namespace as of a type pool

2)Name KAEP_COEP_X is identical or is in same namespace as of a type pool

3)Enhancement category for table missing

Thanks,

Raj.

Message was edited by:

raj kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

a)Your fieldnames should start with Z or Y

b)Go to Extras---> Enhancement category and check the second option Can be enhanced (char-type or numeric)

Hope it helps !

2 REPLIES 2
Read only

Former Member
0 Likes
603

a)Your fieldnames should start with Z or Y

b)Go to Extras---> Enhancement category and check the second option Can be enhanced (char-type or numeric)

Hope it helps !

Read only

Former Member
0 Likes
602

Hello Raj,

Append structure name should start with ZA* .

Append structure fields should start with ZZ* .

Otherwise you get error message.

Once you done -> activate database utility.

Thanks

Seshu