Skip to Content
-1
Apr 26, 2018 at 12:52 PM

Why can't I receive an IMPORTING REF TO object?

138 Views

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 ).