View list used by SAP ABAP Function Module SEO_CLASS_DELETE_W_DEPS (Delete Class with Dependencies)
SAP ABAP Function Module SEO_CLASS_DELETE_W_DEPS (Delete Class with Dependencies) is using
# Object Type Object Name Object Description Note
     
1 View  VSEOATTRIB Attribute
2 View  VSEOCDEFER Forward declaration for class (CLASS c DEFINITION DEFERRED)
3 View  VSEOCLASS Class (CLASS c ... ENDCLASS)
4 View  VSEOCOMPRI Interface composition (i COMPRISING i_ref)
5 View  VSEOEVENT Event (EVENTS e)
6 View  VSEOEXTEND Inheritance (c INHERITING FROM c_ref)
7 View  VSEOIDEFER Forward declaration- intf. (INTERFACE c DEFINITION DEFERRED)
8 View  VSEOIMPLEM Interface implementation (c INTERFACES i_ref)
9 View  VSEOMETHOD General method
10 View  VSEOTYPE Type (TYPES t)
11 View  VSEOTYPEP Use of type group (TYPE-POOLS t)