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
wht is the diff. b/n initialization and lotus of event
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 are the two different ways of building a match code object?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What kind of BDC programs are written ?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What is value table? : abap data dictionary
What is tcode se16. For what is it used. Explain briefly?
How to convert the Unit for 'Distance' (The value from one Unit to another).
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is an abap?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What are the different software packets available in the market? : sap abap hr
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 client dependent objects in abap/sap?