SAP ABAP Class CL_ACI_CLAUSE (EXPERIMENTAL, DON'T USE (AST Clause))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_ACI_API (Package) EXPERIMENTAL, DON'T USE (API for the ACI)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ACI_ASTNODE | EXPERIMENTAL, DON'T USE (AST Node) | 20070806 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ACI_ARG_LIST_CLAUSE | EXPERIMENTAL, DON'T USE (AST Argument List Clause) | 20081212 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ACI_LIST_CLAUSE | EXPERIMENTAL, DON'T USE (AST List Clause) | 20081212 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_ACI_STRUC_CLAUSE | EXPERIMENTAL, DON'T USE (AST Structured Clause) | 20081212 |
Properties
| Class | CL_ACI_CLAUSE | |
| Short Description | EXPERIMENTAL, DON'T USE (AST Clause) | |
| Super Class | CL_ACI_ASTNODE | EXPERIMENTAL, DON'T USE (AST Node) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_ACI_API | EXPERIMENTAL, DON'T USE (API for the ACI) |
| Created | 20070806 | SAP |
| Last change | 20110908 | 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_ACI_CLAUSE has no interface implemented.
Friends
Class CL_ACI_CLAUSE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CL_ACI_CLAUSE=>T_COMPONENT_ID | Clause id | 20070806 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_IDMAP | Clause-id / string map | 20070808 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_STRMAP | String / clause-id map | 20080103 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | CL_ACI_CLAUSE=>T_VARIANT_ID | Variant id | 20070806 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | T_IDMAP | Variant-id / string map | 20070808 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | T_STRMAP | String / variant-id map | 20080103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get string representation of clause id | 20090109 | |
| 2 | Static method | Private | Method | Fill id / string maps | 20070808 | |
| 3 | Static method | Public | Method | Get component id for string representation | 20090109 | |
| 4 | Static method | Public | Method | Get variant id for string representation | 20090109 | |
| 5 | Static method | Public | Method | Get string representation of variant id | 20070808 |
Events
Class CL_ACI_CLAUSE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_COMPONENT_ID | Public | Type reference (TYPE) | INT4 | Component Id | 20090112 | |
| 2 | T_VARIANT_ID | Public | Type reference (TYPE) | INT4 | Variant Id | 20090112 | |
Method Signatures
Method COMPONENT_ID_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_ID | Call by reference | Type reference (TYPE) | T_COMPONENT_ID | Clause Id | 20090109 | |||
| 2 | STRING | Value transfer | Type reference (TYPE) | STRING | String | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPERIMENTAL, DON'T USE (Errors related to the ACI) | 20090109 |
Method FILL_ID_MAPS Signature
Method FILL_ID_MAPS on class CL_ACI_CLAUSE has no parameter.
Method FILL_ID_MAPS on class CL_ACI_CLAUSE has no exception.
Method STRING_TO_COMPONENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_ID | Value transfer | Type reference (TYPE) | T_COMPONENT_ID | Clause Id | 20090109 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | STRING | String | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPERIMENTAL, DON'T USE (Errors related to the ACI) | 20090109 |
Method STRING_TO_VARIANT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRING | Call by reference | Type reference (TYPE) | STRING | String | 20090109 | |||
| 2 | VARIANT_ID | Value transfer | Type reference (TYPE) | T_VARIANT_ID | Variant id | 20090109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPERIMENTAL, DON'T USE (Errors related to the ACI) | 20090109 |
Method VARIANT_ID_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRING | Value transfer | Type reference (TYPE) | STRING | String | 20070808 | |||
| 2 | VARIANT_ID | Call by reference | Type reference (TYPE) | T_VARIANT_ID | Variant id | 20070808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPERIMENTAL, DON'T USE (Errors related to the ACI) | 20090109 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |