SAP Tutorials Blog


 ABAP Variables are instances of data types. Variables are created during program execution and destroyed after program execution.


Use keyword DATA to declare a variable.


DATA: firstname(10) TYPE c,

      index         TYPE i,

      student_id(5) TYPE n.


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Deputy Manager

Contact : serkurumsal@yandex.com