‎2007 Jan 09 6:50 AM
Hi Friends,
I just want to know what is the differnce between Append structures and customizing includes?
Regards,
Dinesh
‎2007 Jan 09 6:52 AM
‎2007 Jan 09 6:56 AM
‎2007 Jan 09 7:03 AM
Include provides reusabilty for structures.
With append you can restrict the structure for specific table.
In one database table you can maintain 9 structures.
Reward if useful
‎2007 Jan 09 7:06 AM
Hi,
Append structures should be used only at the end.But you can use customizing includes anywhere.
We can use Append structure only in one table.Same thing cannot be used anywhere.But it is possible to have more than one append structure in the same table.
‎2007 Jan 09 7:08 AM