Method GET_SCREEN_TABLE

Use

Method GET_SCREEN_TABLE transfers the SCR table to the caller. Otherwise, this method is used similarly to method GET_SCREEN_STRUCTURE.

Since there are now only very few table controls in the maintenance of standard BRF objects, this method is becoming less and less important (see also method GET_DETAIL_DATA).

Sample source text:

METHOD IF_MAINTENANCE_BRF~GET_SCREEN_TABLE .

IF iv_screen <> '2013' OR iv_program <> 'SAPLBRF_MAINTENANCE'.

CALL METHOD super->if_maintenance_brf~get_screen_table

EXPORTING

iv_screen = iv_screen

iv_program = iv_program

IMPORTING

et_screen = et_screen.

ELSE.

et_screen = dt_brf144.

ENDIF.

ENDMETHOD.

Instead of a table control you can also use SAP List Viewer grids.