SAP TYPES STATEMENTS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Declaring Data Types
You can define program-local data types in ABAP programs that can be used for typing or declaring additional data types and data objects according to validity and visibility.
The corresponding statements are:

TYPES

ABAP Code Snippet