SAP ABAP Interface IF_SCV_STMNT_RESULTS_BUILDER (Creates statement results for a processing block)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-COV (Application Component) Coverage Analyzer
⤷
SCOV_API_ALL (Package) Coverage API for All Purposes

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SCV_STMNT_RESULTS_BUILDER | Creates statement results for a processing block | 20120113 |
Properties
Interface | IF_SCV_STMNT_RESULTS_BUILDER | |
Short Description | Creates statement results for a processing block |
General Data
Package | SCOV_API_ALL | Coverage API for All Purposes |
Created | 20120112 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SCV_STMNT_RESULTS_BUILDER has no forward declaration.
Interfaces
Interface IF_SCV_STMNT_RESULTS_BUILDER has no interface.
Friends
Interface IF_SCV_STMNT_RESULTS_BUILDER has no friend.
Attributes
Interface IF_SCV_STMNT_RESULTS_BUILDER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120112 | |
2 | ![]() |
Instance method | Public | Method | 20120112 | |
3 | ![]() |
Instance method | Public | Method | 20120112 |
Events
Interface IF_SCV_STMNT_RESULTS_BUILDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_BRANCH | Public | See coding | 20120112 | BEGIN OF ty_branch,
kind TYPE if_scv_md_generator=>ty_statement_kind,
source_position TYPE ty_source_position,
executed_true TYPE string,
executed_false TYPE string,
END OF ty_branch
|
||
2 | TY_CONDITION | Public | See coding | 20120112 | BEGIN OF ty_condition,
source_position TYPE ty_source_position,
executed TYPE decfloat34,
END OF ty_condition
|
||
3 | TY_CONDITIONS | Public | See coding | 20120112 | ty_conditions TYPE SORTED TABLE OF ty_condition WITH UNIQUE KEY source_position
|
||
4 | TY_PBLOCK | Public | See coding | 20120112 | BEGIN OF ty_pblock,
source_name TYPE progname,
hash TYPE cva_crc32,
source_position TYPE ty_source_position,
executed TYPE i,
END OF ty_pblock
|
||
5 | TY_PBLOCK_STATEMENT_RESULTS | Public | See coding | 20120112 | BEGIN OF ty_pblock_statement_results,
pblock TYPE ty_pblock,
statements TYPE ty_statements,
END OF ty_pblock_statement_results
|
||
6 | TY_SOURCE_POSITION | Public | See coding | 20120112 | BEGIN OF ty_source_position,
source_name TYPE progname,
start_line TYPE i,
end_line TYPE i,
start_column TYPE i,
end_column TYPE i,
END OF ty_source_position
|
||
7 | TY_STATEMENT | Public | See coding | 20120112 | BEGIN OF ty_statement,
source_position TYPE ty_source_position,
executed TYPE decfloat34,
conditions TYPE ty_conditions,
branch TYPE ty_branch,
END OF ty_statement
|
||
8 | TY_STATEMENTS | Public | See coding | 20120112 | ty_statements TYPE SORTED TABLE OF ty_statement WITH UNIQUE KEY source_position
|
Method Signatures
Method GET_PBLOCK_SOURCE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PBLOCK_IDENTIFIER | Call by reference | Type reference (TYPE) | CVS_WUKEY | 20120112 | |||
2 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | PROGNAME | 20120112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120112 |
Method GET_PROG_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | STRING | 20120112 |
Method GET_PROG_NAME on Interface IF_SCV_STMNT_RESULTS_BUILDER has no exception.
Method GET_RESULTS_FOR_PBLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PBLOCK_IDENTIFIER | Call by reference | Type reference (TYPE) | CVS_WUKEY | 20120112 | |||
2 | ![]() |
R_RESULTS | Value transfer | Type reference (TYPE) | TY_PBLOCK_STATEMENT_RESULTS | 20120112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120112 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |