1.What is the difference between append structure and
include structure.
2. what is the logging of technical setting while creating
db table.

Answer Posted / chitta ranjan mahato

Append structure and Include Structure both are used to
appened table/structure in DDIC.

1)Append Structure is to add fields to the SAP standrad
Table/structure.
1)Include structure is used to add field in
ztable/zstructure.
2)You can append structure only at the last of
table/structure.
2)you Can use include any where in your Table/structure.
3)If the structure or table contains the last field as long
data type then you can't use append structure becoz append
structure should be last entitity in this Scenario you can
use include structure.
3) you can append exactly one append structure to a
table/structure if u need it to add more than in a table
you can do it with different name and append it.

examaple: if your Table contain fields AAA ,BBB, CCC and
you want to include a structure to it with field DDD and EEE
after Activating table you will fine AAA,BBB,CCC,DDD,EEE.

In ABAP point of view there is almost no difference in
handling .Include and .Append.

Is This Answer Correct ?    32 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are internal tables? How do you get the number of lines in an internal table?

632


What are function modules?

577


Can we specify the next screen number with a variable?

565


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

903


What are the differences between interactive and drill down reports?

541






why particularly lock object name starts with EZ OR EY?

1506


What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?

2238


How do you move on to the next screen in interactive reporting?

610


What is abap?

608


What happens if a function module runs in an update task? : abap modularization

591


What is the Process to transfer IDOC from Outbound System to Inbound system.

1674


What is the function of the transport system and workbench organiser? : abap data dictionary

614


What is open sql?

575


Can you define a field without a data element? : abap data dictionary

619


What are the different buffering methods?

580