SAP ABAP Data Element WDY_CI_CHECK_OBSOLETE_SCREEN (Cheks for Old Display Techniques)
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_OBSOLETE_SCREEN
Short Description Cheks for Old Display Techniques  
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 Lists 
Medium 15 Lists&Screens 
Long 20 Lists & Screens 
Heading  
Documentation

Definition

Within Web Dynpros, using lists, dynpro- and control technology (such as ALV) is not possible.

Use

This checks Web Dynpro code for the following statements:

  • CALL / LEAVE TO SCREEN
  • LEAVE TO LIST-PROCESSING
  • WRITE / ULINE / HIDE
  • ....

Solution

These statements are not supported and must be replaced by suitable Web Dynpro technologies.

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