SAP ABAP Class IF_WD_CONFIG_TOOL_BASE (Basis Interface Configurations API)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDR_CONFIG_OBJECT Access to a Configuration Object 20100506
2 Interface composition (i COMPRISING i_ref)  IF_WDR_CONFIG_OBJECT_APPL Access to an Application Configuration 20100506
3 Interface composition (i COMPRISING i_ref)  IF_WDR_CONFIG_OBJECT_COCU Access to Component Customizing 20100810
4 Interface composition (i COMPRISING i_ref)  IF_WDR_CONFIG_OBJECT_COMP Access to a Component Configuration 20100506
5 Interface composition (i COMPRISING i_ref)  IF_WD_CONFIG_TOOL Basis Interface Configurations API 20100315
6 Interface composition (i COMPRISING i_ref)  IF_WD_CONFIG_TOOL_COPE API Configuration Component Personalization 20101001
7 Interface composition (i COMPRISING i_ref)  IF_WD_CONFIG_TOOL_ENHC API Configuration Component Enhancement 20100319
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CFG_CHANGE_TOOL_BASE Base Class for Configuration API 20100315
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_OBJECT_COMP Implementation of IF_WDR_CONFIG_OBJECT_COMP 20100707
Properties
Class IF_WD_CONFIG_TOOL_BASE  
Short Description Basis Interface Configurations API    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100315   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_WD_CONFIG_TOOL_BASE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_WD_CONFIG_TOOL_BASE has no interface implemented.
Friends
Class IF_WD_CONFIG_TOOL_BASE has no friend class.
Attributes
Class IF_WD_CONFIG_TOOL_BASE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL Instance method Public Method Unlocks the configuration 20100315
2 CHECK Instance method Public Method Checks the consistency of current configuration data 20100315
3 DELETE Instance method Public Method Deletes the configuration 20100315
4 LOAD Instance method Public Method Loads a configuration 20100315
5 SAVE Instance method Public Method Saves the current configuration data 20100315
Events
# Event Type Visibility Description Created on
1 ACTION_CANCELLED Instance Event
(0)
Public
(2)
Last action was terminated 20100315
2 ACTION_FINISHED Instance Event
(0)
Public
(2)
Last action completed (e.g. save) 20100315
3 MESSAGES_SENT Instance Event
(0)
Public
(2)
Messages sent 20100315
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MESSAGE Public See coding 20100315 begin of message, msgid like sy-msgid, msgno like sy-msgno, msgty like sy-msgty, msgv1 like sy-msgv1, msgv2 like sy-msgv2, msgv3 like sy-msgv3, msgv4 like sy-msgv4, exception type ref to cx_root, reference type i, end of message
2 MESSAGES Public See coding 20100315 messages type standard table of message with non-unique key table_line
Method Signatures

Method CANCEL Signature

Method CANCEL on class IF_WD_CONFIG_TOOL_BASE has no parameter.
Method CANCEL on class IF_WD_CONFIG_TOOL_BASE has no exception.

Method CHECK Signature

Method CHECK on class IF_WD_CONFIG_TOOL_BASE has no parameter.
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20100315

Method DELETE Signature

Method DELETE on class IF_WD_CONFIG_TOOL_BASE has no parameter.
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20100315

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100826
2 Importing LOCK_FOR_EDIT Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100315
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20100315

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEEP_LOCKED Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100315

Method SAVE on class IF_WD_CONFIG_TOOL_BASE has no exception.
Event Signatures

Event ACTION_CANCELLED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CALLER Exporting Value transfer Object reference (TYPE REF TO) IF_WD_CONFIG_TOOL Basisschnittstelle Konfigurations-API 20100315

Event ACTION_FINISHED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CALLER Exporting Value transfer Object reference (TYPE REF TO) IF_WD_CONFIG_TOOL Basisschnittstelle Konfigurations-API 20100315

Event MESSAGES_SENT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 MESSAGES Exporting Value transfer Type reference (TYPE) IF_WD_CONFIG_TOOL_BASE=>MESSAGES gesendete Nachrichten 20100315
History
Last changed by/on SAP  20110908 
SAP Release Created in