SAP ABAP Class CL_DBA_ACTION_SLD_IMPORT (DBA Cockpit <-> SLD Import)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SDBA_RUNTIME (Package) DBA Cockpit: Runtime

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_ACTION_CONTROLLER | DBA Cockpit: Abstract Action Controller | 20061121 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_ACTION_CONTROLLER_TREE | DBA Cockpit: Interface for Tree | 20081124 |
Properties
Class | CL_DBA_ACTION_SLD_IMPORT | |
Short Description | DBA Cockpit <-> SLD Import | |
Super Class | CL_DBA_ACTION_CONTROLLER | DBA Cockpit: Abstract Action Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDBA_RUNTIME | DBA Cockpit: Runtime |
Created | 20061121 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DBA_ACTION_CONTROLLER_TREE | DBA Cockpit: Interface for Tree | 20081124 |
Friends
Class CL_DBA_ACTION_SLD_IMPORT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | See coding | 20061124 | ||||
2 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'DESEL_ALL' | Function Code that Triggered PAI | 20081124 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'IMPORT' | Function Code that Triggered PAI | 20081124 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'SEL_ALL' | Function Code that Triggered PAI | 20081124 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DB6NAVSYSTAB | DB6: System List, Complete Entries For Configuration | 20061124 | ||
6 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20061121 | ||||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DBASLDSYSTAB | DBA Cockpit: Table of DBASLDSYS | 20061124 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DBA_SLD | DBA Cockpit: Backend to SLD | 20071116 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB6_COLUMN_TREE | DB6: simple column tree abstraction | 20061122 | ||
10 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'COL1' | 20061122 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DBA_VIEW_SLD_IMPORT | DBA Cockpit: View data for SLD import wizard | 20061121 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | creates category root tree node | 20061122 |
2 | ![]() |
Instance method | Private | Method | creates a system node | 20061122 |
3 | ![]() |
Instance method | Private | Method | import SLD system into DBA Cockpit | 20061127 |
4 | ![]() |
Instance method | Private | Method | 20061127 | |
5 | ![]() |
Instance method | Private | Method | import SLD system into DBA Cockpit | 20061123 |
6 | ![]() |
Instance method | Private | Method | import SLD system into DBA Cockpit | 20061127 |
7 | ![]() |
Instance method | Private | Method | build tree | 20061124 |
8 | ![]() |
Instance method | Private | Method | set column model, etc | 20061122 |
Events
Class CL_DBA_ACTION_SLD_IMPORT has no event.
Types
Class CL_DBA_ACTION_SLD_IMPORT has no local type.
Method Signatures
Method CREATE_CATEGORY_ROOT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CATEGORY | Call by reference | Type reference (TYPE) | STRING | 20061122 | |||
2 | ![]() |
CAT_NKEY | Call by reference | Type reference (TYPE) | TREEV_NODE-NODE_KEY | Tree Control: Node Key | 20061122 | ||
3 | ![]() |
NODECNT | Call by reference | Type reference (TYPE) | I | 20061122 |
Method CREATE_CATEGORY_ROOT_NODE on class CL_DBA_ACTION_SLD_IMPORT has no exception.
Method CREATE_SYSTEM_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTDESCR | Value transfer | Type reference (TYPE) | STRING | 20061122 | |||
2 | ![]() |
NODECNT | Value transfer | Type reference (TYPE) | I | 20061122 | |||
3 | ![]() |
PAR_NKEY | Value transfer | Type reference (TYPE) | TREEV_NODE-NODE_KEY | Tree Control: Node Key | 20061122 | ||
4 | ![]() |
SYSDESCR | Value transfer | Type reference (TYPE) | DBASLDSYS | DB6: System Registration Table | 20061122 |
Method CREATE_SYSTEM_NODE on class CL_DBA_ACTION_SLD_IMPORT has no exception.
Method DELETE_OBSL_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBSL_SYS | Call by reference | Type reference (TYPE) | DB6NAVSYST | DB6: System Registration Table | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB6: Exceptions of DB Connection Administration | 20061127 | |
2 | ![]() |
DB6: System Administration Exceptions | 20061127 |
Method EXEC_SELECTED_ACTIONS Signature
Method EXEC_SELECTED_ACTIONS on class CL_DBA_ACTION_SLD_IMPORT has no parameter.
Method EXEC_SELECTED_ACTIONS on class CL_DBA_ACTION_SLD_IMPORT has no exception.
Method IMPORT_NEW_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_SYS | Call by reference | Type reference (TYPE) | DBASLDSYS | 20061124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DBA Cockpit: SLD Exceptions | 20071116 |
Method IMPORT_SLD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_SYS | Call by reference | Type reference (TYPE) | DBASLDSYS | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB6: System Administration Exceptions | 20061127 |
Method REFRESH_TREE Signature
Method REFRESH_TREE on class CL_DBA_ACTION_SLD_IMPORT has no parameter.
Method REFRESH_TREE on class CL_DBA_ACTION_SLD_IMPORT has no exception.
Method SET_TREE_COLUMNS Signature
Method SET_TREE_COLUMNS on class CL_DBA_ACTION_SLD_IMPORT has no parameter.
Method SET_TREE_COLUMNS on class CL_DBA_ACTION_SLD_IMPORT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |