SAP ABAP Interface IF_RSDV_VALIDITY_OBJECT (Interface to access validity object)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDG (Package) BW: Data basis generation
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDV_VALIDITY_TABLE Class to access validity table 20130415
Properties
Interface IF_RSDV_VALIDITY_OBJECT  
Short Description Interface to access validity object    
General Data
Package RSDG   BW: Data basis generation 
Created 20130415   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_RSDV_VALIDITY_OBJECT has no interface.
Friends
Interface IF_RSDV_VALIDITY_OBJECT has no friend.
Attributes
Interface IF_RSDV_VALIDITY_OBJECT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_NAME Instance method Public Method 20130415
2 GET_STRUCTURE_TYPE Instance method Public Method 20130415
3 READ Instance method Public Method 20130415
Events
Interface IF_RSDV_VALIDITY_OBJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_S_GROUPBY Public See coding 20130415 BEGIN OF nt_s_groupby, fieldnm TYPE rsfieldnm, END OF nt_s_groupby
2 NT_S_SELECT Public See coding 20130415 BEGIN OF nt_s_select, fieldnm TYPE rsfieldnm, aggr TYPE rsaggrgen, END OF nt_s_select
3 NT_S_WHERE Public See coding 20130415 BEGIN OF nt_s_where, fieldnm TYPE rsfieldnm, sign TYPE rs_s_range-sign, opt TYPE rs_s_range-opt, sidlow TYPE rssid, sidhigh TYPE rssid, END OF nt_s_where
4 NT_TS_GROUPBY Public See coding 20130415 nt_ts_groupby TYPE SORTED TABLE OF nt_s_groupby WITH UNIQUE KEY fieldnm
5 NT_TS_SELECT Public See coding 20130415 nt_ts_select TYPE SORTED TABLE OF nt_s_select WITH UNIQUE KEY fieldnm
6 NT_TS_WHERE Public See coding 20130415 nt_ts_where TYPE SORTED TABLE OF nt_s_where WITH NON-UNIQUE KEY fieldnm
Method Signatures

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLASSNM Call by reference Type reference (TYPE) SEOCLSNAME Name of the class implementing the access to the val-object 20130415
2 Exporting E_TABLNM Call by reference Type reference (TYPE) RSD_TABLNM Name of the validity table 20130415

Method GET_NAME on Interface IF_RSDV_VALIDITY_OBJECT has no exception.

Method GET_STRUCTURE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_S_VALID Value transfer Object reference (TYPE REF TO) DATA 20130423

Method GET_STRUCTURE_TYPE on Interface IF_RSDV_VALIDITY_OBJECT has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_VALID Call by reference Type reference (TYPE) INDEX TABLE 20130415
2 Importing I_TS_GROUPBY Call by reference Type reference (TYPE) NT_TS_GROUPBY 20130415
3 Importing I_TS_SELECT Call by reference Type reference (TYPE) NT_TS_SELECT 20130415
4 Importing I_TS_WHERE Call by reference Type reference (TYPE) NT_TS_WHERE 20130415

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