SAP ABAP Class IF_SQF_RESULT_LIST (Result list)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20080731
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
Class IF_SQF_RESULT_LIST  
Short Description Result list    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080731   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_SQF_RESULT_LIST has no interface implemented.
Friends
Class IF_SQF_RESULT_LIST has no friend class.
Attributes
Class IF_SQF_RESULT_LIST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DEFAULT_RESULT Instance method Public Method Get result-id for initial display 20081110
2 GET_RESULT Instance method Public Method Set Result 20080808
3 GET_RESULTS Instance method Public Method 20080731
4 SET_RESULT Instance method Public Method Set Result 20080731
Events
Class 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 Returning RE_RESULT_ID Value transfer Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20081110

Method GET_DEFAULT_RESULT on class 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 Importing IM_ID Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20080808
2 Returning RE_RESULT Value transfer Object reference (TYPE REF TO) IF_SQF_RESULT Result 20080808

Method GET_RESULT on class 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 Exporting EX_RESULTS Call by reference Type reference (TYPE) TY_RESULT_LIST 20080731

Method GET_RESULTS on class 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 Importing IM_DEFAULT_RESULT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 'X' - Declare result to be displayed initially 20081110
2 Importing IM_ID Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20080731
3 Importing IM_RESULT Call by reference Object reference (TYPE REF TO) IF_SQF_RESULT Result 20080731

Method SET_RESULT on class IF_SQF_RESULT_LIST has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in