SAP ABAP Class CL_SIW_CONFIGURATION (Konfiguration)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_CORE (Package) Core of Service Implementation Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SIW_CONFIGURATION Serviceimplementierungsprojekt 20061212
Properties
Class CL_SIW_CONFIGURATION  
Short Description Konfiguration    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_CORE   Core of Service Implementation Workbench 
Created 20061212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SIW_CONFIGURATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SIW_DB_QUERIES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SIW_NAMESPACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_CONFIGURATION Serviceimplementierungsprojekt 20061212
Friends
Class CL_SIW_CONFIGURATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_AUTH_ACTIVITY Constant Public See coding Activities for Authorization Check 20110125
2 DESCRIPTION Instance attribute Private Type reference (TYPE) STRING 20070105
3 DISPLAY_ONLY Instance attribute Private Type reference (TYPE) SIW_DTE_DISP_ONLY Flag "Display only" 20090729
4 EXTENDED_SETUP_CLASS Instance attribute Private Object reference (TYPE REF TO) IF_SIW_CONFIGURATION_SETUP_EXT Extended Configuration 20080328
5 ID Instance attribute Private Type reference (TYPE) SIW_DTE_CONFIG_ID ID der Konfiguration 20070105
6 LANDSCAPE Instance attribute Private Object reference (TYPE REF TO) IF_SIW_LANDSCAPE 20070312
7 SETUP_CLASS Instance attribute Private Object reference (TYPE REF TO) IF_SIW_CONFIGURATION_SETUP SIW: Projekt Interface 20061218
8 SETUP_CLASSNAME Instance attribute Private Type reference (TYPE) SIW_DTE_CONFIG_SETUP_CLASS Implementierende Klasse des Projektes 20061218
Methods
# Method Level Visibility Method type Description Created on
1 EXTRACT_INPUT_FROM_CONTEXT Instance method Private Method 20070322
2 GET_CONSTRUCTION_PLAN Instance method Public Method 20070319
3 GET_DESCRIPTION Instance method Public Method 20070319
4 GET_EXTENDED_SETUP_CLASS Instance method Public Method 20080328
5 GET_ID Instance method Public Method 20070319
6 GET_LANDSCAPE Instance method Public Method 20070319
7 GET_SETUP_CLASS Instance method Public Method 20070319
8 GET_SETUP_CLASSNAME Instance method Public Method 20070319
9 HAS_AUTH_CHECK Instance method Public Method 20080516
10 INIT Instance method Private Method 20070108
11 IS_DISPLAY_ONLY Instance method Public Method 20090729
12 SETUP_CONSTRUCTION_PLAN Instance method Public Method 20090729
13 S_AUTH_CHECK Static method Public Method 20080516
14 S_CREATE Static method Public Method Erzeugt eine Konfiguration 20061214
15 S_CREATE_ALL_FROM_DB Static method Public Method Erzeugt alle Konfigurationen von der DB 20061218
16 S_CREATE_FROM_DB Static method Public Method Erzeugt eine Konfiguration aus der DB 20061212
17 S_GET_LANDSCAPE Static method Public Method 20100326
18 S_GET_SERVICE_LEVEL Static method Public Method 20101203
Events
Class CL_SIW_CONFIGURATION has no event.
Types
Class CL_SIW_CONFIGURATION has no local type.
Method Signatures

Method EXTRACT_INPUT_FROM_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SIW_CONTEXT Kontext für eine Serviceimplementierung 20070322
2 Returning R_CONFIG_INPUT Value transfer Type reference (TYPE) SIW_STR_CONFIG_INPUT 20070322

Method EXTRACT_INPUT_FROM_CONTEXT on class CL_SIW_CONFIGURATION has no exception.

Method GET_CONSTRUCTION_PLAN Signature

Method GET_CONSTRUCTION_PLAN on class CL_SIW_CONFIGURATION has no parameter.
Method GET_CONSTRUCTION_PLAN on class CL_SIW_CONFIGURATION has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_SIW_CONFIGURATION has no parameter.
Method GET_DESCRIPTION on class CL_SIW_CONFIGURATION has no exception.

Method GET_EXTENDED_SETUP_CLASS Signature

Method GET_EXTENDED_SETUP_CLASS on class CL_SIW_CONFIGURATION has no parameter.
Method GET_EXTENDED_SETUP_CLASS on class CL_SIW_CONFIGURATION has no exception.

Method GET_ID Signature

Method GET_ID on class CL_SIW_CONFIGURATION has no parameter.
Method GET_ID on class CL_SIW_CONFIGURATION has no exception.

Method GET_LANDSCAPE Signature

Method GET_LANDSCAPE on class CL_SIW_CONFIGURATION has no parameter.
Method GET_LANDSCAPE on class CL_SIW_CONFIGURATION has no exception.

Method GET_SETUP_CLASS Signature

Method GET_SETUP_CLASS on class CL_SIW_CONFIGURATION has no parameter.
Method GET_SETUP_CLASS on class CL_SIW_CONFIGURATION has no exception.

Method GET_SETUP_CLASSNAME Signature

Method GET_SETUP_CLASSNAME on class CL_SIW_CONFIGURATION has no parameter.
Method GET_SETUP_CLASSNAME on class CL_SIW_CONFIGURATION has no exception.

Method HAS_AUTH_CHECK Signature

Method HAS_AUTH_CHECK on class CL_SIW_CONFIGURATION has no parameter.
Method HAS_AUTH_CHECK on class CL_SIW_CONFIGURATION has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_CONFIG_DB Call by reference Type reference (TYPE) IF_SIW_DB_QUERIES=>STR_CONFIG Generierte Tabelle zu einem View 20070312
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20070403

Method IS_DISPLAY_ONLY Signature

Method IS_DISPLAY_ONLY on class CL_SIW_CONFIGURATION has no parameter.
Method IS_DISPLAY_ONLY on class CL_SIW_CONFIGURATION has no exception.

Method SETUP_CONSTRUCTION_PLAN Signature

Method SETUP_CONSTRUCTION_PLAN on class CL_SIW_CONFIGURATION has no parameter.
Method SETUP_CONSTRUCTION_PLAN on class CL_SIW_CONFIGURATION has no exception.

Method S_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20080516
2 Importing I_CONFIG_ID Call by reference Type reference (TYPE) SIW_DTE_CONFIG_ID Configuration ID 20080516
# Exception Resumable Description Created on
1 CX_SIW_AUTHORISATION_FAILURE Error during execution 20101206

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_CONFIG_DB Call by reference Type reference (TYPE) IF_SIW_DB_QUERIES=>STR_CONFIG Generierte Tabelle zu einem View 20070312
2 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SIW_CONFIGURATION Serviceimplementierungsprojekt 20061214
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Execution Error 20101210

Method S_CREATE_ALL_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_CONFIG Value transfer Type reference (TYPE) IF_SIW_CONFIGURATION=>TAB 20061218

Method S_CREATE_ALL_FROM_DB on class CL_SIW_CONFIGURATION has no exception.

Method S_CREATE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) SIW_DTE_CONFIG_ID ID der Konfiguration 20070105
2 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SIW_CONFIGURATION Projekt 20061212
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Execution Error 20101210
2 CX_SIW_NOT_FOUND Objekt existiert nicht 20070105

Method S_GET_LANDSCAPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_ID Call by reference Type reference (TYPE) SIW_DTE_CONFIG_ID Configuration ID 20100326
2 Returning R_LANDSCAPE_ID Value transfer Type reference (TYPE) SIW_DTE_LANDSCAPE_ID Landscape ID 20100326
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Execution Error 20100326

Method S_GET_SERVICE_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_ID Call by reference Type reference (TYPE) SIW_DTE_CONFIG_ID 20101203
2 Returning R_SERVICE_LEVEL Value transfer Type reference (TYPE) SIW_DTE_SERVICE_LEVEL 20101203
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Execution Error 20101210
2 CX_SIW_NOT_FOUND 20101203
History
Last changed by/on SAP  20130531 
SAP Release Created in 100