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 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ACTIVATE_SUBROADMAP' | 20080303 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_FPM_DEMO_DB_MANAGER | 20070924 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Check if columns exist within tables | 20100503 |
2 | ![]() |
Instance method | Private | Method | Checking of rpredefined defined tables for demo application | 20100422 |
3 | ![]() |
Instance method | Public | Method | Use this to delete records from the DB table | 20070927 |
4 | ![]() |
Static method | Public | Method | Use this method to get and instance of the DB Manager | 20070924 |
5 | ![]() |
Instance method | Public | Method | Use this to add new records into the DB tables | 20070927 |
6 | ![]() |
Instance method | Public | Method | Use this method for modifying the database table | 20080212 |
7 | ![]() |
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 | ![]() |
EV_COLUMNS_EXIST | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100504 | ||
2 | ![]() |
EV_KEYS_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100504 | ||
3 | ![]() |
IV_TABLE_COLUMNS | Call by reference | Type reference (TYPE) | TY_COLUMNS | 20100504 | |||
4 | ![]() |
IV_TABLE_KEYS | Call by reference | Type reference (TYPE) | TT_TABLE_KEYS | 20100504 | |||
5 | ![]() |
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 | ![]() |
IV_TABLE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100422 | |||
2 | ![]() |
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 | ![]() |
IV_TABLE_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Records to be deleted | 20070927 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IV_HAS_DUPLICATE_KEYS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070927 | ||
2 | ![]() |
IV_TABLE_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | internal table with records to be inserted | 20070927 | ||
3 | ![]() |
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 | ![]() |
IV_TABLE_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | internal table with records to be Modified | 20080212 | ||
2 | ![]() |
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 | ![]() |
EV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20070924 | |||
2 | ![]() |
EV_TABLE_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20070924 | |||
3 | ![]() |
IV_COLUMN_NAMES | Call by reference | Type reference (TYPE) | TY_COLUMNS | 20070924 | |||
4 | ![]() |
IV_TABLE_KEYS | Call by reference | Type reference (TYPE) | TT_TABLE_KEYS | 20070924 | |||
5 | ![]() |
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 |