SAP Tutorials Blog


In SAP ABAP, your code's readability and maintainability enhance significantly through the critical utilization of indentation and colon notation. Visually organizing your code's structure becomes much easier when they are properly indentation. Moreover, simplifying output formatting is achievable via the use of colon notation. Follow these guidelines to effectively employ indentation and colon notation in ABAP:

Example:

DATA: lv_variable TYPE i,               * Integer variable

           lv_text     TYPE string,            * String variable

           lv_date     TYPE d.                  * Date variable


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Manager

Contact : serkurumsal@yandex.com