Introduction to OOPS ALV in ABAP

 

Application list viewer or ABAP list viewer

Steps for the OOPS ALV

1. Create a Field CatLog.

    * Use SAP FM- LVC_FIELDCATALOG_MERGE

    * Manually create a field CatLog.

2. Create a custom control (Layout element) on a screen.

3. Create an object of the container class (CL_GUI_CUSTOM_CONTAINER).

4. Create an object of the ALV grid class (CL_GUI_ALV_GRID) and pass the object of the container class in the parent parameter.

5. Use method - ALV grid class (CL_GUI_ALV_GRID) method (set_table_for_first_display) to display the data.


********************************Thank You****************************

Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).