SAP ABAP Interface IF_RSODSO_GUI_DATA (Data transfer)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_GUI (Package) UI Framework for DataStore objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSODSO_GUI_DATASTORE Representation of a DataStore object 20130208
Properties
Interface IF_RSODSO_GUI_DATA  
Short Description Data transfer    
General Data
Package RSODSO_GUI   UI Framework for DataStore objects 
Created 20130208   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_RSODSO_GUI_DATA has no interface.
Friends
Interface IF_RSODSO_GUI_DATA has no friend.
Attributes
Interface IF_RSODSO_GUI_DATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW Instance method Public Method 20130621
2 CHANGE_DATA Instance method Public Method 20130208
3 CHANGE_INDEX Instance method Public Method 20130710
4 CONDENSE_DATA Instance method Public Method 20130211
5 DEL_ROW Instance method Public Method 20130621
6 GET_DBSETTINGS_HDB Instance method Public Method 20130925
7 GET_DBSTORAGE Instance method Public Method 20130715
8 GET_DESCR Instance method Public Method 20130215
9 GET_INFOAREA Instance method Public Method 20130712
10 GET_SETTINGS Instance method Public Method 20130213
11 GET_STRUCTDESCR Instance method Public Method 20130703
12 GET_VALUES_FOR_SETTING Instance method Public Method 20130214
13 MOVE_ROW Instance method Public Method 20130624
14 SET_DBSETTINGS_HDB Instance method Public Method 20130925
15 SET_DBSTORAGE Instance method Public Method 20130715
16 SET_DEFAULT_SETTINGS Instance method Public Method 20130214
17 SET_DESCR Instance method Public Method 20130215
18 SET_INFOAREA Instance method Public Method 20130712
19 SET_SETTING Instance method Public Method 20130213
Events
Interface IF_RSODSO_GUI_DATA has no event.
Types
Interface IF_RSODSO_GUI_DATA has no local type.
Method Signatures

Method ADD_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSIT Call by reference Type reference (TYPE) RSPOSIT Position of the Field in the Structure / Table 20130621

Method ADD_ROW on Interface IF_RSODSO_GUI_DATA has no exception.

Method CHANGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_RSODSO_GUI_LOG_HANDLER Logging 20130208
2 Importing IT_USERINPUT Call by reference Type reference (TYPE) RSODSO_T_GUI_USERINPUT User Input 20130208
# Exception Resumable Description Created on
1 CX_RSODSO_GUI_EXCEPTION Error when processing UI requests 20130208

Method CHANGE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INDEX Call by reference Type reference (TYPE) RSD_T_ODSO_INDX List of ODS Indexes 20130710
2 Importing IT_INDEX_FIELD Call by reference Type reference (TYPE) RSD_T_ODSO_INDX_IOBJ List of InfoObjects in ODS Index 20130710

Method CHANGE_INDEX on Interface IF_RSODSO_GUI_DATA has no exception.

Method CONDENSE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONDENSED_ROWS Call by reference Type reference (TYPE) INT4 Natural number 20130211
2 Returning R_INITIAL_ROWS Value transfer Type reference (TYPE) INT4 Natural number 20130211

Method CONDENSE_DATA on Interface IF_RSODSO_GUI_DATA has no exception.

Method DEL_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_POSIT Call by reference Type reference (TYPE) RSODSO_T_POSIT Position of the Field in the Structure / Table 20130621

Method DEL_ROW on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_DBSETTINGS_HDB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXTERNAL_TABLE Value transfer Type reference (TYPE) RSEXTTABL Database specific setting 20130925

Method GET_DBSETTINGS_HDB on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_DBSTORAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_A_DAT_CLS Call by reference Type reference (TYPE) RSDODSADATCLS Data Type for DataStore Tables of Active Records 20130715
2 Exporting E_A_SIZ_CAT Call by reference Type reference (TYPE) RSDODSASIZCAT Size Category for DS Tables of Active Records 20130715
3 Exporting E_M_DAT_CLS Call by reference Type reference (TYPE) RSDODSMDATCLS Data Class for DS Activation Queue 20130715
4 Exporting E_M_SIZ_CAT Call by reference Type reference (TYPE) RSDODSMSIZCAT Size Category for DS Activation Queue 20130715

Method GET_DBSTORAGE on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXTLG Value transfer Type reference (TYPE) RSTXTLG Short description 20130215

Method GET_DESCR on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_INFOAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INFOAREA Value transfer Type reference (TYPE) RSINFOAREA InfoArea 20130712

Method GET_INFOAREA on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SETTINGS Value transfer Type reference (TYPE) RSODSO_T_GUI_SETTINGS Setting for DataStore objects 20130213

Method GET_SETTINGS on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_STRUCTDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STRUCTDESCR Value transfer Type reference (TYPE) RSODSO_T_GUI_STRUCTDESCR Structure of DataStore objects 20130703

Method GET_STRUCTDESCR on Interface IF_RSODSO_GUI_DATA has no exception.

Method GET_VALUES_FOR_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SETTING Call by reference Type reference (TYPE) RSODSOSETTING Setting 20130214
2 Returning RT_VALUES Value transfer Type reference (TYPE) VRM_VALUES 20130214

Method GET_VALUES_FOR_SETTING on Interface IF_RSODSO_GUI_DATA has no exception.

Method MOVE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM Call by reference Type reference (TYPE) RSPOSIT Position of the Field in the Structure / Table 20130624
2 Importing I_TO Call by reference Type reference (TYPE) RSPOSIT Position of the Field in the Structure / Table 20130624

Method MOVE_ROW on Interface IF_RSODSO_GUI_DATA has no exception.

Method SET_DBSETTINGS_HDB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTERNAL_TABLE Call by reference Type reference (TYPE) RSEXTTABL Database specific setting 20130925

Method SET_DBSETTINGS_HDB on Interface IF_RSODSO_GUI_DATA has no exception.

Method SET_DBSTORAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_A_DAT_CLS Call by reference Type reference (TYPE) RSDODSADATCLS Data Type for DataStore Tables of Active Records 20130715
2 Importing I_A_SIZ_CAT Call by reference Type reference (TYPE) RSDODSASIZCAT Size Category for DS Tables of Active Records 20130715
3 Importing I_M_DAT_CLS Call by reference Type reference (TYPE) RSDODSMDATCLS Data Class for DS Activation Queue 20130715
4 Importing I_M_SIZ_CAT Call by reference Type reference (TYPE) RSDODSMSIZCAT Size Category for DS Activation Queue 20130715

Method SET_DBSTORAGE on Interface IF_RSODSO_GUI_DATA has no exception.

Method SET_DEFAULT_SETTINGS Signature

Method SET_DEFAULT_SETTINGS on Interface IF_RSODSO_GUI_DATA has no parameter.
Method SET_DEFAULT_SETTINGS on Interface IF_RSODSO_GUI_DATA has no exception.

Method SET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXTLG Call by reference Type reference (TYPE) RSTXTLG Short description 20130215

Method SET_DESCR on Interface IF_RSODSO_GUI_DATA has no exception.

Method SET_INFOAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOAREA Call by reference Type reference (TYPE) RSINFOAREA InfoArea 20130712

Method SET_INFOAREA on Interface IF_RSODSO_GUI_DATA has no exception.

Method SET_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SETTINGS Call by reference Type reference (TYPE) RSODSO_S_GUI_SETTINGS Setting for DataStore objects 20130213

Method SET_SETTING on Interface IF_RSODSO_GUI_DATA has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740