You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only zcl_srtti_typedescr=>create_by_data_object exists.
Request to also have zcl_srtti_typedescr=>create_by_data_ref, it's very useful because S-RTTI is used with dynamic data, so data references are often used.
class-methods CREATE_BY_DATA_REF
importing
!DATA_ref type REF TODATAreturningvalue(SRTTI) type ref to ZCL_AUTUW_SRTTI_TYPEDESCR .
METHODCREATE_BY_DATA_REF.
srtti = create_by_rtti( cl_abap_typedescr=>describe_by_data_ref( data_ref ) ).
ENDMETHOD.
The text was updated successfully, but these errors were encountered:
Currently, only
zcl_srtti_typedescr=>create_by_data_object
exists.Request to also have
zcl_srtti_typedescr=>create_by_data_ref
, it's very useful because S-RTTI is used with dynamic data, so data references are often used.The text was updated successfully, but these errors were encountered: