SAP ABAP Data Element SATC_D_AC_RUN_TITLE (Title of check run)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_ABAP_CHECK_DDIC_TYPES (Package) INTERNAL: - *NO* REUSE - Type definitions
Basic Data
Data Element SATC_D_AC_RUN_TITLE
Short Description Title of check run  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SATC_AC_RUN_TITLE    
Data Type CHAR   Character String 
Length 70    
Decimal Places 0    
Output Length 70    
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 Title 
Medium 15 Description 
Long 20 Description 
Heading 25 Description 
Documentation

Definition

When you start a check run, the standard title contains some variables (SY, DOW, CW, YEAR), which are enclosed by the sign &:

&SYS&: &DOW&, CW&CW& &YEAR&

  • SYS: system id
  • DOW: day of the week like Monday, Tuesday, ...
  • CW: calendar week
  • YEAR: year

Use:

You can change the standard title and write your own title.

Dependencies

Example

Call transaction SE80 and click on the ATC Result Browser. You will see a yellow bulb in the tree. This icon marks the current central run. The title should look approximately like this: ABC: Tuesday, CW16 2012. This title indicates that the system id where the run was started is ABC. The run was started on Tuesday in the week 16 of the year 2012.

History
Last changed by/on SAP  20140117 
SAP Release Created in 720