SAP ABAP Class CL_VMCRT_FILE (VM Container File IO)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT (Package) VM Container Runtime
Properties
Class CL_VMCRT_FILE  
Short Description VM Container File IO    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SVMCRT   VM Container Runtime 
Created 20120521   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VMCRT_FILE has no forward declaration.
Interfaces
Class CL_VMCRT_FILE has no interface implemented.
Friends
Class CL_VMCRT_FILE has no friend class.
Attributes
Class CL_VMCRT_FILE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Close File 20120521
2 OPEN Instance method Public Method Open File 20120521
3 _CLOSE Instance method Private Method Kernel Method to Close a File 20120521
4 _OPEN Instance method Private Method Kernel Method to Open a File 20120521
Events
Class CL_VMCRT_FILE has no event.
Types
Class CL_VMCRT_FILE has no local type.
Method Signatures

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FD Value transfer Type reference (TYPE) I 20120521
2 Exporting RETURNCODE Value transfer Type reference (TYPE) I 20120521

Method CLOSE on class CL_VMCRT_FILE has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FD Value transfer Type reference (TYPE) I 20120521
2 Importing MODE Value transfer Type reference (TYPE) I 20120521
3 Importing NAME Value transfer Type reference (TYPE) STRING 20120521
4 Importing PERM Value transfer Type reference (TYPE) I 20120521
5 Exporting RETURNCODE Value transfer Type reference (TYPE) I 20120521

Method OPEN on class CL_VMCRT_FILE has no exception.

Method _CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FD Value transfer Type reference (TYPE) I 20120521
2 Exporting RETURNCODE Value transfer Type reference (TYPE) I 20120521

Method _CLOSE on class CL_VMCRT_FILE has no exception.

Method _OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FD Value transfer Type reference (TYPE) I 20120521
2 Importing MODE Value transfer Type reference (TYPE) I 20120521
3 Importing NAME Value transfer Type reference (TYPE) STRING 20120521
4 Importing PERM Value transfer Type reference (TYPE) I 20120521
5 Exporting RETURNCODE Value transfer Type reference (TYPE) I 20120521

Method _OPEN on class CL_VMCRT_FILE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740