what is difference between include structure and append
structure?
Answer Posted / santhosh dasari
a.Normal Structures (which are includes) starts with .include where as Append structures starts with .append
b.Append Structures are used only to enhance standard tables where as Includes are used to enhance Ztables.
c.Append structures should be added at the end of a standard table. This is a must because we should not change the original standard table in the middle whereas Include structure allows adding one or more structure into structure or table. Also placed positioning anywhere. Up to 9 include structure can be used in a table.
d.Note: Some standard tables for which there are long data type fields cannot be enhanced because, long type fields should always be at the end and append structures should also be at the end, so there will be a conflict.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is Transactional based Application & Role based Application?
What are the different types of abap/4 programs?
What are the check tables and value tables?
What is value table? : abap data dictionary
What does the insert statement in extract datasets do? : abap modularization
Application Category?
What are base tables of an aggregate object?
What is the difference between skip and new-line?
What are match codes? describe?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the modes in which any update tasks work?
What are the types of subroutines? : abap data dictionary
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What is the difference between synchronous and asynchronous update? : abap bdc
SM35 transaction, How to automate BDC ?