Unit 1 Data Types
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE7A3-UQl8RS7xMkQVu3AZFuR4RQXcUCP0YJwmdeJOdItVgMiLZ0tuwxwk5BahnQw8hY0EhcNAYfPXEwVAp6JKFwxxKcMUmDs3VtV3It3OQYk9IwoATnVfAHzu8GcoSlHXpGQU2Fg/w481-h257/data_types.png)
11. Advantage of User defined types: Maintain definition centrally Local types available within the program Global types available within the system 12. Data Objects Text symbol is used to show messages. Adv of Text Symbol, translation can be maintained. 13. Data Formats Internal and External Format of Data Output Length of Data Types 15 Structure To define a type we can refer to a data object/data type or a database table definition in se11 . TYPES: BEGIN OF ty_makt, ...., END OF ty_makt. There are three types of ABAP structures: Flat structures: Components are made of individual fields that refer to elementary types. Nested structures :If at least one component of a structure refers to another structure, it’s a nested structure. Deep structures: References at least one table type (a type that defines an internal table). 16 Internal Table: Can store 2 GB of data, Basis would generally restrict it to 500 MB. Standard Table Sorted Ta...