Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

In a recent blog Unspeakable ABAP Mysteries and a Challenge - Part 2 Tobias had mentioned about the usage of macros in the ABAP language for common commands.Although macros have many limitations,they can be very effectively used in situations where the code is repetative and low programming logic is involved.They make the code easier to read and maintain.


In this blog I would like to talk about some common macros which can be used in applications involving the ALV Object model(SALV).These macros can be put together into a separate include and can be used in any application using the SALV Classes.

INCLUDE FOR ALV MACROS



Sample Usage
1 Comment