SAP ABAP Data Element WDY_CI_CHECK_DB_ACCESS (Checks for Database Access)
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_DB_ACCESS |
| Short Description | Checks for Database Access |
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 | DB Access |
| Medium | 15 | Access to DB |
| Long | 20 | Access to DB |
| Heading | 0 |
Documentation
Definition
Within Web Dynpros, the data model must be strictly separated from the display logic. For this reason, you must avoid accessing database tables directly.
Use
This checks Web Dynpro code for the following statements.
- IMPORT FROM/ EXPORT TO (DB)
- SELECT FROM (DB)
- UPDATE/MODIFY/DELETE (DB)
- EXEC SQL
Solution
The corresponding statements must be encased in a functional unit (model).
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 700 |