SAP ABAP Class CL_USMD_TARGET_SYSTEMS (Target Systems)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD2_MAIN (Package) Main objects of generic MDG UIs
⤷
⤷
Properties
| Class | CL_USMD_TARGET_SYSTEMS | |
| Short Description | Target Systems | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD2_MAIN | Main objects of generic MDG UIs |
| Created | 20100824 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_TARGET_SYSTEMS has no forward declaration.
Interfaces
Class CL_USMD_TARGET_SYSTEMS has no interface implemented.
Friends
Class CL_USMD_TARGET_SYSTEMS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20100826 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | USMD_FLG | 'X': Data was changed in MDG Buffer; ' ': Data not changed | 20110525 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Display Mode | 20100826 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Update a table of target systems | 20100906 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDG Data Model for Access from SAP Standard Delivery | 20100826 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | USMD_CREQUEST_TYPE | Type of Change Request | 20101006 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_USMD_TARGET_SYSTEMS | Read Systems | 20100826 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100826 | ||
| 2 | Instance method | Public | Method | Get table of all target sys that can be assigned to given CR | 20101007 | |
| 3 | Instance method | Public | Method | Get Change Request ID | 20100826 | |
| 4 | Instance method | Public | Method | Get Display Mode | 20100826 | |
| 5 | Static method | Public | Method | 20100826 | ||
| 6 | Instance method | Public | Method | Get MDG Data Model | 20100826 | |
| 7 | Instance method | Public | Method | Get the Table of Target Systems | 20100923 | |
| 8 | Instance method | Public | Method | Checks whether data was changed in MDG buffer | 20110525 | |
| 9 | Instance method | Public | Method | Does the table of target systems have to be reloaded? | 20100906 | |
| 10 | Instance method | Public | Method | Save the target systems configuration | 20100923 | |
| 11 | Instance method | Public | Method | Set Change Request ID | 20100826 | |
| 12 | Instance method | Public | Method | Set Change Request Type | 20101007 | |
| 13 | Instance method | Public | Method | Set Dirty Flag | 20110525 | |
| 14 | Instance method | Public | Method | Set Display Mode | 20100826 |
Events
Class CL_USMD_TARGET_SYSTEMS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_APPL_SYSTEM_FLAT | Public | See coding | 20101117 | tt_appl_system_flat TYPE STANDARD TABLE OF ty_appl_system_flat INITIAL SIZE 0
|
||
| 2 | TT_TARGET_SYSTEM | Public | See coding | 20100830 | tt_target_system TYPE SORTED TABLE OF ty_target_system
WITH UNIQUE KEY usmd_crequest usmd_logsys
|
||
| 3 | TY_APPL_SYSTEM_FLAT | Public | See coding | 20101117 | BEGIN OF ty_appl_system_flat,
appl TYPE drf_appl,
outb_impl TYPE drf_outb_impl,
business_system TYPE mdg_business_system,
END OF ty_appl_system_flat
|
||
| 4 | TY_TARGET_SYSTEM | Public | Type reference (TYPE) | USMD1240 | 20100830 | |
Method Signatures
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 | 20101007 |
Method CONSTRUCTOR on class CL_USMD_TARGET_SYSTEMS has no exception.
Method GET_ALL_TARGET_SYSTEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_APPL_SYS_ALL | Call by reference | Type reference (TYPE) | TT_APPL_SYSTEM_FLAT | 20101007 |
Method GET_ALL_TARGET_SYSTEMS on class CL_USMD_TARGET_SYSTEMS has no exception.
Method GET_CR_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CR_ID | Value transfer | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20100826 |
Method GET_CR_ID on class CL_USMD_TARGET_SYSTEMS has no exception.
Method GET_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_MODE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100826 |
Method GET_DISPLAY_MODE on class CL_USMD_TARGET_SYSTEMS has no exception.
Method GET_INSTANCE 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 | 20101007 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_USMD_TARGET_SYSTEMS | Target systems | 20100826 |
Method GET_INSTANCE on class CL_USMD_TARGET_SYSTEMS has no exception.
Method GET_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20100826 |
Method GET_MODEL on class CL_USMD_TARGET_SYSTEMS has no exception.
Method GET_TARGET_SYSTEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TARGET_SYSTEM | Call by reference | Type reference (TYPE) | TT_TARGET_SYSTEM | 20100923 |
Method GET_TARGET_SYSTEMS on class CL_USMD_TARGET_SYSTEMS has no exception.
Method IS_DIRTY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_DIRTY | Value transfer | Type reference (TYPE) | USMD_FLG | 'X': Data was changed in MDG Buffer, ' ': Data not changed | 20110525 |
Method IS_DIRTY_DATA on class CL_USMD_TARGET_SYSTEMS has no exception.
Method RELOAD_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_RELOAD_TABLE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100906 |
Method RELOAD_TABLE on class CL_USMD_TARGET_SYSTEMS has no exception.
Method SAVE_TARGET_SYSTEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TARGET_SYSTEM | Call by reference | Type reference (TYPE) | TT_TARGET_SYSTEM | 20100923 |
Method SAVE_TARGET_SYSTEMS on class CL_USMD_TARGET_SYSTEMS has no exception.
Method SET_CR_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CR_ID | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20100826 |
Method SET_CR_ID on class CL_USMD_TARGET_SYSTEMS has no exception.
Method SET_CR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20101007 |
Method SET_CR_TYPE on class CL_USMD_TARGET_SYSTEMS has no exception.
Method SET_DIRTY_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DIRTY_FLAG | Call by reference | Type reference (TYPE) | USMD_FLG | 'X': Data was changed in MDG Buffer, ' ': Data not changed | 20110525 |
Method SET_DIRTY_FLAG on class CL_USMD_TARGET_SYSTEMS has no exception.
Method SET_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Display mode | 20100826 |
Method SET_DISPLAY_MODE on class CL_USMD_TARGET_SYSTEMS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |