SAP ABAP Class CL_ACI_LIST_CLAUSE (EXPERIMENTAL, DON'T USE (AST List 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_CLAUSE | EXPERIMENTAL, DON'T USE (AST Clause) | 20081212 |
Properties
Class | CL_ACI_LIST_CLAUSE | |
Short Description | EXPERIMENTAL, DON'T USE (AST List Clause) | |
Super Class | CL_ACI_CLAUSE | EXPERIMENTAL, DON'T USE (AST Clause) |
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 | 20070806 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ACI_LIST_CLAUSE has no forward declaration.
Interfaces
Class CL_ACI_LIST_CLAUSE has no interface implemented.
Friends
Class CL_ACI_LIST_CLAUSE has no friend class.
Attributes
Class CL_ACI_LIST_CLAUSE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get all clauses in list | 20070806 |
2 | ![]() |
Instance method | Public | Method | Get specific clause in list | 20070806 |
3 | ![]() |
Instance method | Public | Method | Get number of clauses | 20090109 |
Events
Class CL_ACI_LIST_CLAUSE has no event.
Types
Class CL_ACI_LIST_CLAUSE has no local type.
Method Signatures
Method GET_CLAUSES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLAUSES | Value transfer | Type reference (TYPE) | ACI_CLAUSES | Clauses in list | 20070806 |
Method GET_CLAUSES on class CL_ACI_LIST_CLAUSE has no exception.
Method GET_CLAUSE_BY_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLAUSE | Value transfer | Object reference (TYPE REF TO) | CL_ACI_CLAUSE | Clause | 20070806 | ||
2 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | INT4 | Clause index | 20070806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
EXPERIMENTAL, DON'T USE (Errors related to the ACI) | 20090109 |
Method GET_CLAUSE_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 clauses | 20090109 |
Method GET_CLAUSE_COUNT on class CL_ACI_LIST_CLAUSE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |