SAP ABAP Class CL_WB_WDY_CHIP_CONTROLLER (Web Dynpro CHIP WB Controller)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_DWB_TOOL_CHIP (Package) Web Dynpro Tool: CHIP Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WB_ABSTRACT_TOOL Abstract Workbench Tool Class 20090730
Properties
Class CL_WB_WDY_CHIP_CONTROLLER  
Short Description Web Dynpro CHIP WB Controller    
Super Class CL_WB_ABSTRACT_TOOL Abstract Workbench Tool Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DWB_TOOL_CHIP   Web Dynpro Tool: CHIP Configuration 
Created 20090730   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WB_WDY_CHIP_CONTROLLER has no forward declaration.
Interfaces
Class CL_WB_WDY_CHIP_CONTROLLER has no interface implemented.
Friends
Class CL_WB_WDY_CHIP_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_S_STATE Constant Public See coding 20090921
2 MR_CHECKER Instance attribute Protected Object reference (TYPE REF TO) CL_WDY_WB_CHIP_CHECKER Checks for CHIPs 20090817
3 MV_CHECK_CONSISTENCY Instance attribute Private Type reference (TYPE) BOOLE_D 'X' Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20090922
4 MV_INCONSISTENT Instance attribute Private Type reference (TYPE) BOOLE_D Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20090922
5 MV_RUNTIME_CACHE_NOTIFY Instance attribute Private Type reference (TYPE) BOOLE_D Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20091001
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090730
2 DELETE_PARAM_TAG Instance method Public Method 20090814
3 DELETE_PORT Instance method Public Method 20090812
4 DELETE_PORT_PARAMS Instance method Public Method 20090817
5 DELETE_PORT_TAG Instance method Public Method 20090924
6 GET_CHIP Instance method Public Method 20090915
7 GET_PARAM_TAGS Instance method Public Method 20090805
8 GET_PORTS Instance method Public Method 20090805
9 GET_PORT_INTF_OBJECTS Instance method Public Method 20090805
10 GET_PORT_PARAMS Instance method Public Method 20090805
11 GET_PORT_TAGS Instance method Public Method 20090924
12 INBOUND_PLUG_SEARCH Static method Public Method 20090923
13 INTERFACE_VIEW_SEARCH Static method Public Method 20090923
14 RENAME_PORT Instance method Public Method 20090810
15 SET_CHIP Instance method Public Method 20090819
16 SET_PARAM_TAGS Instance method Public Method 20090805
17 SET_PORTS Instance method Public Method 20090805
18 SET_PORT_PARAMS Instance method Public Method 20090805
19 SET_PORT_TAGS Instance method Public Method 20090924
Events
Class CL_WB_WDY_CHIP_CONTROLLER has no event.
Types
Class CL_WB_WDY_CHIP_CONTROLLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONNECT_TO_TRANSPORT_SYSTEM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE FALSE: keine Verbindung zum Transportwesen, Objekte nur $TMP 20090730
2 Importing P_NO_DIALOGS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE TRUE: keine Benutzerdialoge in CL_WB_ABSTRACT_TOOL aufrufen 20090730
3 Importing P_PERSIST Call by reference Object reference (TYPE REF TO) IF_WB_OBJECT_PERSIST Persistenz 20090730
4 Importing P_UI Call by reference Object reference (TYPE REF TO) IF_WB_TOOL_UI User Interface 20090730

Method CONSTRUCTOR on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method DELETE_PARAM_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FIELD_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090814
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090814
3 Importing P_TAG_NAME Call by reference Type reference (TYPE) WDY_TAG_NAME Tag Name 20090814

Method DELETE_PARAM_TAG on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method DELETE_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Chip-Port mit Texten 20090819

Method DELETE_PORT on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method DELETE_PORT_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAMS Call by reference Type reference (TYPE) WDY_CHIP_PARAM_XT_TOOL_TAB ALV Grid definition für Parameter eines Web-Dynpro Ports 20090817
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090817

Method DELETE_PORT_PARAMS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method DELETE_PORT_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090924
2 Importing P_TAG_NAME Call by reference Type reference (TYPE) WDY_TAG_NAME Tag Name 20090924

Method DELETE_PORT_TAG on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method GET_CHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CHIP Value transfer Type reference (TYPE) WDY_CHIP_DEF_XT_UI Name eines Chips 20090915

Method GET_CHIP on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method GET_PARAM_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FIELD_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090805
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090805
3 Exporting P_TAGS Call by reference Type reference (TYPE) WDY_CHIP_TAG_TOOL_TAB Tagtabelle von Chips 20090805

Method GET_PARAM_TAGS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method GET_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_PORTS Call by reference Type reference (TYPE) WDY_CHIP_PORT_XT_TOOL_TAB Chip-Port mit Texten 20090805
2 Importing P_PORT_KIND Call by reference Type reference (TYPE) WDY_PORT_KIND Typ eines Ports (In/Out) 20090805

Method GET_PORTS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method GET_PORT_INTF_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_INTF_OBJECTS Call by reference Type reference (TYPE) WDY_CHIP_IMPLEMENTING_OBJ_TAB Component-Interface-Methoden/Eventn für Chip-Port 20090806
2 Importing P_PORT_KIND Call by reference Type reference (TYPE) WDY_PORT_KIND Typ eines Ports (In/Out) 20090806

Method GET_PORT_INTF_OBJECTS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method GET_PORT_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_PARAMS Call by reference Type reference (TYPE) WDY_CHIP_PARAM_XT_TOOL_TAB Tabelle von Port-Parametern mit Texten 20090805
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090805

Method GET_PORT_PARAMS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method GET_PORT_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090924
2 Exporting P_TAGS Call by reference Type reference (TYPE) WDY_CHIP_TAG_TOOL_TAB Tagtabelle von Chips 20090924

Method GET_PORT_TAGS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method INBOUND_PLUG_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMPONENT Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Name der Component 20090923
2 Importing P_INTERFACE_VIEW Call by reference Type reference (TYPE) WDY_WB_VC_CONTROLLER Web Dynpro: View-/Controller-Name 20090923
3 Exporting P_VALUES Call by reference Type reference (TYPE) WDY_T_CHIP_INBOUND_PLUG_F4 Value help for interface view 20090923

Method INBOUND_PLUG_SEARCH on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method INTERFACE_VIEW_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMPONENT Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Name der Component 20090923
2 Exporting P_VALUES Call by reference Type reference (TYPE) WDY_T_CHIP_INTERFACE_VIEW_F4 Value help for interface view 20090923

Method INTERFACE_VIEW_SEARCH on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method RENAME_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NEW_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090810
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Chip-Port mit Texten 20090810
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING Web Dynpro : Objekt existiert bereits 20090812
2 CX_WDY_MD_CREATE_EXCEPTION Web Dynpro : Exception beim Anlegen eines WebDynproObjekts 20090812

Method SET_CHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CHIP Call by reference Type reference (TYPE) WDY_CHIP_DEF_XT_UI Chip-Definition mit Beschreibungstexten 20090819
2 Exporting P_ERROR_FIELD Call by reference Type reference (TYPE) WBCHIPTOOL_DATA-CURSOR_FIELD Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20090914
3 Exporting P_ERROR_MESSAGE Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20090914

Method SET_CHIP on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method SET_PARAM_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ERRORS Call by reference Type reference (TYPE) WDY_CHIP_ERROR_TAB Fehlerprotokol 20090814
2 Importing P_FIELD_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090805
3 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090805
4 Changing P_TAGS Call by reference Type reference (TYPE) WDY_CHIP_TAG_TOOL_TAB Tagtabelle von Chips 20090805

Method SET_PARAM_TAGS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method SET_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ERRORS Call by reference Type reference (TYPE) WDY_CHIP_ERROR_TAB Fehlerprotokol 20090812
2 Changing P_PORTS Call by reference Type reference (TYPE) WDY_CHIP_PORT_XT_TOOL_TAB Chip-Port mit Texten 20090810

Method SET_PORTS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method SET_PORT_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_PARAMS Call by reference Type reference (TYPE) WDY_CHIP_PARAM_XT_TOOL_TAB Tabelle von Port-Parametern mit Texten 20090805
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090810

Method SET_PORT_PARAMS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.

Method SET_PORT_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ERRORS Call by reference Type reference (TYPE) WDY_CHIP_ERROR_TAB Fehlerprotokol 20090924
2 Importing P_PORT_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090924
3 Changing P_TAGS Call by reference Type reference (TYPE) WDY_CHIP_TAG_TOOL_TAB Tagtabelle von Chips 20090924

Method SET_PORT_TAGS on class CL_WB_WDY_CHIP_CONTROLLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800