SAP ABAP Interface IF_SRC_ADT_ABAPDOC_EXAMPLE (Example interface for showcasing the ABAP Doc syntax)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SEO_ADT_TEST (Package) Test objects for SEO_ADT

⤷

⤷

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
Interface | IF_SRC_ADT_ABAPDOC_EXAMPLE | |
Short Description | Example interface for showcasing the ABAP Doc syntax |
General Data
Package | SEO_ADT_TEST | Test objects for SEO_ADT |
Created | 20121112 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no forward declaration.
Interfaces
Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no interface.
Friends
Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | COMPLEX_ATTRIBUTE | Instance attribute | Public | See coding | 20121112 | ||||
2 | CO_CONSTANT | Constant | Public | Type reference (TYPE) | STRING | 'TestValue' | 20121112 | ||
3 | SIMPLE_ATTRIBUTE | Instance attribute | Public | Type reference (TYPE) | STRING | 20121112 | |||
4 | STATIC_ATTRIBUTE | Static Attribute | Public | Type reference (TYPE) | I | 20121112 | |||
5 | STATIC_COMPLEX_ATTRIBUTE | 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 Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method METHOD_CLASS_EXC Signature
Method METHOD_CLASS_EXC on Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method SIMPLE_EVENT_HANDLER Signature
Method SIMPLE_EVENT_HANDLER on Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method SIMPLE_EVENT_HANDLER on Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method SIMPLE_METHOD Signature
Method SIMPLE_METHOD on Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method SIMPLE_METHOD on Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method STATIC_METHOD Signature
Method STATIC_METHOD on Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method STATIC_METHOD on Interface 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 Interface IF_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |