SAP ABAP Class CL_USMD_PP_CHANGE_DOCUMENT_UI (Show Details of Change Document on UI)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD1 (Package) Master Data: Data Modeling
⤷
⤷
Properties
| Class | CL_USMD_PP_CHANGE_DOCUMENT_UI | |
| Short Description | Show Details of Change Document on UI | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD1 | Master Data: Data Modeling |
| Created | 20091008 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_PP_CHANGE_DOCUMENT_UI has no forward declaration.
Interfaces
Class CL_USMD_PP_CHANGE_DOCUMENT_UI has no interface implemented.
Friends
Class CL_USMD_PP_CHANGE_DOCUMENT_UI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | C | '1' | 20100105 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CDHDR_TAB | Change Document Header | 20091113 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CDPOS_TAB | Internal Table for CDPOS | 20091014 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CDSOLMIG_DD_TAB | Table Type for CDSOLMIG_DD | 20130822 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | T_ENTITY_CD_REL | 20091215 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | USMD_ATTRIBUTE | Attribute | 20091217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20091008 | ||
| 2 | Instance method | Public | Method | 20091008 | ||
| 3 | Static method | Public | Method | 20111109 | ||
| 4 | Static method | Public | Method | 20111109 |
Events
Class CL_USMD_PP_CHANGE_DOCUMENT_UI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DOCUMENT_HEADER | Public | See coding | 20091013 | BEGIN OF s_document_header,
change_request TYPE usmd_crequest,
edition TYPE usmd_edition,
changed_by TYPE xubname,
changed_at TYPE sycdate,
changed_on TYPE sytime,
document_number TYPE cdchangenr,
wdy_application TYPE sytcode,
objectcl type CDOBJECTCL, "1868775
objectid type CDOBJECTV, "1868775
END OF s_document_header
|
||
| 2 | S_ENTITY_CD_REL | Public | See coding | 20091215 | BEGIN OF s_entity_cd_rel,
entity TYPE usmd_entity,
object_id TYPE cdobjectv,
object_class TYPE cdobjectcl,
END OF s_entity_cd_rel
|
||
| 3 | TTY_USMD_PP_CD | Public | See coding | 20091014 | tty_usmd_pp_cd TYPE STANDARD TABLE OF usmd_pp_cd
|
||
| 4 | T_CHANGE_REQUEST | Public | See coding | 20091012 | t_change_request TYPE SORTED TABLE
OF usmd_crequest
WITH UNIQUE KEY table_line
|
||
| 5 | T_DOCUMENT_HEADER | Public | See coding | 20091013 | t_document_header TYPE SORTED TABLE
OF s_document_header
|
||
| 6 | T_ENTITY_CD_REL | Public | See coding | 20091215 | t_entity_cd_rel TYPE STANDARD TABLE OF s_entity_cd_rel
|
||
| 7 | T_R_UNAME | Public | See coding | 20091013 | t_r_uname TYPE RANGE OF syuname
|
Method Signatures
Method READ_DOCUMENT_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DOCUMENT_HEADER | Call by reference | Type reference (TYPE) | T_DOCUMENT_HEADER | 20091013 | ||||
| 2 | ET_DOCUMENT_HEADER_PP | Call by reference | Type reference (TYPE) | T_DOCUMENT_HEADER | Change documents that are created directly in pp | 20091117 | |||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20100105 | |||
| 4 | EV_CD_TZONE | Call by reference | Type reference (TYPE) | TZNZONE | Zeitzone | 20111109 | |||
| 5 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Data Model for Access from SAP Standard | 20091012 | |||
| 6 | IT_CREQUEST | Call by reference | Type reference (TYPE) | T_CHANGE_REQUEST | 20091012 | ||||
| 7 | IT_ENTITY_VALUE | Call by reference | Type reference (TYPE) | USMD_T_VALUE | 20091012 | ||||
| 8 | IT_UNAME_PP | Call by reference | Type reference (TYPE) | T_R_UNAME | 20091013 | ||||
| 9 | I_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Financial MDM: Field Name | 20091012 | |||
| 10 | I_DATE_FROM | Call by reference | Type reference (TYPE) | SYDATE | Date data element for SYST | 20091012 | |||
| 11 | I_DATE_TO | Call by reference | Type reference (TYPE) | SYDATE | Date data element for SYST | 20091012 | |||
| 12 | I_EDITION_REFERENCE | Call by reference | Type reference (TYPE) | USMD_EDITION | 20091012 | ||||
| 13 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091012 | |||
| 14 | I_REC_NUM | Call by reference | Type reference (TYPE) | INT4 | Number of records to be restricted | 20100521 | |||
| 15 | I_TIME_FROM | Call by reference | Type reference (TYPE) | SYTIME | TIME Data Element for SYST | 20091012 | |||
| 16 | I_TIME_TO | Call by reference | Type reference (TYPE) | SYTIME | TIME Data Element for SYST | 20091012 |
Method READ_DOCUMENT_HEADER on class CL_USMD_PP_CHANGE_DOCUMENT_UI has no exception.
Method READ_DOCUMENT_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHANGED_DETAIL | Call by reference | Type reference (TYPE) | USMD_TH_CHANGE_DOCUMENT_CHANGE | 20091014 | ||||
| 2 | ET_CHANGED_VALUE | Call by reference | Type reference (TYPE) | USMD_TS_CHANGE_DOCUMENT_VALUE | 20091014 | ||||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20091014 | |||
| 4 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Data Model for Access from SAP Standard | 20091014 | |||
| 5 | IS_DOCUMENT_HEADER | Call by reference | Type reference (TYPE) | S_DOCUMENT_HEADER | 20091014 | ||||
| 6 | IT_ENTITY_VALUE | Call by reference | Type reference (TYPE) | USMD_T_VALUE | 20091014 | ||||
| 7 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091014 |
Method READ_DOCUMENT_LINES on class CL_USMD_PP_CHANGE_DOCUMENT_UI has no exception.
Method TZONE2ZONLO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_DATE | Call by reference | Type reference (TYPE) | SYDATE | Datum-Datenelement fuer SYST | 20111109 | |||
| 2 | CV_TIME | Call by reference | Type reference (TYPE) | SYTIME | TIME-Datenelement fuer SYST | 20111109 | |||
| 3 | IV_TZONE | Call by reference | Type reference (TYPE) | TZNZONE | Zeitzone | 20111109 |
Method TZONE2ZONLO on class CL_USMD_PP_CHANGE_DOCUMENT_UI has no exception.
Method ZONLO2TZONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_DATE | Call by reference | Type reference (TYPE) | SYDATE | Datum-Datenelement fuer SYST | 20111109 | |||
| 2 | CV_TIME | Call by reference | Type reference (TYPE) | SYTIME | TIME-Datenelement fuer SYST | 20111109 | |||
| 3 | IV_TZONE | Call by reference | Type reference (TYPE) | TZNZONE | Zeitzone | 20111109 |
Method ZONLO2TZONE on class CL_USMD_PP_CHANGE_DOCUMENT_UI has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 702 |