SAP ABAP Class IF_RSDV_VALIDITY_OBJECT (Interface to access validity object)
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
| Class | IF_RSDV_VALIDITY_OBJECT | |
| Short Description | Interface to access validity object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130415 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RSDV_VALIDITY_OBJECT has no interface implemented.
Friends
Class IF_RSDV_VALIDITY_OBJECT has no friend class.
Attributes
Class IF_RSDV_VALIDITY_OBJECT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130415 | ||
| 2 | Instance method | Public | Method | 20130415 | ||
| 3 | Instance method | Public | Method | 20130415 |
Events
Class 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 | E_CLASSNM | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of the class implementing the access to the val-object | 20130415 | |||
| 2 | E_TABLNM | Call by reference | Type reference (TYPE) | RSD_TABLNM | Name of the validity table | 20130415 |
Method GET_NAME on class 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 | R_R_S_VALID | Value transfer | Object reference (TYPE REF TO) | DATA | 20130423 |
Method GET_STRUCTURE_TYPE on class 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 | E_T_VALID | Call by reference | Type reference (TYPE) | INDEX TABLE | 20130415 | ||||
| 2 | I_TS_GROUPBY | Call by reference | Type reference (TYPE) | NT_TS_GROUPBY | 20130415 | ||||
| 3 | I_TS_SELECT | Call by reference | Type reference (TYPE) | NT_TS_SELECT | 20130415 | ||||
| 4 | I_TS_WHERE | Call by reference | Type reference (TYPE) | NT_TS_WHERE | 20130415 |
Method READ on class IF_RSDV_VALIDITY_OBJECT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |