SAP ABAP Class IF_SCV_STMNT_RESULTS_BUILDER (Creates statement results for a processing block)
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
| Class | IF_SCV_STMNT_RESULTS_BUILDER | |
| Short Description | Creates statement results for a processing block | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120112 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SCV_STMNT_RESULTS_BUILDER has no forward declaration.
Interfaces
Class IF_SCV_STMNT_RESULTS_BUILDER has no interface implemented.
Friends
Class IF_SCV_STMNT_RESULTS_BUILDER has no friend class.
Attributes
Class 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
Class 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 class 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 |