SAP ABAP Class IF_TBA_DCS_UI (Interface for DCS UI)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TBA_DCS_UI_FORWARDS | DCS UI controller for forwards | 20130711 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TBA_DCS_UI_LOF | Implementation DCS UI for Listed Options & Futures | 20120807 |
Properties
| Class | IF_TBA_DCS_UI | |
| Short Description | Interface for DCS UI | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120807 | SAP |
| Last change | 20131127 | 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) |
Interfaces
Class IF_TBA_DCS_UI has no interface implemented.
Friends
Class IF_TBA_DCS_UI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TBA_DCS_LIFECYCLESTATUS | '001' | Data element for DCS Lifecycle | 20120814 | ||
| 2 | Constant | Public | Type reference (TYPE) | TBA_DCS_LIFECYCLESTATUS | '003' | Data element for DCS Lifecycle | 20120814 | ||
| 3 | Constant | Public | Type reference (TYPE) | TBA_DCS_LIFECYCLESTATUS | '002' | Data element for DCS Lifecycle | 20120814 | ||
| 4 | Constant | Public | Type reference (TYPE) | TBA_NODECIMALS | '06' | Default Value for Number of Decimal Places | 20121207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check if dcs basics/headers are changeable (->lifecycle) | 20120914 | |
| 2 | Instance method | Public | Method | Checks consistency of DCS | 20120815 | |
| 3 | Instance method | Public | Method | Create new DCS with basic attributes | 20120829 | |
| 4 | Instance method | Public | Method | Delete the DCS from the database | 20130110 | |
| 5 | Instance method | Public | Method | Get DCS ID if this DCS | 20120809 | |
| 6 | Instance method | Public | Method | Read basic attributes of DCS | 20120808 | |
| 7 | Instance method | Public | Method | Get the display/change mode ( 'X' => display; ' ' => change) | 20120814 | |
| 8 | Instance method | Public | Method | Read user data (created by, changed on, ...) | 20120809 | |
| 9 | Instance method | Public | Method | Initialize Subscreens | 20120807 | |
| 10 | Instance method | Public | Method | Check if delete of DCS is allowed | 20130110 | |
| 11 | Instance method | Public | Method | Check dirty flag | 20120816 | |
| 12 | Instance method | Public | Method | Check if DCS is newly created | 20121114 | |
| 13 | Instance method | Public | Method | Check of release of DCS is allowed | 20120814 | |
| 14 | Instance method | Public | Method | Check of setting DCS to status obsolete is allowed | 20120814 | |
| 15 | Instance method | Public | Method | Check of transport of DCS is allowed | 20120830 | |
| 16 | Instance method | Public | Method | Check if any listed option DCS is based on current DCS | 20130115 | |
| 17 | Instance method | Public | Method | Set the status to released | 20120814 | |
| 18 | Instance method | Public | Method | Store the DCS on the database | 20120814 | |
| 19 | Instance method | Public | Method | Set basic attributes of DCS | 20120814 | |
| 20 | Instance method | Public | Method | Stet the status to obsolete | 20120814 | |
| 21 | Instance method | Public | Method | Toggle between display and change mode | 20120814 | |
| 22 | Instance method | Public | Method | Transport DCS entities | 20120829 |
Events
Class IF_TBA_DCS_UI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_EXCEPTION | Public | See coding | 20120823 | TT_EXCEPTION TYPE TABLE OF REF TO cx_tba_invalid_parameter
|
Method Signatures
Method ARE_DCS_BASICS_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MAINTAINABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120914 |
Method ARE_DCS_BASICS_CHANGEABLE on class IF_TBA_DCS_UI has no exception.
Method CHECK_CONSISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXCEPTION | Call by reference | Type reference (TYPE) | TT_EXCEPTION | 20120823 |
Method CHECK_CONSISTENCY on class IF_TBA_DCS_UI has no exception.
Method CREATE_DCS_BASIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | TBAS_DCS_ATTRIBUTES | DCS Attribute Structure | 20120829 | |||
| 2 | IV_TEXT | Call by reference | Type reference (TYPE) | TBA_DCSID_TXT | Text for derivative contract specification ID | 20120829 | |||
| 3 | IV_VALIDFROM | Call by reference | Type reference (TYPE) | TBA_DCS_VALIDFROM | Derivative Contract Specification: Valid From | 20120830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for missing authorization | 20120829 | ||
| 2 | Exception class for locked objects | 20120829 | ||
| 3 | Exception thrown when input param invalid | 20120829 |
Method DELETE Signature
Method DELETE on class IF_TBA_DCS_UI has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for missing authorization | 20130123 | ||
| 2 | Exception for an invalid/disallowed action | 20130110 | ||
| 3 | Exception class for invalid customizing | 20130110 | ||
| 4 | Exception thrown when input param invalid | 20130110 | ||
| 5 | Exception class for transport | 20130110 |
Method GET_DCSID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DCSID | Value transfer | Type reference (TYPE) | TBA_DCSID | Derivative Contract Specification ID | 20120809 |
Method GET_DCSID on class IF_TBA_DCS_UI has no exception.
Method GET_DCS_BASIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | TBAS_DCS_ATTRIBUTES | DCS Attribute Structure | 20120808 | |||
| 2 | EV_TEXT | Call by reference | Type reference (TYPE) | TBA_DCSID_TXT | DCS text structure | 20120808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception thrown when input param invalid | 20120808 |
Method GET_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DISPLAY_MODE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120814 |
Method GET_DISPLAY_MODE on class IF_TBA_DCS_UI has no exception.
Method GET_USER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_USER_DATA | Value transfer | Type reference (TYPE) | TBAS_USER_DATA | User Data | 20120809 |
Method GET_USER_DATA on class IF_TBA_DCS_UI has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CONFIG | Call by reference | Type reference (TYPE) | TBAS_DCS_UI_CONFIG | DCS UI Configuration | 20120807 | |||
| 2 | IV_DCSID | Call by reference | Type reference (TYPE) | TBA_DCSID | Derivative Contract Specification ID | 20120807 | |||
| 3 | IV_IN_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | Display in Popup | 20130327 | |||
| 4 | IV_NEW_DCS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | New Derivative Contract Specification | 20120828 | ||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | TBA_DCSID_TXT | Derivative Contract Specification Description | 20120831 | |||
| 6 | IV_VALIDFROM | Call by reference | Type reference (TYPE) | TBA_DCS_VALIDFROM | Derivative Contract Specification: Valid From | 20120831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for failed authorization | 20120809 | ||
| 2 | Exception class for locked objects | 20120831 | ||
| 3 | Exception class for invalid customizing | 20120809 | ||
| 4 | Exception thrown when input param invalid | 20120808 |
Method IS_DELETE_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130110 |
Method IS_DELETE_ALLOWED on class IF_TBA_DCS_UI has no exception.
Method IS_DIRTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DIRTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120816 |
Method IS_DIRTY on class IF_TBA_DCS_UI has no exception.
Method IS_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NEW | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121114 |
Method IS_NEW on class IF_TBA_DCS_UI has no exception.
Method IS_RELEASE_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120814 |
Method IS_RELEASE_ALLOWED on class IF_TBA_DCS_UI has no exception.
Method IS_SETOBSOLETE_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120814 |
Method IS_SETOBSOLETE_ALLOWED on class IF_TBA_DCS_UI has no exception.
Method IS_TRANSPORT_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120830 |
Method IS_TRANSPORT_ALLOWED on class IF_TBA_DCS_UI has no exception.
Method IS_USED_AS_UNDERLYING_DCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_USED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130115 |
Method IS_USED_AS_UNDERLYING_DCS on class IF_TBA_DCS_UI has no exception.
Method RELEASE Signature
Method RELEASE on class IF_TBA_DCS_UI has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for missing authorization | 20120814 |
Method SAVE Signature
Method SAVE on class IF_TBA_DCS_UI has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for missing authorization | 20120816 | ||
| 2 | Exception class for invalid customizing | 20120816 | ||
| 3 | Exception thrown when input param invalid | 20120816 | ||
| 4 | Exception class for transport | 20120829 |
Method SET_DCS_BASIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | TBAS_DCS_ATTRIBUTES | DCS Attribute Structure | 20120814 | |||
| 2 | IV_TEXT | Call by reference | Type reference (TYPE) | TBA_DCSID_TXT | Text for derivative contract specification ID | 20120814 |
Method SET_DCS_BASIC_DATA on class IF_TBA_DCS_UI has no exception.
Method SET_OBSOLETE Signature
Method SET_OBSOLETE on class IF_TBA_DCS_UI has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for missing authorization | 20120814 |
Method TOGGLE_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FORCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for missing authorization | 20120814 | ||
| 2 | Exception for set dirty flag | 20120824 | ||
| 3 | Exception class for locked objects | 20120814 | ||
| 4 | Exception for missing authorization | 20120816 | ||
| 5 | Exception class for invalid customizing | 20120814 |
Method TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TASK | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20120830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for transport | 20120829 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |