Method SET_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 GET_DETAIL_DATA.

Sample source text:

Methods SET_DETAIL_DATA

importing

IS_BRF142 type SBRF142

IT_BRF144 type SBRF144_T.

METHOD set_detail_data.

ds_brf142 = is_brf142.

dt_brf144 = it_brf144.

ENDMETHOD.

Description:

The method interface is declared specifically. For this reason, this method is not part of the IF_MAINTENANCE_BRF interface.

You use this method to fill the SCR structures with the data that has been transferred.