Hello friends,
I've been given the task of modifying a program which outputs a list of data in the form of ALV. However, the user is unable to create and save his own layout stuff. The drop down list only allows him to get a list of available elements that can be included or excluded from the display. No other option. What he needs is to be able to create his own grid / layout / format etc, save it, modify it, or even delete it of need be.
I am totally ignorant when it comes to OO. I have no idea how to enable this layout tool / icon and activate ALL its possibilities (in the drop down list).
For example, I think there is some kinda parameter called ZEBRA that you can enable or disable by setting to it 'X' (for enabled) or ' ' (for disabled) in the ABAP program. Apparently if it is set to 'X' (enabled) then the output is displayed in zebra layout! But I have no clue as to how, where or what parameter to use so that the user can have the choice of creating, modifying or even deleting his own version of the layout stuff.
Any ideas?
Your help is greatly appreciated.