December 2012
Intermediate to advanced
316 pages
6h 51m
English
Up to this point, the output of the ALV does not allow the user to save changes made to layout. In this recipe, we will add coding that will allow saving user-specific layouts, load layouts, as well as specify a default layout.
For enabling layout saving, follow these steps:
cl_salv_layout. In addition, a key is defined based on the type salv_s_layout_key.get_layout method is then used to get the layout object for the ALV.set_key method is called for the layout object mylayout. The mykey structure having the report name sy-repid is passed to this method.set_save_restriction method is called. It is passed the static ...Read now
Unlock full access