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 while Upgradation

Former Member
0 Likes
1,199

Hello All,

when we extend a standard table with append structure, if we go for system upgradation to higher version what will happen to this extended version?

is this available in the extended version along with the data or it will get deleted?

thx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,068

Hi Eric,]

thx for the reply.

i have a query....

field name should have first character as Z or Y or first two characters as YY or ZZ......

wat happens if we don't follow this naming notation??

5 REPLIES 5
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,068

hi Sippy,

the append structure will remain the same and the data in it as well. (important is that you keep the naming conventions, ie. each field in the append has to start with ZZ... or YY...)

hope this helps

ec

Read only

Former Member
0 Likes
1,068

Hi,

Append structure or Include structure as supported as part of enhancements... Hence they still exits after upgrade..

Only modifications to standard SAP code will vanish...

Regards

SK

Read only

Former Member
0 Likes
1,068

Hi Sippy,

You can move the append structure using SPAU and SPDD as well as data also.

Basically it is done by basis people.

Thanks,

Srinivas.

Read only

Former Member
0 Likes
1,069

Hi Eric,]

thx for the reply.

i have a query....

field name should have first character as Z or Y or first two characters as YY or ZZ......

wat happens if we don't follow this naming notation??

Read only

0 Likes
1,068

it should start with ZZ or YY (as first two characters)

if you don't do that: sometimes SAP introduces standard field names which start with Z (for example: BSIS-ZUONR), if you have an own field like this in your append structure and SAP introduces this into the standard (the chance is small, but you can never know), you have troubles by upgrade. (but if you add an append structure you will get a warning that you have to add field names with ZZ or YY to avoid troubles)