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 / 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 |
Post New Answer View All Answers
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
What is the use of the raising exception? : abap modularization
What are two methods of modifying sap standard tables?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is meant by authorization? : sap abap hr
Module Pool Programming: Events and Table Control handling.
How to know if the value entered contains records or not?
What are the types of views? : sap abap data dictionary
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is lock mechanism? How do we create lock objects in abap?
What is the transaction for recording bdc ? : abap bdc
What is the meaning of sap r/3?
What are the various events associated with screen programming?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.