Yes, you can.
Append structure is a method of adding fields for table you can not modify, most of the use case is to add fields for sap standard tables.
Normally you do not use it in custom table because you can modify it.
But if the table is created by other team, you want to separate the responsiblity for the table and the fields need to be added. You can use append structure.
Add comment