SAP ABAP Class CL_FDT_WD_TEST_CASES_MODEL (FDT WD: Test Cases Model)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_TOOLS (Package) BRFplus: Tools in Web Dynpro UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) | 20120612 |
Properties
| Class | CL_FDT_WD_TEST_CASES_MODEL | |
| Short Description | FDT WD: Test Cases Model | |
| Super Class | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_TOOLS | BRFplus: Tools in Web Dynpro UI |
| Created | 20120612 | SAP |
| Last change | 20140121 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_TEST_CASES_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_TEST_CASES_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CREATE_TEST_CASE' | Create Test Case | 20120621 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'CREATE_TEST_CASE_RUN' | Create Test Case Run | 20120629 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | Delete | 20120720 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'DELETE_RUNS_FOR_TEST_CASE' | Delete Runs for Test Case | 20120720 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR1 | 'E' | Error Char | 20120709 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | '~Icon/ErrorMessage' | Red Led Icon | 20120709 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'G' | Generation Mode | 20120621 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'L' | Genration with Lean Trace Mode | 20120719 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | '~Icon/GreenLed' | Green Led Icon | 20120615 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'I' | Interpretation Mode | 20120621 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'MAINTAIN_TEST_CASE' | Maintain Test Case | 20120907 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | '~Icon/RedLed' | Red Led Icon | 20120615 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'S' | Remote Mode Current Version | 20120831 | ||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'R' | Remote Mode Productive Version | 20120831 | ||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'TEST_CASES_TREE' | Test Cases Tree node | 20120613 | ||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'TEST_CASE' | Test Case node | 20120613 | ||
| 17 | Constant | Public | Type reference (TYPE) | STRING | 'TEST_CASE_RUN' | Test Case Run node | 20120613 | ||
| 18 | Constant | Public | Type reference (TYPE) | STRING | '1.00' | XML Version | 20120724 | ||
| 19 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FDT_WD_HIERARCHY_UTILITIES | Utility class for CTable hierarchies. | 20120628 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | FDTT_WD_TEST_CASES_TREE_MODEL | FDT: Table Type for Test Cases Tree | 20120724 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | FDTT_WD_TEST_CASES_TREE_MODEL | FDT: Table Type for Test Cases Tree | 20120628 | |||
| 22 | Instance attribute | Public | Type reference (TYPE) | I | Count variable to determine last test case to be executed | 20120724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check if Test Case Runs exist | 20120702 | |
| 2 | Instance method | Public | Method | Check if Test Case already exists | 20120629 | |
| 3 | Instance method | Public | Method | Collapse or expand a node | 20120628 | |
| 4 | Instance method | Private | Method | Ensures that the test case does not exist | 20120907 | |
| 5 | Static method | Public | Method | Return all BRS Trace entries | 20120905 | |
| 6 | Instance method | Private | Method | Get Texts for Comparison (LED and Text) | 20120709 | |
| 7 | Static method | Private | Method | Get local timestamp | 20120717 | |
| 8 | Instance method | Private | Method | Get Text for Mode | 20120709 | |
| 9 | Instance method | Private | Method | Get Test Case | 20120618 | |
| 10 | Instance method | Private | Method | Get Test Case Run | 20120629 | |
| 11 | Instance method | Private | Method | Get Test Case Tree | 20120727 | |
| 12 | Instance method | Private | Method | Get Texts for Valid (LED and Text) | 20120709 |
Events
Class CL_FDT_WD_TEST_CASES_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_QUERY_FUNCTION | Private | See coding | 20120613 | BEGIN OF s_query_function,
id TYPE fdt_uuid,
name TYPE fdt_name,
END OF s_query_function
|
||
| 2 | T_TRACE_0200 | Public | See coding | 20130613 | t_TRACE_0200 TYPE STANDARD TABLE OF FDT_TRACE_0200
|
Method Signatures
Method CHECK_TCR_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20120702 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | FDT_NAME | FDT: Name | 20120702 | |||
| 3 | RV_EXISTS | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120702 |
Method CHECK_TCR_EXISTS on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method CHECK_TC_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20120629 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | FDT_NAME | FDT: Name | 20120629 | |||
| 3 | RV_EXISTS | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120629 |
Method CHECK_TC_EXISTS on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method COLLAPSE_OR_EXPAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXPAND | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120628 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20120628 |
Method COLLAPSE_OR_EXPAND on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method ENSURE_TC_DOES_NOT_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20120907 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | FDT_NAME | FDT: Name | 20120907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120907 |
Method GET_BRS_TRACE_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BRS_TRACE | Call by reference | Type reference (TYPE) | T_TRACE_0200 | Trace entries | 20120905 | |||
| 2 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120905 |
Method GET_BRS_TRACE_ENTRIES on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_COMPARISON_LED_AND_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LED | Call by reference | Type reference (TYPE) | STRING | 20120709 | ||||
| 2 | EV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20120709 | ||||
| 3 | IV_COMP | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120709 |
Method GET_COMPARISON_LED_AND_TEXT on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_LOCAL_TIMESTAMP_FOR_UTC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120717 | |||
| 2 | RV_LOCAL_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMP | Field of length 16 | 20120717 |
Method GET_LOCAL_TIMESTAMP_FOR_UTC on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_MODE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20120709 | |||
| 2 | IV_REM_SYS_DESC | Call by reference | Type reference (TYPE) | STRING | Remote system description | 20120928 | |||
| 3 | IV_TRACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Trace available | 20120904 | ||
| 4 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20120709 |
Method GET_MODE_TEXT on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_TEST_CASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEST_CASE_MODEL | Call by reference | Type reference (TYPE) | FDTT_WD_TEST_CASE_MODEL | FDT: Table for Test Cases | 20120727 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20120618 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | FDT_NAME | FDT: Name | 20120618 |
Method GET_TEST_CASE on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_TEST_CASE_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEST_CASE_RUN_MODEL | Value transfer | Type reference (TYPE) | FDTT_WD_TEST_CASE_RUN_MODEL | FDT: Table for Test Case Runs | 20120727 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20120629 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | FDT_NAME | FDT: Name | 20120629 | |||
| 4 | IV_TCR_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20120629 |
Method GET_TEST_CASE_RUN on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_TEST_CASE_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEST_CASE_TREE_MODEL | Call by reference | Type reference (TYPE) | FDTT_WD_TEST_CASES_TREE_MODEL | FDT: Table Type for Test Cases Tree | 20120727 | |||
| 2 | IS_FUNCTION | Call by reference | Type reference (TYPE) | S_QUERY_FUNCTION | 20120727 |
Method GET_TEST_CASE_TREE on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
Method GET_VALID_LED_AND_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LED | Call by reference | Type reference (TYPE) | STRING | 20120709 | ||||
| 2 | EV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20120709 | ||||
| 3 | IV_DEPRECATED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120709 |
Method GET_VALID_LED_AND_TEXT on class CL_FDT_WD_TEST_CASES_MODEL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |