SAP ABAP Class IF_RSPLS_CR_TYPES (Types for Characteristic Relationships)
Meta Relationship - Used By
Properties
Class | IF_RSPLS_CR_TYPES | |
Short Description | Types for Characteristic Relationships | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20040927 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSPLS_CR_TYPES has no forward declaration.
Interfaces
Class IF_RSPLS_CR_TYPES has no interface implemented.
Friends
Class IF_RSPLS_CR_TYPES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | TN_ROLE | 'S' | Source Characteristic | 20040927 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | TN_ROLE | 'T' | Target Characteristic | 20040927 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | TN_ROLE | SPACE | Role Undefined | 20040927 | |
4 | ![]() |
Constant | Public | See coding | Types of characteristic relationships | 20130424 |
Methods
Class IF_RSPLS_CR_TYPES has no method.
Events
Class IF_RSPLS_CR_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_CONTEXT | Public | Type reference (TYPE) | RSSID | Master Data ID | 20040930 |
|
2 | TN_ROLE | Public | Type reference (TYPE) | CHAR1 | Role of Characteristic in One Step of Char. Relationship | 20040927 |
|
3 | TN_STEP | Public | Type reference (TYPE) | RSPLS_STEP | Number of the Characteristic Relationship | 20041001 |
|
4 | TN_S_CHAS | Public | See coding | Characteristic and Role (Internal View) | 20040927 | BEGIN OF tn_s_chas,
iobjnm TYPE rsiobjnm,
role TYPE tn_role,
is_sid TYPE rs_bool,
fieldnm TYPE rsfieldnm,
attrbas TYPE rschanm,
optional TYPE abap_bool,
END OF tn_s_chas
|
|
5 | TN_S_CHA_ROLE | Public | See coding | Characteristic and Role (External View) | 20040927 | BEGIN OF tn_s_cha_role,
iobjnm TYPE rsiobjnm,
role TYPE tn_role,
END OF tn_s_cha_role
|
|
6 | TN_S_MESG | Public | See coding | Message Structure | 20041202 | BEGIN OF tn_s_mesg,
msgid TYPE symsgid,
msgty TYPE symsgty,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
__rec TYPE i,
END OF tn_s_mesg
|
|
7 | TN_TS_ATTRINM | Public | See coding | Table of Master Data Attributes | 20080711 | tn_ts_attrinm TYPE SORTED TABLE OF rsattrinm
WITH UNIQUE KEY table_line
|
|
8 | TN_TS_CHAS | Public | See coding | Characteristics and Role (Internal View) | 20040927 | tn_ts_chas TYPE SORTED TABLE OF tn_s_chas
WITH UNIQUE KEY iobjnm
INITIAL SIZE 0
|
|
9 | TN_TS_CHA_ROLE | Public | See coding | Characteristics and Role (External View) | 20040927 | tn_ts_cha_role TYPE SORTED TABLE OF tn_s_cha_role
WITH UNIQUE KEY iobjnm
INITIAL SIZE 0
|
|
10 | TN_T_MESG | Public | See coding | Table of Messages | 20041202 | tn_t_mesg TYPE STANDARD TABLE OF tn_s_mesg
WITH DEFAULT KEY
INITIAL SIZE 0
|
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |