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 |
After sending the data(any type) from SENDER to RECEIVER can we send the same data to SENDER by using ALE?
How to get the column count of a report?
How do you run the scripts?
How debug a back ground job?
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
What are the various events associated with screen programming?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What primary key and foreign key relationship
How do you set up background jobs in sap?
What is sql trace? : abap data dictionary
What does the insert statement in extract datasets do?
What is the purpose of BAPI 'BAPI_SALESORDER_SIMULATE'? Write a sample program.