SAP ABAP Data Element WDY_CI_CHECK_FILE_ACCESS (Checks for File 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_FILE_ACCESS
Short Description Checks for File 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 File Acc. 
Medium 15 File Access 
Long 20 Access to File 
Heading  
Documentation

Definition

Within Web Dynpros, the data model must be strictly separated from the display logic. For this reason, you must avoid accessing files directly.

Use

This checks Web Dynpro code for the following statements.

  • OPEN DATASET

Solution

The corresponding statements must be encased in a functional unit (model).

History
Last changed by/on SAP  20130604 
SAP Release Created in 700