SAP ABAP Data Element SEOTPUNAME (Type Group and Object Type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-CLA (Application Component) Class Builder
⤷
SEO (Package) ABAP Objects Class Library Database Layer
⤷
⤷
Basic Data
| Data Element | SEOTPUNAME |
| Short Description | Type Group and Object Type |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | SEOCLSNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | CLASS | |
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | ObjectType |
| Medium | 15 | Obj.type name |
| Long | 20 | Class/Interface |
| Heading | 30 | Object Type Name |
Documentation
Definition
Indicator for an object type (that is, a class or an interface) or a type group for the purpose of forward declaration.
This means that in the definition part of a class (whether in the public, protected or private section), if a type referenced from a type group, or a static component (for example, constant) of a class, or an interface is used, you must give the corresponding statement in the form type-pools tp, class c definition load or interface i load.
You must enter all type groups, classes, and interfaces that are used in this way.
Type groups and object types, whose components are first used in the implementation part of a class, can be entered here, but this is not essential.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 46D |