SAP ABAP Class IF_RSPLS_EV_TYPES (Types for Substitution/Validation)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSPLS_EXTEND_VALIDATE | Substitution/Validation | 20060622 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_EV_EXIT_BASE | Substitution/Validation: Exit | 20060627 |
Properties
Class | IF_RSPLS_EV_TYPES | |
Short Description | Types for Substitution/Validation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20060622 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSPLS_EV_TYPES has no forward declaration.
Interfaces
Class IF_RSPLS_EV_TYPES has no interface implemented.
Friends
Class IF_RSPLS_EV_TYPES has no friend class.
Attributes
Class IF_RSPLS_EV_TYPES has no attribute.
Methods
Class IF_RSPLS_EV_TYPES has no method.
Events
Class IF_RSPLS_EV_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_FIELDS | Public | See coding | Structure: InfoObjects in Data Structure (Internal View) | 20060622 | BEGIN OF tn_s_fields,
iobjnm TYPE rsiobjnm,
iobjtp TYPE rsiobjtp,
is_sid TYPE rs_bool,
fieldnm TYPE rsfieldnm,
END OF tn_s_fields
|
|
2 | TN_S_IOBJ | Public | See coding | Structure: InfoObjects in Data Structure (External View) | 20060622 | BEGIN OF tn_s_iobj,
iobjnm TYPE rsiobjnm,
iobjtp TYPE rsiobjtp,
END OF tn_s_iobj
|
|
3 | TN_TS_FIELDS | Public | See coding | Table: InfoObjects in Data Structure (Internal View) | 20060622 | tn_ts_fields TYPE SORTED TABLE OF tn_s_fields
WITH UNIQUE KEY fieldnm
|
|
4 | TN_TS_IOBJ | Public | See coding | Table: InfoObjects in Data Structure (External View) | 20060622 | tn_ts_iobj TYPE SORTED TABLE OF tn_s_iobj
WITH UNIQUE KEY iobjnm
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |