‎2008 Feb 25 12:25 PM
How many structures we can include to a table?
How many structures we can append to a table?
‎2008 Feb 25 12:28 PM
WELL we can include as many structures we want but as far as nested includes are concerned we can include only 9.
same is the case with append structures.
plz reward if useful
vivek
‎2008 Feb 25 12:28 PM
WELL we can include as many structures we want but as far as nested includes are concerned we can include only 9.
same is the case with append structures.
plz reward if useful
vivek
‎2008 Feb 25 12:30 PM
include or append refers to same to a structure.
the limit is 9. it means u can include 9 structures to a table and each structure can have as many fields as one need...
‎2008 Feb 25 12:33 PM
Hi,
once we are appening struct1 to table1 we cont append the same structure once to the same table (table1).
include structure can be reusable in any other table.
An append structure is a structure assigned to just one
table. When a table is activated, all append structures for
the table are found and appended to the table.
Append structures are used to add customer fields to SAP tables
An include Structure is a structure which we include under
another structure which is already defined.
Cheers,
vasavi
‎2008 Feb 26 4:29 AM
with 'include' we can reuse that include structure up to 9 times.
with append structure only one time is possible.
if we want to reuse the structure at that time we use this include structure.
if we dont want to reuse the structure at that time use append structure