Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_USMD_MDF_SEL | MDF Seelction Condition | 20100610 |
Properties
Class | CL_USMD_SEL | |
Short Description | Selection Object | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | USMD1 | Master Data: Data Modeling |
Created | 20080326 | SAP |
Last change | 20130531 | 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 CL_USMD_SEL has no interface implemented.
Friends
Class CL_USMD_SEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_FLG | Financial MDM: General Indicator | 20090528 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_FLG | Selection Normalized | 20080328 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_FLG | 20100223 | |||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Data Model for Access from SAP Standard | 20080327 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_SX_HRYN_V_HRYNODE_CHKEY | H. N. + Field Name + Characteristic Values of a Hier. Node | 20090203 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_TS_RANGESEL | Sorted Table: Selection Condition (Range per Field) | 20080326 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_TS_RANGE_REF_BUF | 20130628 | |||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_TS_RANGE_BUF | 20080327 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_TS_SEL_SUP_KEY | 20090209 | |||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_TS_FIELDNAME | Financial MDM: Field Name | 20090724 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_EDITION | Edition | 20090205 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_FIELDNAME | Financial MDM: Field Name | 20090203 | ||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | USMD_FLG | 20100223 | |||
14 | ![]() |
Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'HIGH' | 20090617 | ||
15 | ![]() |
Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'LOW' | 20090617 | ||
16 | ![]() |
Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'OPTION' | 20090617 | ||
17 | ![]() |
Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'SIGN' | 20090617 | ||
18 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'BT' | Type of OPTION component in row type of a Ranges type | 20080328 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'CP' | Type of OPTION component in row type of a Ranges type | 20080328 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'EQ' | Type of OPTION component in row type of a Ranges type | 20080328 | |
21 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'GE' | Type of OPTION component in row type of a Ranges type | 20080328 | |
22 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'GT' | Type of OPTION component in row type of a Ranges type | 20080328 | |
23 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'LE' | Type of OPTION component in row type of a Ranges type | 20080328 | |
24 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'LT' | Type of OPTION component in row type of a Ranges type | 20080328 | |
25 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'NB' | Type of OPTION component in row type of a Ranges type | 20080328 | |
26 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'NE' | Type of OPTION component in row type of a Ranges type | 20080328 | |
27 | ![]() |
Constant | Public | Type reference (TYPE) | DDOPTION | 'NP' | Type of OPTION component in row type of a Ranges type | 20080328 | |
28 | ![]() |
Constant | Public | Type reference (TYPE) | DDSIGN | 'E' | Type of SIGN component in row type of a Ranges type | 20080328 | |
29 | ![]() |
Constant | Public | Type reference (TYPE) | DDSIGN | 'I' | Type of SIGN component in row type of a Ranges type | 20080328 |
Methods
Events
Class CL_USMD_SEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_RANGESEL | Protected | See coding | 20100223 | begin of TY_S_RANGESEL,
fieldname type usmd_fieldname,
r_trange type ref to data,
end of ty_s_rangesel
|
||
2 | TY_S_RANGE_BUF | Protected | See coding | 20080327 | begin of TY_S_RANGE_BUF,
fieldname type usmd_fieldname,
low type usmd_value,
high type usmd_value,
r_trange type ref to data,
end of ty_s_range_buf
|
||
3 | TY_S_RANGE_REF_BUF | Protected | See coding | 20130628 | BEGIN OF ty_s_range_ref_buf,
fieldname TYPE usmd_fieldname,
struc_descr TYPE REF TO data,
END OF ty_s_range_ref_buf
|
||
4 | TY_S_SEL_SUP_KEY | Public | See coding | 20090205 | begin of TY_S_SEL_SUP_KEY,
keystr type string, "concatenated keys
t_key type usmd_ts_value, "key of superordinate fields
r_trange type ref to data,
end of TY_S_SEL_SUP_KEY
|
||
5 | TY_TS_RANGESEL | Protected | See coding | 20100223 | ty_ts_rangesel type SORTED TABLE OF ty_s_rangesel with
UNIQUE key fieldname
|
||
6 | TY_TS_RANGE_BUF | Protected | See coding | 20080327 | ty_ts_range_buf type SORTED TABLE OF ty_s_range_buf
with UNIQUE key fieldname low high
|
||
7 | TY_TS_RANGE_REF_BUF | Protected | See coding | 20130628 | ty_ts_range_ref_buf TYPE SORTED TABLE OF ty_s_range_ref_buf WITH UNIQUE KEY fieldname
|
||
8 | TY_TS_SEL_SUP_KEY | Public | See coding | 20090205 | ty_ts_sel_sup_key type SORTED TABLE OF ty_s_sel_sup_key
with UNIQUE key keystr
|
Method Signatures
Method ADD_RESTRICTION_BY_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | 20091006 | |||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20100111 |
Method ADD_RESTRICTION_BY_KEYS on class CL_USMD_SEL has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20080327 | ||
2 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | Selektionsobjekt | 20080326 | ||
3 | ![]() |
IS_HRY_NODE_CHKEY | Call by reference | Type reference (TYPE) | USMD_SX_HRYN_V_HRYNODE_CHKEY | H. N. + Feldname + Merkmalswerte eines Hierarchieknotens | 20090202 | ||
4 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20080326 | ||
5 | ![]() |
I_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20090205 | ||
6 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Fieldname of the entity type | 20090203 | ||
7 | ![]() |
I_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20100610 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100223 |
Method COPY_P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | Selektionsobjekt | 20080328 |
Method COPY_P on class CL_USMD_SEL has no exception.
Method ELIMINATE_CP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20100215 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20100215 |
Method ELIMINATE_CP on class CL_USMD_SEL has no exception.
Method GET_FPROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_S_FPROP | Value transfer | Object reference (TYPE REF TO) | USMD_S_FPROP | Feldeigenschaften | 20100323 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20100323 |
Method GET_FPROP on class CL_USMD_SEL has no exception.
Method GET_HRY_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_IS_HRY_SEL | Call by reference | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20090203 | ||
2 | ![]() |
ES_HRYNODE_CHKEY | Call by reference | Type reference (TYPE) | USMD_SX_HRYN_V_HRYNODE_CHKEY | H. N. + Feldname + Merkmalswerte eines Hierarchieknotens | 20090203 | ||
3 | ![]() |
E_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090203 |
Method GET_HRY_INFO on class CL_USMD_SEL has no exception.
Method GET_HRY_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | SORTED TABLE | 20100223 | |||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | 20100223 |
Method GET_HRY_KEYS on class CL_USMD_SEL has no exception.
Method GET_MAXINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_DATA | Call by reference | Type reference (TYPE) | DATA | Merkmalswert | 20090618 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090618 |
Method GET_MAXINT on class CL_USMD_SEL has no exception.
Method GET_MAX_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MAX | Call by reference | Type reference (TYPE) | DATA | Merkmalswert | 20090617 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080327 |
Method GET_MAX_VALUE on class CL_USMD_SEL has no exception.
Method GET_MIN_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MIN | Call by reference | Type reference (TYPE) | DATA | Merkmalswert | 20090617 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080327 |
Method GET_MIN_VALUE on class CL_USMD_SEL has no exception.
Method GET_RANGE_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | 20100223 | |||
2 | ![]() |
R_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20100223 |
Method GET_RANGE_REF on class CL_USMD_SEL has no exception.
Method GET_SEL_SUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080327 | ||
2 | ![]() |
RT_SEL | Value transfer | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20080327 |
Method GET_SEL_SUP on class CL_USMD_SEL has no exception.
Method GET_SUP_HRY_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | SORTED TABLE | 20100223 | |||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | 20100223 |
Method GET_SUP_HRY_KEYS on class CL_USMD_SEL has no exception.
Method GET_TRANGE_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | 20100223 | |||
2 | ![]() |
R_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20100223 |
Method GET_TRANGE_REF on class CL_USMD_SEL has no exception.
Method INSERT_INTERVAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20090617 | ||
2 | ![]() |
IS_RANGE | Call by reference | Type reference (TYPE) | DATA | Ranges für Felder | 20090617 |
Method INSERT_INTERVAL on class CL_USMD_SEL has no exception.
Method IS_CONTAINING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | Selektionsobjekt | 20080327 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | Ist enthalten | 20080327 |
Method IS_CONTAINING on class CL_USMD_SEL has no exception.
Method IS_CONTAINING_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RANGE_M | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20080327 | ||
2 | ![]() |
IT_RANGE_O | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20080327 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080327 | ||
4 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20080327 |
Method IS_CONTAINING_RANGE on class CL_USMD_SEL has no exception.
Method IS_CONTAINING_RANGE2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RANGE_O | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20090209 | ||
2 | ![]() |
IT_SEL_SUP | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Restriktion für übergeord. Felder | 20090209 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090209 | ||
4 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20090209 |
Method IS_CONTAINING_RANGE2 on class CL_USMD_SEL has no exception.
Method IS_CONTAINING_RANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | 20100223 | |||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | 20100223 |
Method IS_CONTAINING_RANGES on class CL_USMD_SEL has no exception.
Method IS_CONTAINING_S_CHAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_NO_NORMALIZATION | Call by reference | Type reference (TYPE) | USMD_FLG | SPACE | FIN MDM: Allgemeines Kennzeichen | 20091203 | |
2 | ![]() |
IS_CHAR | Call by reference | Type reference (TYPE) | DATA | 20081211 | |||
3 | ![]() |
RF_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081211 |
Method IS_CONTAINING_S_CHAR on class CL_USMD_SEL has no exception.
Method IS_CONTAINING_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_CONTAINING | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20100610 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20100610 | ||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | DATA | 20100610 |
Method IS_CONTAINING_VALUE on class CL_USMD_SEL has no exception.
Method IS_HRY_IN_HRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | 20100223 | |||
2 | ![]() |
RF_IS | Value transfer | Type reference (TYPE) | USMD_FLG | 20100223 |
Method IS_HRY_IN_HRY on class CL_USMD_SEL has no exception.
Method IS_HRY_IN_RG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | 20100223 | |||
2 | ![]() |
RF_IS | Value transfer | Type reference (TYPE) | USMD_FLG | 20100223 |
Method IS_HRY_IN_RG on class CL_USMD_SEL has no exception.
Method IS_OVERLAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | Selektionsobjekt | 20081127 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081127 |
Method IS_OVERLAPPING on class CL_USMD_SEL has no exception.
Method IS_OVERLAPPING_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RANGE1 | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20081127 | ||
2 | ![]() |
IT_RANGE2 | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20081127 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20081127 | ||
4 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081127 |
Method IS_OVERLAPPING_RANGE on class CL_USMD_SEL has no exception.
Method IS_OVERLAPPING_RANGE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_RANGE_LINE1 | Call by reference | Type reference (TYPE) | DATA | Ranges für Felder | 20081127 | ||
2 | ![]() |
IS_RANGE_LINE2 | Call by reference | Type reference (TYPE) | DATA | Ranges für Felder | 20081127 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | 20100223 | |||
4 | ![]() |
RF_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081127 |
Method IS_OVERLAPPING_RANGE_LINE on class CL_USMD_SEL has no exception.
Method IS_RESTRICTED_TO_SINGLE_VAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080722 | ||
2 | ![]() |
RF_IS | Value transfer | Type reference (TYPE) | USMD_FLG | Ist fixiert | 20080722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100223 |
Method IS_RG_IN_HRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | CL_USMD_SEL | 20100223 | |||
2 | ![]() |
RF_IS | Value transfer | Type reference (TYPE) | USMD_FLG | 20100223 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100223 |
Method NORMALIZE_HRY Signature
Method NORMALIZE_HRY on class CL_USMD_SEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100223 |
Method NORMALIZE_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20090617 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090617 |
Method NORMALIZE_RANGE on class CL_USMD_SEL has no exception.
Method NORMALIZE_RANGESEL Signature
Method NORMALIZE_RANGESEL on class CL_USMD_SEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
allg. Ausnahme | 20090723 |
Method RANGE_TO_SINGLE_VAL_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100223 | |||
2 | ![]() |
IS_RANGE | Call by reference | Type reference (TYPE) | DATA | Ranges für Felder | 20080327 | ||
3 | ![]() |
IT_SEL_SUP | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Übergeordnete Felder | 20080327 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080327 |
Method RANGE_TO_SINGLE_VAL_RANGE on class CL_USMD_SEL has no exception.
Method SEL2FFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | 20100223 | |||
2 | ![]() |
RT_VALUE | Value transfer | Type reference (TYPE) | USMD_TS_VALUE | 20100223 |
Method SEL2FFIX on class CL_USMD_SEL has no exception.
Method SINGLE_VAL_CONTAINED_IN_HRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SEL_SUP | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Restriktion für übergeord. Felder | 20090209 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090209 | ||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | DATA | Ranges-Tabelle für Felder | 20090209 | ||
4 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20090209 |
Method SINGLE_VAL_CONTAINED_IN_HRY on class CL_USMD_SEL has no exception.
Method TRANSFORM2SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_SEL_SUP_KEY | Call by reference | Type reference (TYPE) | TY_TS_SEL_SUP_KEY | 20090205 | |||
2 | ![]() |
ET_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20090205 | ||
3 | ![]() |
IF_NO_NORMALIZATION | Call by reference | Type reference (TYPE) | USMD_FLG | SPACE | FIN MDM: Allgemeines Kennzeichen | 20100218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
allg. Ausnahme | 20090205 |
Method TRANSFORM_TO_BT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Ranges-Tabelle für Felder | 20090617 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20080328 |
Method TRANSFORM_TO_BT on class CL_USMD_SEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 604 |