SAP ABAP Class CL_WDY_CI_TEST_CONVENTIONS (CI: Web Dynpro Programming Conventions)
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 | Inheritance (c INHERITING FROM c_ref) | CL_CI_TEST_IMUD_TAW | CI: Find Table Names + WHERE Conds for Changing DB Commands | 20041130 |
Properties
| Class | CL_WDY_CI_TEST_CONVENTIONS | |
| Short Description | CI: Web Dynpro Programming Conventions | |
| Super Class | CL_CI_TEST_IMUD_TAW | CI: Find Table Names + WHERE Conds for Changing DB Commands |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_WORKBENCH_TEST_ADDONS | * SAP internal * check and test support |
| Created | 20041129 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_WDY_CI_TEST_CONVENTIONS has no interface implemented.
Friends
Class CL_WDY_CI_TEST_CONVENTIONS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'BAD_STYLE' | Unwanted Style | 20041129 | ||
| 2 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'CALL_BADI' | Call of BAdIs | 20041129 | ||
| 3 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'SYST_CALL' | Call of System Functions | 20041129 | ||
| 4 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_COMMIT' | Adapt or Reject Changes | 20041129 | ||
| 5 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_DELETE' | Delete from DB | 20041129 | ||
| 6 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_EXECUTE' | Execute Native SQL | 20041129 | ||
| 7 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_EXPORT' | Statement 'EXPORT TO DB' | 20041129 | ||
| 8 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_IMPORT' | Statement 'IMPORT FROM DB' | 20041129 | ||
| 9 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_INSERT' | Insert in DB | 20041129 | ||
| 10 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_MODIFY' | Change DB Entries | 20041129 | ||
| 11 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_SELECT' | Read from DB | 20041129 | ||
| 12 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DB_UPDATE' | Change DB Entries | 20041129 | ||
| 13 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'DS_OPEN' | Open File | 20041129 | ||
| 14 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'UI_SCREEN' | Screens or Controls Statement | 20041129 | ||
| 15 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'INCLUDE' | 20071227 | |||
| 16 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'INTERNAL' | Internal Error in Test Tool | 20041129 | ||
| 17 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'IS_SUPPLD' | 20071227 | |||
| 18 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'UI_LIST' | List Processing | 20041129 | ||
| 19 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'CALL_ME' | 20071227 | |||
| 20 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_WDY_CI_TEST_CONVENTIONS' | 20041129 | |||
| 21 | Constant | Private | Type reference (TYPE) | SCI_ERRC | 'PROG_FLOW' | Call a Transaction | 20041129 | ||
| 22 | Instance attribute | Private | Type reference (TYPE) | TY_T_APPL_CLASS_INFOS | 20071227 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | SYCHAR32 | 20071227 | ||||
| 24 | Instance attribute | Private | See coding | 20041129 | |||||
| 25 | Instance attribute | Private | Type reference (TYPE) | STOKESX_TAB | 20041129 | ||||
| 26 | Instance attribute | Private | Type reference (TYPE) | I | 20041129 | ||||
| 27 | Instance attribute | Private | Type reference (TYPE) | I | 20041129 | ||||
| 28 | Instance attribute | Private | Type reference (TYPE) | I | 20041129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20041129 | |
| 2 | Instance method | Private | Method | Check of Statement 'CALL' | 20071227 | |
| 3 | Instance method | Private | Method | Check Using CL_ABAP_COMPLIER to Usage of me->() | 20071227 | |
| 4 | Instance method | Private | Method | Check of Statement 'EXEC SQL' | 20071227 | |
| 5 | Instance method | Private | Method | Check of EXPORT/IMPORT DATABASE | 20071227 | |
| 6 | Instance method | Private | Method | Check of Statement 'OPEN DATASET' | 20071227 | |
| 7 | Instance method | Private | Method | Check Statement 'IF '/ 'IS SUPPLIED' | 20071227 | |
| 8 | Instance method | Private | Method | Check Binding of Source Text via 'INCLUDE' Statement | 20071227 | |
| 9 | Instance method | Private | Method | Check of Low-Level Statements | 20071227 | |
| 10 | Instance method | Private | Method | Check of Statement 'LEAVE' | 20071227 | |
| 11 | Instance method | Private | Method | Check Statement 'MESSAGE' | 20071227 | |
| 12 | Instance method | Private | Method | Check List Processing | 20071227 | |
| 13 | Instance method | Private | Method | Calculate lines with handwritten source text | 20071227 | |
| 14 | Instance method | Private | Method | Calculation of Symbolic Names of Hook Classes | 20071227 | |
| 15 | Instance method | Private | Method | Check changing database statement | 20071227 | |
| 16 | Instance method | Private | Method | 20071227 | ||
| 17 | Instance method | Private | Method | 20071227 | ||
| 18 | Instance method | Private | Method | 20071227 |
Events
Class CL_WDY_CI_TEST_CONVENTIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_APPL_CLASS_INFO | Private | See coding | 20071227 | begin of ty_S_Appl_Class_Info,
name type sychar32,
include type progname,
from_Line type i,
to_Line type i,
end of ty_S_Appl_Class_Info
|
||
| 2 | TY_T_APPL_CLASS_INFOS | Private | See coding | 20071227 | ty_T_Appl_Class_Infos type hashed table of ty_S_Appl_Class_Info
with unique key name
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method CONSTRUCTOR on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_CALL Signature
Method __CHECK_CALL on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_CALL on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_CALL_ME Signature
Method __CHECK_CALL_ME on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_CALL_ME on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_DB_EXEC_SQL Signature
Method __CHECK_DB_EXEC_SQL on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_DB_EXEC_SQL on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_DB_NDX_LIKE_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODE | Call by reference | Type reference (TYPE) | SCI_ERRC | 20071227 |
Method __CHECK_DB_NDX_LIKE_ACCESS on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_DS_OPEN Signature
Method __CHECK_DS_OPEN on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_DS_OPEN on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_IF Signature
Method __CHECK_IF on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_IF on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_INCLUDE Signature
Method __CHECK_INCLUDE on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_INCLUDE on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_INSERT_SYSTEM Signature
Method __CHECK_INSERT_SYSTEM on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_INSERT_SYSTEM on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_LEAVE Signature
Method __CHECK_LEAVE on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_LEAVE on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_MESSAGE Signature
Method __CHECK_MESSAGE on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_MESSAGE on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __CHECK_WRITE Signature
Method __CHECK_WRITE on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __CHECK_WRITE on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __COMPUTE_APPL_CLASS_LINE_SPAN Signature
Method __COMPUTE_APPL_CLASS_LINE_SPAN on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __COMPUTE_APPL_CLASS_LINE_SPAN on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __COMPUTE_METHOD_SYMBOLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_METHOD_SYMBOLS | Call by reference | Type reference (TYPE) | SCR_NAMES_GRADES | 20071227 |
Method __COMPUTE_METHOD_SYMBOLS on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __HANDLE_DB_UPDATE_COMMANDS Signature
Method __HANDLE_DB_UPDATE_COMMANDS on class CL_WDY_CI_TEST_CONVENTIONS has no parameter.
Method __HANDLE_DB_UPDATE_COMMANDS on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __HAS_SYNTAX_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071227 |
Method __HAS_SYNTAX_ERROR on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __QUALIFY_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RESULT | Value transfer | Type reference (TYPE) | SYCHAR01 | 20071227 |
Method __QUALIFY_STATEMENT on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
Method __RAISE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODE | Call by reference | Type reference (TYPE) | SCI_ERRC | 20071227 | ||||
| 2 | KIND | Call by reference | Type reference (TYPE) | SYCHAR01 | C_WARNING | 20071227 | |||
| 3 | VAL_PARAM_1 | Call by reference | Type reference (TYPE) | STRING | 20071227 |
Method __RAISE_MESSAGE on class CL_WDY_CI_TEST_CONVENTIONS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |