SAP ABAP Class CL_OO_SOURCE_POS_CONVERTER (WB - Class Builder - Surce Position Converter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-CLA (Application Component) Class Builder
⤷
SEO_SOURCE_BASED (Package) Source-based Class Editor

⤷

⤷

Properties
Class | CL_OO_SOURCE_POS_CONVERTER | |
Short Description | WB - Class Builder - Surce Position Converter | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEO_SOURCE_BASED | Source-based Class Editor |
Created | 20061212 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_OO_SOURCE_POS_CONVERTER has no interface implemented.
Friends
Class CL_OO_SOURCE_POS_CONVERTER 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) | SEOCLSKEY | Key structure of a class | 20061212 | ||
2 | ![]() |
Constant | Private | See coding | 'CP' | 20061218 | |||
3 | ![]() |
Constant | Private | See coding | 'CS' | 20100907 | |||
4 | ![]() |
Constant | Private | See coding | 'IU' | 20071213 | |||
5 | ![]() |
Constant | Private | See coding | 'CM' | 20061218 | |||
6 | ![]() |
Constant | Private | See coding | 'CI' | 20061218 | |||
7 | ![]() |
Constant | Private | See coding | 'CO' | 20061218 | |||
8 | ![]() |
Constant | Private | See coding | 'CU' | 20061218 | |||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB_ACTIVATION_DB_API | 20110915 | |||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_OO_CLIF_SOURCE | Source Code of a Class | 20061212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20110915 | |
2 | ![]() |
Static method | Public | Method | Create a Source Position Converter | 20061212 |
3 | ![]() |
Instance method | Public | Method | 20061214 | |
4 | ![]() |
Instance method | Public | Method | 20070116 | |
5 | ![]() |
Instance method | Public | Method | 20091103 | |
6 | ![]() |
Instance method | Public | Method | 20061218 | |
7 | ![]() |
Instance method | Public | Method | Gets Include and Position within the include for Synt.-Check | 20061212 |
8 | ![]() |
Instance method | Public | Method | 20061218 | |
9 | ![]() |
Instance method | Public | Method | 20061222 |
Events
Class CL_OO_SOURCE_POS_CONVERTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYPE_INCLUDE_POSITION | Public | See coding | 20061212 | begin of type_include_position,
include type progname,
source_position type cl_source_scanner=>type_source_position,
end of type_include_position
|
||
2 | TYPE_OBJECT | Public | See coding | 20070116 | begin of type_object,
type type seu_objtyp,
name type seu_objkey,
end of type_object
|
Method Signatures
Method CAN_USE_SOURCE_POS_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110915 |
Method CAN_USE_SOURCE_POS_INDEX on class CL_OO_SOURCE_POS_CONVERTER has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLIF_KEY | Call by reference | Type reference (TYPE) | SEOCLSKEY | Key structure of a class | 20061212 | ||
2 | ![]() |
CONVERTER | Value transfer | Object reference (TYPE REF TO) | CL_OO_SOURCE_POS_CONVERTER | WB - Class Builder - Surce Position Converter | 20061212 | ||
3 | ![]() |
SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_OO_CLIF_SOURCE | Source Code of a Class | 20061212 |
Method CREATE on class CL_OO_SOURCE_POS_CONVERTER has no exception.
Method GET_INCLUDE_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INCLUDE_POSITION | Value transfer | Type reference (TYPE) | TYPE_INCLUDE_POSITION | 20061214 | |||
2 | ![]() |
SOURCE_POSITION | Call by reference | Type reference (TYPE) | CL_SOURCE_SCANNER=>TYPE_SOURCE_POSITION | 20061214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091124 | ||
2 | ![]() |
20070105 |
Method GET_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBJECT | Value transfer | Type reference (TYPE) | TYPE_OBJECT | 20070116 | |||
2 | ![]() |
SOURCE_POSITION | Call by reference | Type reference (TYPE) | CL_SOURCE_SCANNER=>TYPE_SOURCE_POSITION | 20070116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091124 | ||
2 | ![]() |
20070116 |
Method GET_POSITION_BY_COMPONENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CPDKEY | Value transfer | Type reference (TYPE) | SEOCPDKEY | 20091103 | |||
2 | ![]() |
CPDTYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | 20091103 | |||
3 | ![]() |
SOURCE_POSITION | Value transfer | Type reference (TYPE) | CL_SOURCE_SCANNER=>TYPE_SOURCE_POSITION | 20091103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091103 | ||
2 | ![]() |
20091124 |
Method GET_POSITION_BY_INCLUDE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INCLUDE_POSITION | Call by reference | Type reference (TYPE) | TYPE_INCLUDE_POSITION | 20061218 | |||
2 | ![]() |
SOURCE_POSITION | Value transfer | Type reference (TYPE) | CL_SOURCE_SCANNER=>TYPE_SOURCE_POSITION | 20061218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20061218 | ||
2 | ![]() |
20091124 | ||
3 | ![]() |
20100705 |
Method GET_SYNTAX_CHECK_INCLUDE_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INCLUDE_POSITION | Value transfer | Type reference (TYPE) | TYPE_INCLUDE_POSITION | 20061212 | |||
2 | ![]() |
SOURCE_POSITION | Call by reference | Type reference (TYPE) | CL_SOURCE_SCANNER=>TYPE_SOURCE_POSITION | 20061212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Class Processing Error | 20091124 |
Method GET_SYNTAX_CHECK_POS_BY_INC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INCLUDE_POSITION | Call by reference | Type reference (TYPE) | TYPE_INCLUDE_POSITION | 20061218 | |||
2 | ![]() |
SOURCE_POSITION | Value transfer | Type reference (TYPE) | CL_SOURCE_SCANNER=>TYPE_SOURCE_POSITION | 20061218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070104 | ||
2 | ![]() |
20091124 | ||
3 | ![]() |
20100706 |
Method IS_INCLUDE_CONVERTABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONVERTABLE | Value transfer | Type reference (TYPE) | SEOX_BOOLEAN | 20061222 | |||
2 | ![]() |
INCLUDE | Call by reference | Type reference (TYPE) | PROGNAME | 20061222 |
Method IS_INCLUDE_CONVERTABLE on class CL_OO_SOURCE_POS_CONVERTER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |