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 Structures

former_member393151
Participant
0 Likes
459

Has anyone ever removed a "Z" append structure from an SAP table?

I've never heard of this actually being done, and don't know if I should have any concerns on this issue?

Thanks,

Heather

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

hi,

If we delete a structure from any table, all teh programs that are using this structure may need to be changed. So,Check the list of programs using this structure.

Regards,

Sailaja.

3 REPLIES 3
Read only

Former Member
0 Likes
435

hi,

If we delete a structure from any table, all teh programs that are using this structure may need to be changed. So,Check the list of programs using this structure.

Regards,

Sailaja.

Read only

former_member393151
Participant
0 Likes
434

Thanks! I'm also concerned with data integrity of the table itself.....

Read only

Former Member
0 Likes
434

Yes, it's possible.

Just delete the Z-structure and the Append will also be removed from the SAP table.

(But be aware of data loss, programs which used fields in the append, etc.)