SAP ABAP Class CL_USMD_EDITION (Edition)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD1 (Package) Master Data: Data Modeling
Properties
Class CL_USMD_EDITION  
Short Description Edition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD1   Master Data: Data Modeling 
Created 20080204   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 USMD0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 USMD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_USMD_EDITION has no interface implemented.
Friends
Class CL_USMD_EDITION has no friend class.
Attributes
Class CL_USMD_EDITION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATASLICE_SEL Static method Public Method 20081215
2 GET_EDITIONS Static method Public Method Editions 20080505
3 GET_EDITION_DETAILS Static method Public Method Get edition details 20120511
4 GET_EDITION_STATUS Static method Public Method Returns Status of an Edition 20081021
5 GET_ENTITIES_OF_EDTN_TYPE Static method Public Method 20080507
6 GET_MODEL_OF_EDITION Static method Public Method 20090203
7 IS_DATA_CONTAINED Static method Public Method Checks whether a data slice is contained in an edition(type) 20081215
Events
Class CL_USMD_EDITION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_EDITION Public See coding 20080505 BEGIN OF ty_s_edition, usmd_edition TYPE usmd_edition, usmd_edtn_type TYPE usmd_edition_type, usmd_vdate_from TYPE usmd_edition_vdate, usmd_vdate_to TYPE usmd_edition_vdate, usmd_edtn_status TYPE usmd_edition_status, END OF ty_s_edition
2 TY_S_EDTN_TYPE Public See coding 20080505 BEGIN OF ty_s_edtn_type, usmd_edtn_type TYPE usmd_edition_type, usmd_timebase TYPE usmd_edition_timebase, usmd_periv TYPE periv, END OF ty_s_edtn_type
3 TY_TS_EDITION Public See coding 20080505 ty_ts_edition TYPE SORTED TABLE OF ty_s_edition WITH UNIQUE KEY usmd_edition
4 TY_TS_EDITION_DETAIL Public See coding 20120511 ty_ts_edition_detail TYPE SORTED TABLE OF usmd_s_edition WITH UNIQUE KEY usmd_edition
5 TY_TS_EDTN_TYPE Public See coding 20080505 ty_ts_edtn_type TYPE SORTED TABLE OF ty_s_edtn_type WITH UNIQUE KEY usmd_edtn_type
6 TY_T_INDEX Public See coding 20081215 ty_t_index TYPE STANDARD TABLE OF sytabix
Method Signatures

Method GET_DATASLICE_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081215
2 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20081215
3 Importing I_EDITION_TYPE Call by reference Type reference (TYPE) USMD_EDITION_TYPE Editionstyp 20081215
4 Importing I_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20081215
5 Returning RT_SEL Value transfer Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20081215

Method GET_DATASLICE_SEL on class CL_USMD_EDITION has no exception.

Method GET_EDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EDITION Call by reference Type reference (TYPE) TY_TS_EDITION 20080505
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080711
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20080505
4 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Editionstyp/status etc 20080505

Method GET_EDITIONS on class CL_USMD_EDITION has no exception.

Method GET_EDITION_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EDITION_DETAIL Call by reference Type reference (TYPE) TY_TS_EDITION_DETAIL Edition Details 20120511
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20120511
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDG Data Model for Access from SAP Standard Delivery 20120511
4 Importing IT_EDITION Call by reference Type reference (TYPE) USMD_TS_EDITION Editions 20120511

Method GET_EDITION_DETAILS on class CL_USMD_EDITION has no exception.

Method GET_EDITION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081021
2 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20081021
3 Returning R_STATUS Value transfer Type reference (TYPE) USMD_EDITION_STATUS Status der Edition 20081021

Method GET_EDITION_STATUS on class CL_USMD_EDITION has no exception.

Method GET_ENTITIES_OF_EDTN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY Call by reference Type reference (TYPE) USMD_T_ENTITY Entitätstypen 20080507
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20080507
3 Importing I_EDITION_TYPE Call by reference Type reference (TYPE) USMD_EDITION_TYPE Editionstyp 20080507

Method GET_ENTITIES_OF_EDTN_TYPE on class CL_USMD_EDITION has no exception.

Method GET_MODEL_OF_EDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090203
2 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20090203
3 Returning R_MODEL Value transfer Type reference (TYPE) USMD_MODEL Datenmodell 20090203

Method GET_MODEL_OF_EDITION on class CL_USMD_EDITION has no exception.

Method IS_DATA_CONTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CONTAINED Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20081217
2 Exporting EF_OVERLAPPING Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20081217
3 Exporting ET_NOT_CONTAINED Call by reference Type reference (TYPE) TY_T_INDEX FIN MDM: Allgemeines Kennzeichen 20081215
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081215
5 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20081215
6 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20081215
7 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20081215
8 Importing I_EDITION_TYPE Call by reference Type reference (TYPE) USMD_EDITION_TYPE Editionstyp 20081215
9 Importing I_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20081215

Method IS_DATA_CONTAINED on class CL_USMD_EDITION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604