SAP Tutorials Blog


The following declaration and initialization creates a string consisting of the word 'Hello'. The size of the string is exactly the number of characters in the word 'Hello'.


Data my_Char(5) VALUE 'Hello'.

Following program is an example of creating strings.


REPORT YT_SEP_15. 

DATA my_Char(5) VALUE 'Hello'. 

Write my_Char.


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Manager

Contact : serkurumsal@yandex.com