SAP ABAP Class CL_DB4_SYSINFO_FACTORY (DB4: System Info Factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB4 (Application Component) DB2 for AS/400
     STU4 (Package) CCMS / AS/400
Properties
Class CL_DB4_SYSINFO_FACTORY  
Short Description DB4: System Info Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU4   CCMS / AS/400 
Created 20130403   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ADBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DB4_SYSINFO_FACTORY has no interface implemented.
Friends
Class CL_DB4_SYSINFO_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DB4_SYSINFO_FACTORY DB4: System Info Factory 20130403
2 P_SYSINFOS_TAB Instance attribute Private Type reference (TYPE) TY_SYSINFOS_TAB 20130403
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20130403
2 GET_SYSINFO Instance method Public Method 20130403
Events
Class CL_DB4_SYSINFO_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SYSINFO Private See coding 20130403 begin of TY_SYSINFO, SYSID like sy-sysid, SYSINFO type ref to cl_db4_sysinfo, end of TY_SYSINFO
2 TY_SYSINFOS_TAB Private See coding 20130403 TY_SYSINFOS_TAB type standard table of TY_SYSINFO with key SYSID
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DB4_SYSINFO_FACTORY 20130403

Method GET_INSTANCE on class CL_DB4_SYSINFO_FACTORY has no exception.

Method GET_SYSINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SYS Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20130403
2 Returning R_R_SYSINFO Value transfer Object reference (TYPE REF TO) CL_DB4_SYSINFO DB4: System Information 20130403
# Exception Resumable Description Created on
1 CX_DB4_BACKEND DB4: Backend exception class 20130403
History
Last changed by/on SAP  20140121 
SAP Release Created in 740