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 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 EVENT_HANDLER_WITH_PARAMS Instance method Public Event handling method 20121112
2 METHOD_CLASS_EXC Instance method Public Method 20121112
3 METHOD_RAISE_EXC Instance method Public Method 20121112
4 METHOD_WITH_CHANGING Instance method Public Method 20121112
5 METHOD_WITH_EXPORTING Instance method Public Method 20121112
6 METHOD_WITH_IMPORTING Instance method Public Method 20121112
7 METHOD_WITH_RETURNING Instance method Public Method 20121112
8 SIMPLE_EVENT_HANDLER Instance method Public Event handling method 20121112
9 SIMPLE_METHOD Instance method Public Method 20121112
10 STATIC_METHOD 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 Importing 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 CLASSIC 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 CX_ADT_REST 20121112

Method METHOD_WITH_CHANGING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing 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 Exporting 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 Importing 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 Returning 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