SAP ABAP Class CL_WDY_WB_CHIP_CHECKER (Checks for CHIPs)
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
Properties
Class CL_WDY_WB_CHIP_CHECKER  
Short Description Checks for CHIPs    
Super 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 20090811   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)
Interfaces
Class CL_WDY_WB_CHIP_CHECKER has no interface implemented.
Friends
Class CL_WDY_WB_CHIP_CHECKER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CHIP_REF Instance attribute Private Object reference (TYPE REF TO) CL_WDY_MD_CHIP Reference to CHIP 20090811
2 M_COMPONENT_REF Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT Web Dynpro: Component 20090811
3 M_INTF_CTLR_REF Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20090923
4 M_INTF_VIEW_REF Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_INTERFACE_VIEW 20090923
5 M_TOOL_STATE Instance attribute Private Object reference (TYPE REF TO) IF_WB_ABSTRACT_TOOL_STATE 20090818
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ERROR_MESSAGE Instance method Private Method T100 Message for Arbitrary Object 20091001
2 CHECK_CONFIG Instance method Private Method 20090811
3 CHECK_CONSISTENCY Instance method Public Method Consistency Check of CHIP Metadata 20090811
4 CHECK_DEFINITION Instance method Public Method Header Data Check 20090811
5 CHECK_PORT Instance method Private Method 20090811
6 CHECK_PORTS Instance method Private Method Check All Port Data 20090811
7 CHECK_PORT_PARAMETER Instance method Private Method 20090817
8 CHECK_REMOTE_APPLICATION Instance method Private Method 20100303
9 CHECK_REMOTE_APPL_CONFIG Instance method Private Method 20100303
10 CHECK_STATIC Static method Public Method Consistency Check for Checkman, .. 20090923
11 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090811
12 GET_TOOL_STATE Instance method Private Method 20090818
13 LOAD_COMPONENT Instance method Private Method 20090811
14 REFRESH Instance method Public Method 20090923
Events
Class CL_WDY_WB_CHIP_CHECKER has no event.
Types
Class CL_WDY_WB_CHIP_CHECKER has no local type.
Method Signatures

Method ADD_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_MESSAGE Call by reference Type reference (TYPE) SYMSG Message 20091001
2 Importing P_MESSAGE_STRING Call by reference Type reference (TYPE) STRING 20091001
3 Importing P_STATE_DATA Call by reference Type reference (TYPE) WBCHIPTOOL_DATA 20091001
4 Changing P_WB_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST WB-Fehlerliste 20091001

Method ADD_ERROR_MESSAGE on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHIP_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_DEF Chip Definition 20090826
2 Exporting P_MESSAGE Call by reference Type reference (TYPE) SYMSG Fehlermeldung 20090811
3 Changing P_STATE_DATA Call by reference Type reference (TYPE) WBCHIPTOOL_DATA 20090818

Method CHECK_CONFIG on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste aller Fehlermeldungen eines Syntax-Checks 20090811
2 Exporting P_INCONSISTENT Call by reference Type reference (TYPE) ABAP_BOOL 20090921

Method CHECK_CONSISTENCY on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ALLOW_INITIAL Value transfer Type reference (TYPE) ABAP_BOOL Initial-Wert zulassen 20090914
2 Changing P_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste aller Fehlermeldungen eines Syntax-Checks 20090811
3 Importing P_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_DEF zu prüfende Definition, falls nicht Chip-Objekt 20090817
4 Exporting P_FATAL Call by reference Type reference (TYPE) ABAP_BOOL fataler Fehler 20091001
5 Exporting P_MESSAGE Call by reference Type reference (TYPE) SYMSG Fehlermeldung 20090811
6 Exporting P_MESSAGE_FIELD Call by reference Type reference (TYPE) WBCHIPTOOL_DATA-CURSOR_FIELD Name des Bildschirmelements, auf dem der Cursor steht 20090914

Method CHECK_DEFINITION on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20090811
2 Changing P_INCONSISTENT Call by reference Type reference (TYPE) ABAP_BOOL 20090921
3 Importing P_PORT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PORT Portobjekt eines Chips 20090811

Method CHECK_PORT on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste aller Fehlermeldungen eines Syntax-Checks 20090811
2 Changing P_INCONSISTENT Call by reference Type reference (TYPE) ABAP_BOOL 20090921

Method CHECK_PORTS on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_PORT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20090817
2 Changing P_INCONSISTENT Call by reference Type reference (TYPE) ABAP_BOOL 20090921
3 Importing P_PORT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PORT Portobjekt eines Chips 20090817
4 Importing P_ROWTYPE Call by reference Type reference (TYPE) TYPENAME Typ bzw. Zeilentyp des Ports 20090826

Method CHECK_PORT_PARAMETER on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_REMOTE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHIP_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_DEF Chip Definition 20100303
2 Exporting P_MESSAGE Call by reference Type reference (TYPE) SYMSG Fehlermeldung 20100303
3 Changing P_STATE_DATA Call by reference Type reference (TYPE) WBCHIPTOOL_DATA 20100303

Method CHECK_REMOTE_APPLICATION on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_REMOTE_APPL_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHIP_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_DEF Chip Definition 20100303
2 Exporting P_MESSAGE Call by reference Type reference (TYPE) SYMSG Fehlermeldung 20100303
3 Changing P_STATE_DATA Call by reference Type reference (TYPE) WBCHIPTOOL_DATA 20100303

Method CHECK_REMOTE_APPL_CONFIG on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method CHECK_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHIP_NAME Call by reference Type reference (TYPE) WDY_CHIP_NAME Name eines Chips 20090923
2 Exporting P_ERROR Call by reference Type reference (TYPE) SEU_BOOL Boolean 20090923
3 Exporting P_WB_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste aller Fehlermeldungen eines Syntax-Checks 20090923
# Exception Resumable Description Created on
1 ERROR_OCCURED unerwarteter Fehler 20090924
2 NOT_FOUND Chip nicht gefunden 20090923

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHIP_REF Call by reference Object reference (TYPE REF TO) CL_WDY_MD_CHIP Workbench-Api für Chips 20090811
2 Importing P_TOOL_STATE Call by reference Object reference (TYPE REF TO) IF_WB_ABSTRACT_TOOL_STATE Workbench: Sicht auf abstraktes Objekt 20090818

Method CONSTRUCTOR on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method GET_TOOL_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TOOL_DATA Value transfer Type reference (TYPE) WBCHIPTOOL_DATA 20090818

Method GET_TOOL_STATE on class CL_WDY_WB_CHIP_CHECKER has no exception.

Method LOAD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHIP_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_DEF 20090923
2 Importing P_WITH_INTF_VIEW Call by reference Type reference (TYPE) ABAP_BOOL 'X' Interface-View auch laden 20090923
# Exception Resumable Description Created on
1 CX_WDY_MD_NOT_EXISTING 20090811
2 CX_WDY_MD_PERMISSION_FAILURE 20090811

Method REFRESH Signature

Method REFRESH on class CL_WDY_WB_CHIP_CHECKER has no parameter.
Method REFRESH on class CL_WDY_WB_CHIP_CHECKER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800