SAP ABAP Class IF_RSPLS_DS_TYPES (Types for Data Slices)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSPLS_DATASLICE | Data Slice | 20050114 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_DATASLICE | Data Slice | 20050114 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_DS_EXIT_BASE | Data Slices: Exit | 20050223 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_DS_EXIT_BPS | Data Slices: Exit | 20051108 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_DS_RUNTIME | Runtime Data Slices | 20130422 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_DS_TRANSIENT | Runtime Data Slices | 20130424 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSSEM_DS_EXIT | EXIT class for check data slice | 20041202 |
Properties
Class | IF_RSPLS_DS_TYPES | |
Short Description | Types for Data Slices | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20050114 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSPLS_DS_TYPES has no forward declaration.
Interfaces
Class IF_RSPLS_DS_TYPES has no interface implemented.
Friends
Class IF_RSPLS_DS_TYPES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | Data slices numbers for different types | 20130829 | |||
2 | ![]() |
Constant | Public | See coding | Types of data slices | 20050504 |
Methods
Class IF_RSPLS_DS_TYPES has no method.
Events
Class IF_RSPLS_DS_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_DSNR | Public | Type reference (TYPE) | RSPLS_DSNR | Data Slice Number | 20050114 |
|
2 | TN_S_FIELD | Public | See coding | Structure: Characteristics in a Data Slice (Internal) | 20050114 | BEGIN OF tn_s_field,
iobjnm TYPE rsiobjnm,
is_sid TYPE rs_bool,
fieldnm TYPE rsfieldnm,
END OF tn_s_field
|
|
3 | TN_S_IOBJ | Public | See coding | Structure: Characteristics in a Data Slice (External) | 20050114 | BEGIN OF tn_s_iobj,
iobjnm TYPE rsiobjnm,
END OF tn_s_iobj
|
|
4 | TN_TS_FIELD | Public | See coding | Table: Characteristics in a Data Slice (Internal) | 20050114 | tn_ts_field TYPE SORTED TABLE OF tn_s_field
WITH UNIQUE KEY iobjnm
INITIAL SIZE 0
|
|
5 | TN_TS_IOBJ | Public | See coding | Table: Characteristics in a Data Slice (External) | 20050114 | tn_ts_iobj TYPE SORTED TABLE OF tn_s_iobj
WITH UNIQUE KEY iobjnm
INITIAL SIZE 0
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |