SAP ABAP Data Element WDY_CI_CHECK_PROGRAM_FLOW (Check for Change to Program Flow)
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_PROGRAM_FLOW
Short Description Check for Change to Program Flow  
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 Program 
Medium 15 Prog. Control 
Long 20 Program Control 
Heading  
Documentation

Definition

Within Web Dynpro, the program flow must not be changed. You must avoid statements for leaving the current session or starting other sessions.

Use

This checks Web Dynpro code for the following statements:

  • CALL / LEAVE TO TRANSACTION
  • SUBMIT
  • LEAVE PROGRAM
  • ....

Solution

Avoid using the respective technologies.

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