SAP ABAP Class CL_ACI_BYTECODE (To get pad file and gram file)
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)
⤷
⤷
Properties
| Class | CL_ACI_BYTECODE | |
| Short Description | To get pad file and gram file | |
| Super Class | ||
| 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 | 20091210 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ACI_BYTECODE has no forward declaration.
Interfaces
Class CL_ACI_BYTECODE has no interface implemented.
Friends
Class CL_ACI_BYTECODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING | fullpath of the gram file | 20091210 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | STRING | fullpath of the pad file | 20091210 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | STRING | pad file version | 20091210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | to initialize file locations | 20091210 | |
| 2 | Static method | Public | Method | to get gram file | 20091210 | |
| 3 | Static method | Public | Method | to get pad file | 20091210 |
Events
Class CL_ACI_BYTECODE has no event.
Types
Class CL_ACI_BYTECODE has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ACI_BYTECODE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ACI_BYTECODE has no exception.
Method GET_GRAMFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILESIZE | Value transfer | Type reference (TYPE) | INT4 | Gram file size | 20091210 | |||
| 2 | GRAMFILE | Value transfer | Type reference (TYPE) | ACI_FILELINES | Table of file lines | 20091210 | |||
| 3 | VERSION | Value transfer | Type reference (TYPE) | STRING | Pad file version | 20091210 |
Method GET_GRAMFILE on class CL_ACI_BYTECODE has no exception.
Method GET_PADFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILESIZE | Value transfer | Type reference (TYPE) | INT4 | Pad file size | 20091210 | |||
| 2 | PADFILE | Value transfer | Type reference (TYPE) | ACI_FILELINES | Table of file lines | 20091210 | |||
| 3 | VERSION | Value transfer | Type reference (TYPE) | STRING | Pad file version | 20091210 |
Method GET_PADFILE on class CL_ACI_BYTECODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 800 |