Hi Taryck,
I never found ideal solutions, there are always exceptions. For instance, one of my code is (7.31/7.40):
DATA: l_new_type_resolver_on TYPE boole_d. GET PARAMETER ID 'INTTYPE_RESOLVER_ON' FIELD l_new_type_resolver_on. SET PARAMETER ID 'INTTYPE_RESOLVER_ON' FIELD abap_true. wb_object = wb_object->get_main_object_ref( ). SET PARAMETER ID 'INTTYPE_RESOLVER_ON' FIELD l_new_type_resolver_on. wb_object->get_transport_key( IMPORTING p_object = e071-object " Object Type p_obj_name = e071-obj_name " Object Name in Object List EXCEPTIONS key_not_available = 1 ).
Sandra
Add comment