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

Former Member
0 Likes
669

what is the difference between include structure and append structure..?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

Hi,

INCLUDE will contain already defined fields, where as APPEND structure we can add our custom fields;

Entries in the form .INCLUDE or .APPEND indicate that the field in question is not a regular one but rather an include or an append structure.

The name of the include or append structure is in this case recorded in field Field type.

reward if useful.

Regards,

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
638

Hi,

INCLUDE will contain already defined fields, where as APPEND structure we can add our custom fields;

Entries in the form .INCLUDE or .APPEND indicate that the field in question is not a regular one but rather an include or an append structure.

The name of the include or append structure is in this case recorded in field Field type.

reward if useful.

Regards,

Anji

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
637

Hi

Include structure is global means you can use the same structure in more than 1 program.,

Where as append structure is program specific.

Regards,

kumar

Read only

0 Likes
637

Append structure will add fields at the end of the table whereas include can have additional fields in the middle also.

Read only

Former Member
0 Likes
637

there are several differences:

- Include structures can be reused while an append structure is unique and may be used only once. (you can try to append to another table an append with same name, it wont work).

- You can activate include structures themselves while at append structures you need to active the whole table again.

- append structures are always at the end of a TABLE, while include structures can be at any place.

Read only

Former Member
0 Likes
637

Hi,

Append structure can only be assigned to exactly <b>one table or structure</b>.

If you want to append the same fields to <b>several tables or structures</b>, you can store these fields in an include structure. In this case you must create an append structure for each of these tables or structures and include the <b>include structure</b> there.

Include structures are used to add fields in the middle also.

where as append structures adds fields only at the end.

Reward if my answer helps you.

Regards,

Sandhya