Hi everybody,
I am developing now for many years. I wrote several ABAP which use the ALV Grid.
There are some points where I wrote coding again and again. e.g. Maintaining the fiedlcatalog or writing the handler for cells.
So I ask myself if it would be worth to write an ABAP wich uses some Z-tables where the ALV can be custimized.
e.g.
- Name of dictionary-Structure that should be uses
- fields to enable/disable
- field to hide
- hotsports in cells to transactions/reports
- cell-colors
- a "compare factory interface" , where you decide, whichs columns for compare
- sample column 5 = customer-name in uplkoaded csv-file
- sample column 6 = customer-name in master data
- depending of return variable (true = equal or false = not equal) cells will appear in color green or color red
There are just samples. But I wrote them again and again.
Which advantages /disadvantages do you see?
Thanks
Regards Mario