View list used by SAP ABAP Program SEO_GENERATE_INTERFACE_EXAMPLE (Example: Generating a Class)
SAP ABAP Program
SEO_GENERATE_INTERFACE_EXAMPLE (Example: Generating a Class) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | VSEOATTRIB | Attribute | ||
| 2 | VSEOEXCEP | Exception (METHOD m EXCEPTIONS e) | ||
| 3 | VSEOEXTEND | Inheritance (c INHERITING FROM c_ref) | ||
| 4 | VSEOIMPLEM | Interface implementation (c INTERFACES i_ref) | ||
| 5 | VSEOINTERF | Interface (INTERFACE i ... ENDINTERFACE) | ||
| 6 | VSEOMETHOD | General method | ||
| 7 | VSEOPARAM | Parameters | ||
| 8 | VSEOTYPE | Type (TYPES t) | ||