Table types
The table type is one of the elements of the ABAP dictionary in the SAP system. Its main purpose is to defend the internal table and the sourcing of structures. Like the other elements, it is created in Transaction SE11. A table type created by this transaction is available globally. This means that, once created, an object can be used in many programs, not depending on the place. Changes in these objects must be thought out because they can affect many processes and cause their incorrect operation. The second way to create a type table is to create it locally. It is then included in the program's code and is only available in this area.
During the creation of a types table in a SE11 transaction, the user can choose one of the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access