cancel
Showing results for 
Search instead for 
Did you mean: 

can we add append structure to custom batabase table

Former Member
0 Kudos

can we add append structure to custom batabase table?

if Yes then what is the use of that

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

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.