Register Login

Difference between Structure and Table Type

Updated May 18, 2018

Structure vs. Table Type in ABAP

Hello Experts,

I want to know the difference between the structure ,table type ,and table in function module.

Please help me out.


Comments

  • 13 Apr 2015 11:14 pm Guest Helpful Answer

    Structure is the definition for work area while Table type is the definition for internal table.

  • 18 Apr 2017 2:11 pm Sugandh Helpful Answer

    Table types are used to define the structure and data type attributes of a line of the internal table in SAP ABAP. It has an option for managing and accessing the data in the internal table.

    Structures are the data objects made up of various components of any data type which are stored one after the other in the memory.These structures are very useful in order to painting screen fields and also for manipulating data that has a consistent format defined by a discrete number of fields.
     


×