ALV_PATTERN
Useful FM-pattern for add local class to show alv.
- Create pattern 'ZALV_PATTERN'
- Write '*$&$MUSTER' for add code dynamically from function module which we are will create on next step.
- Create your FG ( name doesn't matter ). Inside FG create FM with mask <pattern_name>_EDITOR_EXIT = ZALV_PATTERN_EDITOR_EXIT. And table parametr BUFFER type RSWSOURCET.
-
Past code into your new FM from zalv_pattern. Then save and activate.
-
And now add your pattern.