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 |
BAPI IS EFFICIENT THAN BDC?
2 Answers IBM, Thomson Reuters,
How to debug an Idoc at runtime?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What are the exceptions in function module?
Hello all ABAP gurus. I want to ask 2 3 qtns.1)How many layou types we have in smartforms & difference between them..? 2)how to do pagebreaks in SMARTFORMS..? 3)Do we develope Smartform from scratch or do we use standard smartforms in real time..? please rply me... & thanks in advance.
what is the event while entering data in screen to get next field.
What is step-loop?
What are the two ways for restricting the value range for a domain? : abap data dictionary
How to write a code in tab control? : abap bdc
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What is BSP Application & Extension?
what is difference between method and function module?