SAP ABAP Class IF_SRC_ADT_ABAPDOC_EXAMPLE (Example interface for showcasing the ABAP Doc syntax)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRC_ADT_ABAPDOC_EXAMPLE | Class showcases the ABAP Doc Syntax | 20121112 |
Properties
| Class | IF_SRC_ADT_ABAPDOC_EXAMPLE | |
| Short Description | Example interface for showcasing the ABAP Doc syntax | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20121112 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SRC_ADT_ABAPDOC_EXAMPLE has no forward declaration.
Interfaces
Class IF_SRC_ADT_ABAPDOC_EXAMPLE has no interface implemented.
Friends
Class IF_SRC_ADT_ABAPDOC_EXAMPLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | See coding | 20121112 | |||||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'TestValue' | 20121112 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | STRING | 20121112 | ||||
| 4 | Static Attribute | Public | Type reference (TYPE) | I | 20121112 | ||||
| 5 | Static Attribute | Public | See coding | 20121112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Event handling method | 20121112 | ||
| 2 | Instance method | Public | Method | 20121112 | ||
| 3 | Instance method | Public | Method | 20121112 | ||
| 4 | Instance method | Public | Method | 20121112 | ||
| 5 | Instance method | Public | Method | 20121112 | ||
| 6 | Instance method | Public | Method | 20121112 | ||
| 7 | Instance method | Public | Method | 20121112 | ||
| 8 | Instance method | Public | Event handling method | 20121112 | ||
| 9 | Instance method | Public | Method | 20121112 | ||
| 10 | Static method | Public | Method | 20121112 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | EVENT_WITH_PARAMS | Instance Event (0) |
Public (2) |
20121112 | |
| 2 | SIMPLE_EVENT | Instance Event (0) |
Public (2) |
20121112 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_COMPLEX | Public | See coding | 20121112 | begin of ty_complex,
"! First element of complex type
first_element type i,
"! Second element of complex type
second_element type string,
end of ty_complex
|
||
| 2 | TY_SIMPLE | Public | Type reference (TYPE) | I | 20121112 | |
Method Signatures
Method EVENT_HANDLER_WITH_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM | Value transfer | Attribute reference (LIKE) | 20121112 |
Method EVENT_HANDLER_WITH_PARAMS on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method METHOD_CLASS_EXC Signature
Method METHOD_CLASS_EXC on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121112 |
Method METHOD_RAISE_EXC Signature
Method METHOD_RAISE_EXC on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121112 |
Method METHOD_WITH_CHANGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM | Call by reference | Type reference (TYPE) | I | 20121112 |
Method METHOD_WITH_CHANGING on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method METHOD_WITH_EXPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM | Call by reference | Type reference (TYPE) | STRING | 20121112 |
Method METHOD_WITH_EXPORTING on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method METHOD_WITH_IMPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM | Call by reference | Type reference (TYPE) | I | 20121112 |
Method METHOD_WITH_IMPORTING on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method METHOD_WITH_RETURNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 20121112 |
Method METHOD_WITH_RETURNING on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method SIMPLE_EVENT_HANDLER Signature
Method SIMPLE_EVENT_HANDLER on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method SIMPLE_EVENT_HANDLER on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method SIMPLE_METHOD Signature
Method SIMPLE_METHOD on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method SIMPLE_METHOD on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method STATIC_METHOD Signature
Method STATIC_METHOD on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method STATIC_METHOD on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Event Signatures
Event EVENT_WITH_PARAMS Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM | Exporting | Value transfer | Type reference (TYPE) | STRING | 20121112 |
Event SIMPLE_EVENT Signature
Event SIMPLE_EVENT on class IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |