- The structure is a combination of different variables or data types.
- Structures do not hold memory. But it holds memory only at runtime.
types : Begin of <structure name>,
------
------
End of <structure name>.
Types: BEGIN OF TY_STR,
NAME(12) TYPE C,
AGE TYPE I,
PLACE(20) TYPE C,
END OF TY_STR.
NAME(12) TYPE C,
AGE TYPE I,
PLACE(20) TYPE C,
END OF TY_STR.
Serkan AKKAVAK
Computer Engineer
SAP Department Deputy Manager
Contact : serkurumsal@yandex.com
0 Comments