SAP ABAP Class CL_OO_SOURCE_POS_INDEX_HELPER (accelerate conversion form to source based positions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-CLA (Application Component) Class Builder
⤷
SEO_SOURCE_BASED (Package) Source-based Class Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OO_SOURCE_POS_INDEX_HELPER | accelerate conversion from form to source based positions | 20110915 |
Properties
| Class | CL_OO_SOURCE_POS_INDEX_HELPER | |
| Short Description | accelerate conversion form to source based positions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEO_SOURCE_BASED | Source-based Class Editor |
| Created | 20110601 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_OO_SOURCE_POS_INDEX_HELPER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_OO_SOURCE_POS_INDEX_HELPER | accelerate conversion from form to source based positions | 20110915 |
Friends
Class CL_OO_SOURCE_POS_INDEX_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | CO_NAME_POSITION_KIND | 20110915 | |||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | 20110915 | |||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | CO_NAME_POSITION_KIND | 20110915 | |||
| 4 | Constant | Public | Type reference (TYPE) | CHAR1 | 'N' | 20110915 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_POS_INDEX_PERSISTENCE | 20110915 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER=>SOURCE_POS_INDEX_TAB | 20110915 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | internal method | 20110915 | |
| 2 | Instance method | Private | Method | re-usable method to calculate class name pos | 20110915 | |
| 3 | Instance method | Private | Method | returns cs include timestamp | 20110915 | |
| 4 | Instance method | Private | Method | returns internal persistence facade | 20110915 | |
| 5 | Instance method | Private | Method | inject internal persistence facade | 20110915 | |
| 6 | Instance method | Private | Method | internal method to create index | 20110915 | |
| 7 | Instance method | Private | Method | check if cs include is up to date (or if cs include must be | 20110915 | |
| 8 | Instance method | Private | Method | check if cs include timestamp in index is up to date | 20110915 | |
| 9 | Static method | Public | Method | prepares cache for given class names (select into table) | 20110915 | |
| 10 | Static method | Public | Method | clears the cache which was filled via prepare_cache | 20110915 |
Events
Class CL_OO_SOURCE_POS_INDEX_HELPER has no event.
Types
Class CL_OO_SOURCE_POS_INDEX_HELPER has no local type.
Method Signatures
Method CALCULATE_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FB_COLUMN | Call by reference | Type reference (TYPE) | I | 20110915 | ||||
| 2 | FB_END_COLUMN | Call by reference | Type reference (TYPE) | I | 20110915 | ||||
| 3 | FB_END_LINE | Call by reference | Type reference (TYPE) | I | 20110915 | ||||
| 4 | FB_LINE | Call by reference | Type reference (TYPE) | I | 20110915 | ||||
| 5 | INDEX_LINE | Call by reference | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER=>TY_SOURCE_POS_INDEX | 20110915 | ||||
| 6 | KEEP_METHOD_END_POS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110915 | ||||
| 7 | RESULT | Value transfer | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER=>TY_SOURCE_POS_INDEX | 20110915 |
Method CALCULATE_RESULT on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method GET_CLASS_NAME_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_DEFINITION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110915 | ||||
| 2 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110915 | ||||
| 3 | INDEX | Call by reference | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER=>SOURCE_POS_INDEX_TAB | 20110915 | ||||
| 4 | RESULT | Value transfer | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER=>TY_SOURCE_POS_INDEX | 20110915 | ||||
| 5 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20110915 |
Method GET_CLASS_NAME_POS on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method GET_CS_INCLUDE_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110915 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TIMESTAMP | 20110915 | ||||
| 3 | VERSION | Call by reference | Type reference (TYPE) | REPOSRC-R3STATE | 20110915 |
Method GET_CS_INCLUDE_TIMESTAMP on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method GET_POS_INDEX_PERSISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | LIF_POS_INDEX_PERSISTENCE | 20110915 |
Method GET_POS_INDEX_PERSISTENCE on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method INJECT_POS_INDEX_PERSISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REF | Call by reference | Object reference (TYPE REF TO) | LIF_POS_INDEX_PERSISTENCE | 20110915 |
Method INJECT_POS_INDEX_PERSISTENCE on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method INTERNAL_CREATE_TEMP_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110915 | ||||
| 2 | CS_INCLUDE_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | 20110915 | ||||
| 3 | INDEX_TAB | Call by reference | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER~SOURCE_POS_INDEX_TAB | 20110915 | ||||
| 4 | SCANNER | Call by reference | Object reference (TYPE REF TO) | CL_OO_SOURCE_SCANNER_CLASS | 20110915 | ||||
| 5 | VERSION | Call by reference | Type reference (TYPE) | REPOSRC-R3STATE | 20110915 |
Method INTERNAL_CREATE_TEMP_INDEX on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method IS_CS_INCLUDE_UP_TO_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110915 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110915 | ||||
| 3 | TIMESTAMP_HELPER | Call by reference | Object reference (TYPE REF TO) | CL_OO_CLIF_SOURCE_HELPER | 20110915 | ||||
| 4 | VERSION | Call by reference | Type reference (TYPE) | REPOSRC-R3STATE | 20110915 |
Method IS_CS_INCLUDE_UP_TO_DATE on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method IS_SOURCE_POS_INDEX_UP_TO_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110915 | ||||
| 2 | INDEX_LINE | Call by reference | Type reference (TYPE) | IF_OO_SOURCE_POS_INDEX_HELPER=>TY_SOURCE_POS_INDEX | 20110915 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110915 | ||||
| 4 | TIMESTAMP_HELPER | Call by reference | Object reference (TYPE REF TO) | CL_OO_CLIF_SOURCE_HELPER | 20110915 | ||||
| 5 | VERSION | Call by reference | Type reference (TYPE) | REPOSRC-R3STATE | 20110915 |
Method IS_SOURCE_POS_INDEX_UP_TO_DATE on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method PREPARE_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAMES | Call by reference | Type reference (TYPE) | STRING_TABLE | 20110915 |
Method PREPARE_CACHE on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_OO_SOURCE_POS_INDEX_HELPER has no parameter.
Method RESET_CACHE on class CL_OO_SOURCE_POS_INDEX_HELPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |