SAP ABAP Class CL_FPM_DEMO_DB_MANAGER (CL_FPM_DEMO_DB_MANAGER)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_DEMO (Package) Floorplan Manager (Examples and Demo applications)
Properties
Class CL_FPM_DEMO_DB_MANAGER  
Short Description    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_DEMO   Floorplan Manager (Examples and Demo applications) 
Created 20070924   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_DEMO_DB_MANAGER has no forward declaration.
Interfaces
Class CL_FPM_DEMO_DB_MANAGER has no interface implemented.
Friends
Class CL_FPM_DEMO_DB_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTIVATE_SUBROADMAPSTEP Constant Public Type reference (TYPE) STRING 'ACTIVATE_SUBROADMAP' 20080303
2 MO_DB_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_FPM_DEMO_DB_MANAGER 20070924
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_COLUMNS_EXIST Instance method Private Method Check if columns exist within tables 20100503
2 CHECK_TABLE_NAME Instance method Private Method Checking of rpredefined defined tables for demo application 20100422
3 DELETE_FROM_TABLE Instance method Public Method Use this to delete records from the DB table 20070927
4 GET_INSTANCE Static method Public Method Use this method to get and instance of the DB Manager 20070924
5 INSERT_INTO_TABLE Instance method Public Method Use this to add new records into the DB tables 20070927
6 MODIFY_TABLE Instance method Public Method Use this method for modifying the database table 20080212
7 READ_TABLE Instance method Public Method Returns the data of the table of any line type 20070924
Events
Class CL_FPM_DEMO_DB_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABLE_KEYS Public See coding 20070924 TT_TABLE_KEYS TYPE STANDARD TABLE OF TY_KEYS
2 TY_COLUMNS Public See coding 20070924 TY_COLUMNS type STANDARD TABLE OF string
3 TY_KEYS Public See coding 20070924 BEGIN OF TY_KEYS, key type string, value type string, END OF ty_keys
Method Signatures

Method CHECK_COLUMNS_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COLUMNS_EXIST Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100504
2 Exporting EV_KEYS_EXIST Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100504
3 Importing IV_TABLE_COLUMNS Call by reference Type reference (TYPE) TY_COLUMNS 20100504
4 Importing IV_TABLE_KEYS Call by reference Type reference (TYPE) TT_TABLE_KEYS 20100504
5 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING Name of ABAP Dictionary Object 20100503

Method CHECK_COLUMNS_EXIST on class CL_FPM_DEMO_DB_MANAGER has no exception.

Method CHECK_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING 20100422
2 Returning TAB_FOUND Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100422

Method CHECK_TABLE_NAME on class CL_FPM_DEMO_DB_MANAGER has no exception.

Method DELETE_FROM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE_DATA Call by reference Type reference (TYPE) STANDARD TABLE Records to be deleted 20070927
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING Name of the DB table 20070927

Method DELETE_FROM_TABLE on class CL_FPM_DEMO_DB_MANAGER has no exception.

Method GET_INSTANCE Signature

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

Method GET_INSTANCE on class CL_FPM_DEMO_DB_MANAGER has no exception.

Method INSERT_INTO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HAS_DUPLICATE_KEYS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070927
2 Importing IV_TABLE_DATA Call by reference Type reference (TYPE) STANDARD TABLE internal table with records to be inserted 20070927
3 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING Name of the DB table 20070927

Method INSERT_INTO_TABLE on class CL_FPM_DEMO_DB_MANAGER has no exception.

Method MODIFY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE_DATA Call by reference Type reference (TYPE) STANDARD TABLE internal table with records to be Modified 20080212
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING Name of the DB table 20080212

Method MODIFY_TABLE on class CL_FPM_DEMO_DB_MANAGER has no exception.

Method READ_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ROW_COUNT Call by reference Type reference (TYPE) I 20070924
2 Exporting EV_TABLE_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20070924
3 Importing IV_COLUMN_NAMES Call by reference Type reference (TYPE) TY_COLUMNS 20070924
4 Importing IV_TABLE_KEYS Call by reference Type reference (TYPE) TT_TABLE_KEYS 20070924
5 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING 20070924

Method READ_TABLE on class CL_FPM_DEMO_DB_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700