What's wrong with this that it won't compile with '"LO_REF" is not type-compatible with formal parameter "EO_RESULT".'? METHODS instantiate EXPORTING eo_result TYPE REF TO object. DATA lo_ref TYPE REF TO /bobf/if_tra_service_manager. lo_cut->instantiate( IMPORTING eo_result = lo_ref ).