SAP ABAP Data Element WDY_CI_CHECK_CALL_ME (Check Direct Call of HOOK Methods)
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
⤷
⤷
Basic Data
| Data Element | WDY_CI_CHECK_CALL_ME |
| Short Description | Check Direct Call of HOOK Methods |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | FLAG | |
| Data Type | CHAR | Character String |
| Length | 1 | |
| Decimal Places | 0 | |
| Output Length | 1 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Call |
| Medium | 15 | Direct Call |
| Long | 20 | Direct Call |
| Heading | 0 |
Documentation
Definition
Special rules apply for the implementation of Web Dynpro routines, such as "wd_Do_Init" methods. Some ABAP language statements cannot be used.
Other routines cannot be called directly, they have to called with the "wd_This" instance. The reason for this is that a direct call makes any extensions made from restructured layers impossible.
Use
This check checks the Web Dynpro source text for direct calls to routines using "me-<".
Solution
Replace the #me-># call with a delegation using #wd_This->#.
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 740 |