SAP ABAP Data Element WDY_CI_CHECK_SYSTEM_CALL (Check for Use of Low-Level Commands)
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_SYSTEM_CALL
Short Description Check for Use of Low-Level Commands  
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 System 
Medium 15 System Commands 
Long 20 System Commands 
Heading  
Documentation

Definition

Within Web Dynpros, using certain system-specific commands is not permitted.

Use

This checks Web Dynpro code for the following statements:

  • EDITOR-CALL
  • SYNTAX-CHECK/GENERATE
  • ....

Solution

These statements are not allowed and must be removed from the Web Dynpro code.

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