Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member207438
Participant
0 Kudos
After looking at all those colorful Christmas trees and lights I decided to introduce my {code:html}SAP Code Exchange{code} project called abap2html (https://cw.sdn.sap.com/cw/groups/abap2html) abap2html uses a special version of Colorer (http://colorer.sourceforge.net/) which was "simplified" to have ABAP relevant configuration files only. You can modify a list of ABAP keywords and their corresponding colors. You can even have special groups of keywords, special characters, etc. that can be colored differently. Colorer is really powerful in that respect. In the first version of abap2html this needs to be done by manually changing Colorer configuration files which happened to be in the XML format. See the bap2html {code:html}User Guide{code} for more details.* ABAP Hello World REPORT ZHELLO. start-of-selection. write: / 'HELLO WORLD!'. if 1 = 1. " How true 😉 write: 'BLAH'. endif. The code above could have look like this: