1.What is the difference between append structure and
include structure.
2. what is the logging of technical setting while creating
db table.
Answers were Sorted based on User's Feedback
Answer / vandan
1. Append structure : it will add Fields to the table from
last . we can't use that structure in another table.
2. Include structure: we can add fields in middle. we can
use include structure in more than one table.
Is This Answer Correct ? | 82 Yes | 9 No |
Answer / 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 |
Answer / rams
append structure adds field's from last, we can't use this
structure in another table,
include structure we can add at any point of the table.
this can be used for N number of tables
Technical settings determines data class, SIZE category and
buffering details
Is This Answer Correct ? | 24 Yes | 2 No |
Answer / sushil mishra
Include Structure
-----------------
1- It is used to add some extra field only to custom
database tables.
2- It is used to add extra field anywhere in te table
structure.
3- It requires database utility.
Append Structure
----------------
1- It is used to add some extra fields both to custom and
built in or standard database tables.
2- It is used to add extra field only at the end of table
structure and the field name should begins with ZZ or YY.
3- It doesn't require database utility.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / deepak
Hi,
Answer 2
Logging of database table determines the changes to the
records of the table should be logged.
A history table is generated with respect to each table to
contain it's log history.
Table logs can be visualized by transaction SCU3.
Deepak
www.sahajayoaga.org
Is This Answer Correct ? | 12 Yes | 4 No |
scripts are client independent then how to transfer from one client to (i know RSTXR3TR AND SCC1 TCODE )another client?
What are the components of selection table?
How to get that a secondary index is attached to a select query?
I am having an internal table with field name 'type' which consists of values 'a' 'b' 'c' 'a' 'a'.Now i used 'at new fieldname' control statement on this field so what could be the output
How to debug a smartform otherthan putting break-point in initializatin section?
5 Answers BirlaSoft, IBM, KPIT,
how can you display data say "your name"in smart forms without print program or driver program??
What are the uses of table pool or table cluster.
Which client is called as golden cient? IS it 100, if yes why?
how to debug a popup window?
What is constructor expression in nw abap 7.4?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
what is the Tcode BD87?
5 Answers Cibernetix Business Systems, Intel, SAP Labs,