ABAP Data types Local data type and Global data type
Apart from declaring Data Objects using ABAP predefined elementary data types, we can also declare data objects using Local and Global data type. TYPES Keyword Using standard data types, we can define local data types in ABAP programs using TYPES statement. Scope of local types declared in ABAP programs is only limited to that program. […]
ABAP Data types Local data type and Global data type Read More »