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

Append Structure Create Problem

Former Member
0 Likes
5,789

Hi

When i want to create an append structures,the system has given me error like 'Structure cannot be enhanced(creating new fields is not possible)'.

How can i resolve this?

Thank you!

1 ACCEPTED SOLUTION
Read only

foessleitner
SAP Champion
SAP Champion
4,112

Hi Erdem,

structures have an enhancement category. See SE11 -> Extras -> Enhancement Category. If the structure has the category "Cannot be enhanced" then it's not possible to add an append (or include) structure.

Regards, Johann

4 REPLIES 4
Read only

foessleitner
SAP Champion
SAP Champion
4,113

Hi Erdem,

structures have an enhancement category. See SE11 -> Extras -> Enhancement Category. If the structure has the category "Cannot be enhanced" then it's not possible to add an append (or include) structure.

Regards, Johann

Read only

4,112

If this is a SAP provided structure, you are not allowed to enhance it, so don't to avoid unpleasant surprise. Read also some documentaion like Structure Enhancements or the long text of the raised error message (E2263)

Read only

Former Member
0 Likes
4,112

Johann Fößleitner Thank you for your reply.

I have changed enhancement category as 'can be enhanced (deep)'.

Then it worked for me.

Best regards.

Read only

martinteleki
Member
0 Likes
4,112

Hi, i have found the solution. The solution is, that the name of append struture have to start with ZZ or YY.

ZZEMPLOYEES - works

ZAZEMPLOYEES - doesnt work

I hope that help you and others.

Best regards.