Method GET_DETAIL_DATA
Use
This method is not part of the IF_MAINTENANCE_BRF interface. For this reason, you should view the name of the method merely as a suggestion. This method can therefore only be called if the caller knows the concrete class.
This method is the opposite of SET_DETAIL_DATA.
Sample source text:
Methods GET_DETAIL_DATA
exporting
ES_BRF142 type SBRF142
ET_BRF144 type SBRF144_T.
METHOD get_detail_data.
es_brf142 = ds_brf142.
et_brf144 = dt_brf144.
ENDMETHOD.
Description:
The method interface is declared specifically. For this reason, the method is not part of the IF_MAINTENANCE_BRF interface.
The SCR structure and tables are transferred in the method.