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