SAP ABAP Interface IF_SCV_ADT_CH_NODE_TYPES (Types for coverage NODES request/response)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-COV (Application Component) Coverage Analyzer
     SCOV_ADT (Package) Coverage Analyzer service enabling
Properties
Interface IF_SCV_ADT_CH_NODE_TYPES  
Short Description Types for coverage NODES request/response    
General Data
Package SCOV_ADT   Coverage Analyzer service enabling 
Created 20110616   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_SCV_ADT_CH_NODE_TYPES has no forward declaration.
Interfaces
Interface IF_SCV_ADT_CH_NODE_TYPES has no interface.
Friends
Interface IF_SCV_ADT_CH_NODE_TYPES has no friend.
Attributes
Interface IF_SCV_ADT_CH_NODE_TYPES has no attribute.
Methods
Interface IF_SCV_ADT_CH_NODE_TYPES has no method.
Events
Interface IF_SCV_ADT_CH_NODE_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COVERAGE_REQUEST_BODY Public See coding 20110616 BEGIN OF ty_coverage_request_body, object_sets TYPE if_adt_tools_core_types=>ty_object_sets, END OF ty_coverage_request_body
2 TY_COVERAGE_RESPONSE_BODY Public See coding 20110616 BEGIN OF ty_coverage_response_body, result_name TYPE string, self_link TYPE if_atom_types=>link_s, statements_bulk_link TYPE if_atom_types=>link_s, result_summary TYPE ty_st_result_summary, result_nodes TYPE ty_st_result_nodes, END OF ty_coverage_response_body
3 TY_ST_COVERAGE Public See coding 20110616 BEGIN OF ty_st_coverage, type TYPE string, "statement, branch, procedure total TYPE i, executed TYPE i, END OF ty_st_coverage
4 TY_ST_COVERAGES Public See coding 20110616 ty_st_coverages TYPE STANDARD TABLE OF ty_st_coverage WITH NON-UNIQUE DEFAULT KEY
5 TY_ST_RESULT_NODE Public See coding 20110616 BEGIN OF ty_st_result_node. INCLUDE TYPE if_adt_tools_core_types=>ty_object_reference AS obj_ref. "Workbench information TYPES: coverages TYPE ty_st_coverages, children_link TYPE if_atom_types=>link_s, "Child nodes as link or nodes.... statements_link TYPE if_atom_types=>link_s, "Only for branches child_nodes TYPE REF TO data, "ty_coverage_result_nodes END OF ty_st_result_node
6 TY_ST_RESULT_NODES Public See coding 20110616 ty_st_result_nodes TYPE SORTED TABLE OF ty_st_result_node WITH UNIQUE KEY obj_ref-name
7 TY_ST_RESULT_SUMMARY Public See coding 20110616 BEGIN OF ty_st_result_summary, coverages TYPE ty_st_coverages, END OF ty_st_result_summary
History
Last changed by/on SAP  20130531 
SAP Release Created in 803