SAP ABAP Class CL_ACI_COMPOUND_STATEMENT (EXPERIMENTAL, DON'T USE (AST Compound Statement))
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_STATEMENT | EXPERIMENTAL, DON'T USE (AST Statement) | 20070808 |
Properties
| Class | CL_ACI_COMPOUND_STATEMENT | |
| Short Description | EXPERIMENTAL, DON'T USE (AST Compound Statement) | |
| Super Class | CL_ACI_STATEMENT | EXPERIMENTAL, DON'T USE (AST Statement) |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_ACI_API | EXPERIMENTAL, DON'T USE (API for the ACI) |
| Created | 20070808 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ACI_COMPOUND_STATEMENT has no interface implemented.
Friends
Class CL_ACI_COMPOUND_STATEMENT has no friend class.
Attributes
Class CL_ACI_COMPOUND_STATEMENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get statements of compound | 20081212 | |
| 2 | Instance method | Public | Method | Get specific statement of compound | 20081212 | |
| 3 | Instance method | Public | Method | Get number of compound's statements | 20090109 |
Events
Class CL_ACI_COMPOUND_STATEMENT has no event.
Types
Class CL_ACI_COMPOUND_STATEMENT has no local type.
Method Signatures
Method GET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENTS | Value transfer | Type reference (TYPE) | ACI_STATEMENTS | AST Statements | 20081212 |
Method GET_STATEMENTS on class CL_ACI_COMPOUND_STATEMENT has no exception.
Method GET_STATEMENT_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20081212 | |||
| 2 | STATEMENT | Value transfer | Object reference (TYPE REF TO) | CL_ACI_STATEMENT | AST Statement | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPERIMENTAL, DON'T USE (Errors related to the ACI) | 20090109 |
Method GET_STATEMENT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | I | Number of the compound's statements | 20090109 |
Method GET_STATEMENT_COUNT on class CL_ACI_COMPOUND_STATEMENT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |