SAP ABAP Data Element SIW_DTE_CHECK_RESULT (Project Status)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_TYPES (Package) SIW: Global Type definitions
Basic Data
Data Element SIW_DTE_CHECK_RESULT
Short Description Project Status  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SIW_DOM_CHECK_RESULT    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
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 Status 
Medium 20 Project Status 
Long 20 Project Status 
Heading 15 Project Status 
Documentation

Definition

Indicates the current status of a project. This is an aggregated status of several substatus. It consolidates the result of all executed service related checks (only in the case of API based projects) and implementation-related checks.

Use

The following overall status exist:

  • OK (0)       

    All substatus are either consistent or unclear. This means that all executed checks succeeded.

  • Warning (4)

    Determine the inconsistent substatus. In the SIW transaction, you can navigate to the mapping view and implementation view of that project.

  • Error (8)

    At least one substatus is erroneous.

  • Undetermined (-1)

    No substatus could be determined since no checks have been executed.

Note: Due to performance issues not all status are determined/updated automatically, for example the status of a generated object is only determined when the deep check of the project is triggered.

Dependencies

The project status aggregates the following status:

  1. The service related status aggregates these substatus:
    1. The status of the mapping completeness
    2. The ESR status
    3. The Proxy status
  2. The implementation status aggregates these substatus:
    1. The status context completeness
    2. The objects status
    3. The check status of the generated objects (Deep Check)
    4. The ABAP Unit Test (AUT) status of the generated objects

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 730