SAP ABAP Interface IF_RSPLS_CR_TYPES (Types for Characteristic Relationships)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services

⤷

⤷

Meta Relationship - Used By
Properties
Interface | IF_RSPLS_CR_TYPES | |
Short Description | Types for Characteristic Relationships |
General Data
Package | RSPLS | Planning: General Services |
Created | 20040927 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RSPLS_CR_TYPES has no forward declaration.
Interfaces
Interface IF_RSPLS_CR_TYPES has no interface.
Friends
Interface IF_RSPLS_CR_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_ROLE_SOURCE | Constant | Public | Type reference (TYPE) | TN_ROLE | 'S' | Source Characteristic | 20040927 | |
2 | N_C_ROLE_TARGET | Constant | Public | Type reference (TYPE) | TN_ROLE | 'T' | Target Characteristic | 20040927 | |
3 | N_C_ROLE_UNKNOWN | Constant | Public | Type reference (TYPE) | TN_ROLE | SPACE | Role Undefined | 20040927 | |
4 | N_C_S_MTYPE | Constant | Public | See coding | Types of characteristic relationships | 20130424 |
Methods
Interface IF_RSPLS_CR_TYPES has no method.
Events
Interface 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 | 700 |