Answer Posted / shreeshail diggi
structure :
Either a structured type in the ABAP Dictionary or a name
for a structured data object in an ABAP program. You can
access whole structures or merely by component. In ABAP,
structures that contain only character-type, flat
components can also be treated as elementary data objects
in ABAP
Append Structure :
Structure in the ABAP Dictionary that is appended to
another structure or a database table so as to add further
components. Standard structures and database tables
delivered by SAP can be enhanced by means of append
structures in customer systems.
Thank's and Regard's
Shreeshail Diggi
SAP Technical Consultant Infinite India
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the aggregate objects in the dictionary? : abap data dictionary
What is a badi?
Explain the difference between tables and structures?
How to upload more than 2GB file from External Source to SAP?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
Can we define our own match code id's for sap matchcodes? : abap data dictionary
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the functional areas? User groups?
What are function modules?
How we format the data before before write statement in report ?
Can a domain, assigned to a data element be changed?
How to write a code in tab control? : abap bdc
What two statements would be used to exchange data between programs using abap memory?
Explain the components of selection table?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization