SAP ABAP Class CL_CHECKMAN_WEB_DYNPRO (Check Manager Interface for Web Dynpro Components)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-WD-ABA-GEN (Application Component) Web Screen ABAP Generation
⤷
SWDP_WORKBENCH_TEST_ADDONS (Package) * SAP internal * check and test support
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_OBJECT_CHECKER | Check Results Management: Check for Objects | 20030902 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_OBJECT_NAVIGATOR | Check Results Management: Object Navigation with Check Mess. | 20030902 |
Properties
| Class | CL_CHECKMAN_WEB_DYNPRO | |
| Short Description | Check Manager Interface for Web Dynpro Components | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | CHK_BSP | |
| Program status | ||
| Category | 0 | |
| Package | SWDP_WORKBENCH_TEST_ADDONS | * SAP internal * check and test support |
| Created | 20030902 | SAP |
| Last change | 20110908 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_OBJECT_CHECKER | Check Results Management: Check for Objects | 20030902 | ||
| 2 | IF_CRM_OBJECT_NAVIGATOR | Check Results Management: Object Navigation with Check Mess. | 20030902 |
Friends
Class CL_CHECKMAN_WEB_DYNPRO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20030909 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20030909 | |||||
| 3 | Constant | Private | Type reference (TYPE) | CRMCHKVAL-NAME | 'DSP_TYP' | 20030909 | |||
| 4 | Constant | Private | Type reference (TYPE) | SYLANGU | 'E' | 20030903 | |||
| 5 | Constant | Public | Type reference (TYPE) | CRMCHKID | 'BC_WDY_SYN' | ID for Syntax Check | 20030902 | ||
| 6 | Constant | Private | Type reference (TYPE) | TROBJTYPE | 'WDYA' | 20050131 | |||
| 7 | Constant | Private | Type reference (TYPE) | TROBJTYPE | 'WDCP' | Obj. ID for Web Dynpro Chip | 20090923 | ||
| 8 | Constant | Private | Type reference (TYPE) | TROBJTYPE | 'WDYN' | Object ID for Web Dynpro Component | 20050131 | ||
| 9 | Constant | Private | See coding | 20050823 | |||||
| 10 | Constant | Private | Type reference (TYPE) | PGMID | 'R3TR' | Program ID for BSP Applications | 20030902 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check Consistency of a Web Dynpro Component | 20030902 | |
| 2 | Instance method | Private | Method | 20030902 | ||
| 3 | Instance method | Private | Method | Format Results of Syntax Check | 20030902 | |
| 4 | Instance method | Private | Method | 20030902 |
Events
Class CL_CHECKMAN_WEB_DYNPRO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_COMPONENT_NAME | Private | See coding | 20030902 | ty_Component_Name type c length wdyvc_Comp_Namelen
|
||
| 2 | TY_CONTROLLER_NAME | Private | See coding | 20030904 | ty_Controller_Name type c length wdyvc_Subcomp_Namelen
|
||
| 3 | TY_S_DETAIL | Private | See coding | 20030903 | begin of ty_S_Detail,
component_Name type ty_Component_Name,
controller_Name type ty_Controller_Name,
display_Type type seu_Objtyp,
message_Type type sychar01,
text_Messages type string_Table,
syst_Message type ty_S_Syst_Message,
end of ty_S_Detail
|
||
| 4 | TY_S_SYST_MESSAGE | Private | Type reference (TYPE) | SYMSG | 20050823 | |
|
| 5 | TY_T_DETAILS | Private | See coding | 20030903 | ty_T_Details type standard table of
ty_S_Detail with default key
|
Method Signatures
Method CHECK_CONSISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT_KEYS | Call by reference | Type reference (TYPE) | CRM_OBJECT_PAIRS | Zu prüfende Objekte | 20030902 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | CRM_CHECK_RESULT | Prüfergebnisse | 20030902 |
Method CHECK_CONSISTENCY on class CL_CHECKMAN_WEB_DYNPRO has no exception.
Method CHECK_OBJECTS Signature
Method CHECK_OBJECTS on class CL_CHECKMAN_WEB_DYNPRO has no parameter.
Method CHECK_OBJECTS on class CL_CHECKMAN_WEB_DYNPRO has no exception.
Method CONVERT_CHECK_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CHECK_LIST | Call by reference | Object reference (TYPE REF TO) | CL_WB_CHECKLIST | Liste aller Fehlermeldungen eines Syntax-Checks | 20030902 | |||
| 2 | IM_OBJECT_TYPE | Call by reference | Type reference (TYPE) | TADIR-OBJECT | Objekttyp | 20070109 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | TY_T_DETAILS | 20030902 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | internes Problem | 20030902 |
Method NAVIGATE_WITH_CHECK_RESULT Signature
Method NAVIGATE_WITH_CHECK_RESULT on class CL_CHECKMAN_WEB_DYNPRO has no parameter.
Method NAVIGATE_WITH_CHECK_RESULT on class CL_CHECKMAN_WEB_DYNPRO has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |