Difference between “‘” and “`” in ABAP

A basic difference: still I find that most of the programmer hardly uses string literal. String literal is generally a forgotten case.

A character sequence within single quote characters (‘) is a char literal, while within (`) is a string literal. That is especially important for trailing spaces: a string literal preserves the trailing space while a char literal ignores them.

This can be best understood by the following example:
Continue Reading…

‘Disable’ TOP-OF-PAGE on Last Page in ABAP

There had been a requirement recently where the user does not want the Header to be displayed on the last page printing in Classical Report. The requirement was pretty unique and here is the sample code based on the condition.

 

Remove Header in Classic Reporting

Remove Header in Classic Reporting

Continue Reading…

Page 3 of 3123