SAP ABAP Class CL_SRC_ADT_ABAPDOC_EXAMPLE (Class showcases 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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRC_ADT_ABAPDOC_EXAMPLE | Example interface for showcasing the ABAP Doc syntax | 20121112 |
Properties
Class | CL_SRC_ADT_ABAPDOC_EXAMPLE | |
Short Description | Class showcases the ABAP Doc Syntax | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEO_ADT_TEST | Test objects for SEO_ADT |
Created | 20121112 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SRC_ADT_ABAPDOC_EXAMPLE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SRC_ADT_ABAPDOC_EXAMPLE | Example interface for showcasing the ABAP Doc syntax | 20121112 |
Friends
Class CL_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 | Private | Type reference (TYPE) | I | 2 | 20121112 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20121112 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 20121112 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 2 | 20121112 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20121112 | |||
6 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | I | 20121112 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 2 | 20121112 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20121112 | |||
9 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | 20121112 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CLASS_EVENT_COLUMN_1 | Static Event (1) |
Public (2) |
20121112 | |
2 | CLASS_EVENT_COLUMN_2 | Static Event (1) |
Public (2) |
20121112 | |
3 | EVENT_COLUMN_1 | Instance Event (0) |
Public (2) |
20121112 | |
4 | EVENT_COLUMN_2 | Instance Event (0) |
Public (2) |
20121112 | |
5 | PRIVATE_EVENT | Instance Event (0) |
Private (0) |
20121112 | |
6 | PRIVATE_STATIC_EVENT | Static Event (1) |
Private (0) |
20121112 | |
7 | PROTECTED_EVENT | Instance Event (0) |
Protected (1) |
20121112 | |
8 | PROTECTED_STATIC_EVENT | Static Event (1) |
Protected (1) |
20121112 | |
9 | PUBLIC_EVENT | Instance Event (0) |
Public (2) |
20121112 | |
10 | PUBLIC_EVENT_WITH_PARAMS | Instance Event (0) |
Public (2) |
20121112 | |
11 | PUBLIC_STATIC_EVENT | Static Event (1) |
Public (2) |
20121112 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_PRIV_SIMPLE_STRUCTURE | Private | See coding | 20121112 | begin of TY_PRIV_SIMPLE_STRUCTURE,
"! This is field A of the simple structure
FIELD_A type I,
"! This is field B of the simple structure
FIELD_B type STRING,
end of TY_PRIV_SIMPLE_STRUCTURE
|
||
2 | TY_PROT_SIMPLE_STRUCTURE | Protected | See coding | 20121112 | begin of ty_prot_simple_structure,
"! This is field A of the simple structure
field_a type i,
"! This is field B of the simple structure
field_b type string,
end of ty_prot_simple_structure
|
||
3 | TY_PUB_SIMPLE_STRUCTURE | Public | See coding | 20121112 | begin of ty_pub_simple_structure,
"! This is field A of the simple structure
field_a type i,
"! This is field B of the simple structure
field_b type string,
end of ty_pub_simple_structure
|
||
4 | TY_SIMPLE | Public | Type reference (TYPE) | I | 20121112 |
|
Method Signatures
Method ABSTRACT_METH Signature
Method ABSTRACT_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method ABSTRACT_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method CONSTRUCTOR 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 CONSTRUCTOR on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method EVENT_HANDLER_METHOD Signature
Method EVENT_HANDLER_METHOD on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method EVENT_HANDLER_METHOD on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method EVENT_HANDLER_METH_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_METH_WITH_PARAMS on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method FINAL_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
A | Call by reference | Type reference (TYPE) | I | 20121112 |
Method FINAL_METHOD on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PRIVATE_METH Signature
Method PRIVATE_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method PRIVATE_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PRIVATE_STATIC_METH Signature
Method PRIVATE_STATIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method PRIVATE_STATIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PROTECTED_METH Signature
Method PROTECTED_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method PROTECTED_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PROTECTED_STATIC_METH Signature
Method PROTECTED_STATIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method PROTECTED_STATIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PUBLIC_METH Signature
Method PUBLIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method PUBLIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PUBLIC_METH_WITH_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARAM1 | Call by reference | Type reference (TYPE) | I | 20121112 | |||
2 | ![]() |
PARAM2 | Call by reference | Type reference (TYPE) | I | 20121112 |
Method PUBLIC_METH_WITH_PARAMS on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PUBLIC_STATIC_METH Signature
Method PUBLIC_STATIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Method PUBLIC_STATIC_METH on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PUBLIC_STATIC_METH_WITH_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARAM1 | Call by reference | Type reference (TYPE) | I | 20121112 | |||
2 | ![]() |
PARAM2 | Call by reference | Type reference (TYPE) | I | 20121112 | |||
3 | ![]() |
PARAM3 | Call by reference | Type reference (TYPE) | I | 20121112 | |||
4 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | I | 20121112 |
Method PUBLIC_STATIC_METH_WITH_PARAMS on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no exception.
Method PUB_METH_WITH_CLASSIC_EXC Signature
Method PUB_METH_WITH_CLASSIC_EXC on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121112 |
Method PUB_METH_WITH_OO_EXC Signature
Method PUB_METH_WITH_OO_EXC on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121112 |
Event Signatures
Event CLASS_EVENT_COLUMN_1 Signature
Event CLASS_EVENT_COLUMN_1 on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event CLASS_EVENT_COLUMN_2 Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | PARAM | Exporting | Value transfer | Type reference (TYPE) | I | 20121112 |
Event EVENT_COLUMN_1 Signature
Event EVENT_COLUMN_1 on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event EVENT_COLUMN_2 Signature
Event EVENT_COLUMN_2 on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event PRIVATE_EVENT Signature
Event PRIVATE_EVENT on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event PRIVATE_STATIC_EVENT Signature
Event PRIVATE_STATIC_EVENT on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event PROTECTED_EVENT Signature
Event PROTECTED_EVENT on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event PROTECTED_STATIC_EVENT Signature
Event PROTECTED_STATIC_EVENT on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event PUBLIC_EVENT Signature
Event PUBLIC_EVENT on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
Event PUBLIC_EVENT_WITH_PARAMS Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | OPTIONAL_PARAM | Exporting | Value transfer | Type reference (TYPE) | I | 20121112 | |||
2 | PARAM | Exporting | Value transfer | Type reference (TYPE) | I | 20121112 |
Event PUBLIC_STATIC_EVENT Signature
Event PUBLIC_STATIC_EVENT on class CL_SRC_ADT_ABAPDOC_EXAMPLE has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |