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

include structures

Former Member
0 Likes
1,721

How many structures we can include to a table?

How many structures we can append to a table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
913

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

4 REPLIES 4
Read only

Former Member
0 Likes
914

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

Read only

Former Member
0 Likes
913

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...

Read only

Former Member
0 Likes
913

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

Read only

Former Member
0 Likes
913

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