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 are different types of parameters?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
How to read files and process BDC's automatically ?
what are Hana Basics
Normally how many and what files get created when a transaction program is written?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is smart forms? : abap hr
How many default tab strips are there? How to insert more tabs in it?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
How to analysis Background Job for performance Issue?
What is partner selection?
What is lock object ? : abap data dictionary
How to debug a script in abap?
What are the parameter types for a method?
What is occurs in internal table?