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 GRAMFILENAME Static Attribute Private Type reference (TYPE) STRING fullpath of the gram file 20091210
2 PADFILENAME Static Attribute Private Type reference (TYPE) STRING fullpath of the pad file 20091210
3 VERSION Static Attribute Public Type reference (TYPE) STRING pad file version 20091210
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor to initialize file locations 20091210
2 GET_GRAMFILE Static method Public Method to get gram file 20091210
3 GET_PADFILE 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 Exporting FILESIZE Value transfer Type reference (TYPE) INT4 Gram file size 20091210
2 Exporting GRAMFILE Value transfer Type reference (TYPE) ACI_FILELINES Table of file lines 20091210
3 Exporting 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 Exporting FILESIZE Value transfer Type reference (TYPE) INT4 Pad file size 20091210
2 Exporting PADFILE Value transfer Type reference (TYPE) ACI_FILELINES Table of file lines 20091210
3 Exporting 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