SAP ABAP Interface IF_SQF_RESULT_LIST (Result list)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL (Application Component) Workbench Utilities
⤷
SQF_API (Package) API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQF_RESULT_LIST | Result list | 20080731 |
Properties
| Interface | IF_SQF_RESULT_LIST | |
| Short Description | Result list |
General Data
| Package | SQF_API | API |
| Created | 20080731 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20080731 |
Friends
Interface IF_SQF_RESULT_LIST has no friend.
Attributes
Interface IF_SQF_RESULT_LIST has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get result-id for initial display | 20081110 | |
| 2 | Instance method | Public | Method | Set Result | 20080808 | |
| 3 | Instance method | Public | Method | 20080731 | ||
| 4 | Instance method | Public | Method | Set Result | 20080731 |
Events
Interface IF_SQF_RESULT_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_RESULT | Public | See coding | 20080731 | begin of ty_result,
id type sobj_name,
ref type ref to if_sqf_result,
end of ty_result
|
||
| 2 | TY_RESULT_LIST | Public | See coding | 20080731 | ty_result_list type standard table of ty_result
|
Method Signatures
Method GET_DEFAULT_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_RESULT_ID | Value transfer | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20081110 |
Method GET_DEFAULT_RESULT on Interface IF_SQF_RESULT_LIST has no exception.
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ID | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20080808 | |||
| 2 | RE_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SQF_RESULT | Result | 20080808 |
Method GET_RESULT on Interface IF_SQF_RESULT_LIST has no exception.
Method GET_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_RESULTS | Call by reference | Type reference (TYPE) | TY_RESULT_LIST | 20080731 |
Method GET_RESULTS on Interface IF_SQF_RESULT_LIST has no exception.
Method SET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DEFAULT_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 'X' - Declare result to be displayed initially | 20081110 | ||
| 2 | IM_ID | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20080731 | |||
| 3 | IM_RESULT | Call by reference | Object reference (TYPE REF TO) | IF_SQF_RESULT | Result | 20080731 |
Method SET_RESULT on Interface IF_SQF_RESULT_LIST has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 712 |