Closed GoogleCodeExporter closed 8 years ago
Original comment by Taryck.B...@gmail.com
on 14 Jan 2010 at 2:59
Original comment by Taryck.B...@gmail.com
on 14 Jan 2010 at 4:36
Doesn't work because class_constructor has been changed. :-/
Original comment by taryck%b...@gtempaccount.com
on 22 Jan 2010 at 10:51
Fixed with : in RESET_CONNECTORS
*Issue 3
* Check interface type (local or global).
o_desc = cl_abap_structdescr=>describe_by_name( 'ZAPLINK_CONNECTOR' ).
* when Local : \PROGRAM=ZAPLINK_INSTALLER\INTERFACE=ZAPLINK_CONNECTOR
* when Global : \INTERFACE=ZAPLINK_CONNECTOR
IF o_desc->absolute_name CP '\INTERFACE=*'.
* Global Interface : check use
CREATE OBJECT _connectors
EXPORTING
clsname = 'ZAPLINK_CONNECTOR'
* w_references = seox_true
* w_implementings = seox_true
* w_comprisings = seox_true
* w_subclasses = seox_true
EXCEPTIONS
not_existing = 0 " For installer ignore not existing class
is_class = 2
OTHERS = 3.
Original comment by taryck%b...@gtempaccount.com
on 22 Jan 2010 at 11:08
Original comment by taryck%b...@gtempaccount.com
on 1 Feb 2010 at 9:50
Original comment by taryck%b...@gtempaccount.com
on 1 Feb 2010 at 10:11
Original comment by taryck%b...@gtempaccount.com
on 1 Feb 2010 at 10:54
Original issue reported on code.google.com by
Taryck.B...@gmail.com
on 7 Jan 2010 at 5:13