SAP ABAP Class IF_SIW_CONFIGURATION (Serviceimplementierungsprojekt)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIW_CONFIGURATION | Konfiguration | 20061212 |
Properties
Class | IF_SIW_CONFIGURATION | |
Short Description | Serviceimplementierungsprojekt | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SIW_CONFIGURATION has no interface implemented.
Friends
Class IF_SIW_CONFIGURATION has no friend class.
Attributes
Class IF_SIW_CONFIGURATION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the Construction Plan | 20061214 |
2 | ![]() |
Instance method | Public | Method | Returns the Description Text | 20061212 |
3 | ![]() |
Instance method | Public | Method | Returns the Extended Setup Class, if Available | 20080328 |
4 | ![]() |
Instance method | Public | Method | Returns the Configuration Id | 20061212 |
5 | ![]() |
Instance method | Public | Method | Returns the Landscape Mapped to that Configuration | 20070312 |
6 | ![]() |
Instance method | Public | Method | Supplies instance of the setup class | 20070213 |
7 | ![]() |
Instance method | Public | Method | Returns the Configuration Setup Class | 20061218 |
8 | ![]() |
Instance method | Public | Method | Has Authority Check | 20080516 |
9 | ![]() |
Instance method | Public | Method | Returns flag: is config in display only mode? (customizing) | 20090729 |
10 | ![]() |
Instance method | Public | Method | Initialize the Construction Plan | 20070322 |
Events
Class IF_SIW_CONFIGURATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TAB | Public | See coding | 20061218 | TAB TYPE STANDARD TABLE OF REF TO IF_SIW_CONFIGURATION WITH DEFAULT key
|
Method Signatures
Method GET_CONSTRUCTION_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | Context | 20070322 | ||
2 | ![]() |
I_IMPL_PACKAGE | Call by reference | Type reference (TYPE) | CSEQUENCE | Package | 20070314 | ||
3 | ![]() |
I_RESOURCE_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_SIW_RESOURCE_MANAGER | Resource Manager | 20070307 | ||
4 | ![]() |
R_CONSTRUCTION_PLAN | Value transfer | Object reference (TYPE REF TO) | IF_SIW_CONSTRUCTION_PLAN | Construction Plan | 20061214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Ausführung | 20070119 |
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DESCRIPTION | Value transfer | Type reference (TYPE) | SIW_DTE_CONFIG_TEXT | 20061212 |
Method GET_DESCRIPTION on class IF_SIW_CONFIGURATION has no exception.
Method GET_EXTENDED_SETUP_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_EXTENDED_SETUP_CLASS | Value transfer | Object reference (TYPE REF TO) | IF_SIW_CONFIGURATION_SETUP_EXT | Extended Configuration | 20080328 |
Method GET_EXTENDED_SETUP_CLASS on class IF_SIW_CONFIGURATION has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | SIW_DTE_CONFIG_ID | ID der Konfiguration | 20061218 |
Method GET_ID on class IF_SIW_CONFIGURATION has no exception.
Method GET_LANDSCAPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_LANDSCAPE | Value transfer | Object reference (TYPE REF TO) | IF_SIW_LANDSCAPE | 20070312 |
Method GET_LANDSCAPE on class IF_SIW_CONFIGURATION has no exception.
Method GET_SETUP_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SETUPCLASS | Value transfer | Object reference (TYPE REF TO) | IF_SIW_CONFIGURATION_SETUP | SIW: Configuration Interface | 20070213 |
Method GET_SETUP_CLASS on class IF_SIW_CONFIGURATION has no exception.
Method GET_SETUP_CLASSNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CLASSNAME | Value transfer | Type reference (TYPE) | STRING | 20061218 |
Method GET_SETUP_CLASSNAME on class IF_SIW_CONFIGURATION has no exception.
Method HAS_AUTH_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FLG_AUTH_CHECK | Value transfer | Type reference (TYPE) | SIW_DTE_FLG_AUTH_CHECK | Flg Authorization Check | 20080516 |
Method HAS_AUTH_CHECK on class IF_SIW_CONFIGURATION has no exception.
Method IS_DISPLAY_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DISPLAY_ONLY | Value transfer | Type reference (TYPE) | SIW_DTE_DISP_ONLY | Flag "Display only" | 20090729 |
Method IS_DISPLAY_ONLY on class IF_SIW_CONFIGURATION has no exception.
Method SETUP_CONSTRUCTION_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONSTRUCTION_PLAN | Call by reference | Object reference (TYPE REF TO) | IF_SIW_CONSTRUCTION_PLAN | 20070322 | |||
2 | ![]() |
I_IMPL_PACKAGE | Call by reference | Type reference (TYPE) | CSEQUENCE | Package | 20070322 | ||
3 | ![]() |
I_RESOURCE_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_SIW_RESOURCE_MANAGER | 20070322 | |||
4 | ![]() |
R_CONSTRUCTION_PLAN | Value transfer | Object reference (TYPE REF TO) | IF_SIW_CONSTRUCTION_PLAN | Bauplan für Objektgenerierung | 20070322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Ausführung | 20070322 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |