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

difference between extension idoc and append structure

Former Member
0 Likes
605

hi guru

by using append structur we can add fields to standard tables.

and

by using extension idoc also we can add fields for standard tables

what i the difference

3 REPLIES 3
Read only

Former Member
0 Likes
460

by using extended idoc u ll add segmets to the basi c idoc not to the table.whee as using append structure u ll add fields to the table.

reward if useful.

Read only

Former Member
0 Likes
460

hi,

append structure is used to add fields to standard tables where as

extension idoc -


mainly useful for us to add more fields as a segments in a idoc. i.e

material idoc can have more than one extension as it depends on the requirement. a segment is nothing but collection of fields. based on ur requirement we ll use different idoc types [idoc segment types] for an idoc.

if helpful reward some points.

with regards.

Suresh Aluri.

Read only

Former Member
0 Likes
460

Hi Srini,

Append structure is used to more firlds to the standard table as for the requirement. Here structure is first cretaed and then appended to the standard table like VBAK , KNA1 etc..

But in extended idoc , if you want to include some more data and the container for that data (segment) is not available in the idoc , then you can include that field as segment and that segment will hold that data.

Thanks

Manas