SAP ABAP Class CL_TDMS_BPL_WD_CNVMBTRENAME (Assistance Class for ZCNVTDMS_CNVMBT_RENAME)
Hierarchy
☛
DMIS_CNT (Software Component) DMIS_CNT 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_TDMS_WD_UI (Package) TDMS Activity UI's
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20130416 |
Properties
| Class | CL_TDMS_BPL_WD_CNVMBTRENAME | |
| Short Description | Assistance Class for ZCNVTDMS_CNVMBT_RENAME | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_TDMS_WD_UI | TDMS Activity UI's |
| Created | 20130416 | SAP |
| Last change | 20141107 | |
| 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 CL_TDMS_BPL_WD_CNVMBTRENAME has no interface implemented.
Friends
Class CL_TDMS_BPL_WD_CNVMBTRENAME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SYST-MSGNO | '038' | Message Number | 20130517 | ||
| 2 | Constant | Public | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | 'TDBPL_LOGSYS_CONV' | Unique ID for all activities to be executed | 20130419 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'ON_CANCEL' | Action ID for Cancel Pushbutton | 20130416 | ||
| 4 | Constant | Public | Type reference (TYPE) | ICON_D | ICON_ACTIVATE | Icon - Active | 20130416 | ||
| 5 | Constant | Public | Type reference (TYPE) | ICON_D | ICON_DEACTIVATE | Icon - Not Active | 20130416 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'IMPORT' | Button ID | 20130416 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYST-MSGID | 'CNV_TDMS_BPL' | Message Class | 20130517 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'ON_NO_SAVE_BI' | Action ID for No Pushbutton for Save in BI | 20130416 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'ON_NO_INCONS' | Action ID for No on Inconsistency Popup in EC | 20130416 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'ON_OK' | Action ID for Ok Pushbutton | 20130416 | ||
| 11 | Constant | Public | Type reference (TYPE) | BOOLEAN | ' ' | Boolean Variable (X=True, -=False, Space=Unknown) | 20130416 | ||
| 12 | Constant | Public | Type reference (TYPE) | MSGTY | 'W' | Message Type | 20130517 | ||
| 13 | Constant | Public | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20130416 | ||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'ON_YES_SAVE_BI' | Action ID for Yes Pushbutton for Save in BI | 20130416 | ||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'ON_YES_INCONS' | Action ID for Yes on Inconsistency Popup in EC | 20130416 | ||
| 16 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_TDMS_AP_LOGSYS | TDMS Logsys | 20130416 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | CNV_MBT_PNAME | Parameter Name | 20130416 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check if Data Exists | 20130416 | |
| 2 | Instance method | Public | Method | Check for Consistency in ERP | 20130419 | |
| 3 | Instance method | Public | Method | Check the Status of Receiver Client Logical System | 20130419 | |
| 4 | Instance method | Public | Method | Update Protocol and Status | 20130416 | |
| 5 | Instance method | Public | Method | Check if Data Changed | 20130416 | |
| 6 | Instance method | Public | Method | Get API Class Attribute my_sender_logsys | 20130416 | |
| 7 | Instance method | Public | Method | Get Values for Logsys Input Help | 20130419 | |
| 8 | Instance method | Public | Method | Get Values for Receiver RFC Destination Input Help | 20130419 | |
| 9 | Instance method | Public | Method | Get Values for Sender RFC Destination Input Help | 20130419 | |
| 10 | Instance method | Public | Method | Initialize Attributes | 20130416 | |
| 11 | Instance method | Public | Method | Load Data | 20130416 | |
| 12 | Instance method | Public | Method | Save Data | 20130416 | |
| 13 | Instance method | Public | Method | Set Data Changed | 20130419 | |
| 14 | Instance method | Public | Method | Update the ALV Node from API Class Attribute rename_tab | 20130419 | |
| 15 | Instance method | Public | Method | Update API Class Attribute rename_tab | 20130419 |
Events
Class CL_TDMS_BPL_WD_CNVMBTRENAME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_RENAME | Public | See coding | 20130416 | begin of ys_rename,
src_icon type cnvtdms_bi_rename-src_icon,
active type cnvtdms_bi_rename-active,
stext type cnvtdms_bi_rename-stext,
value_old type cnvtdms_bi_rename-value_old,
value_new type cnvtdms_bi_rename-value_new,
value_new_logsys type char10,
icon_text type cnvtdms_bi_rename-icon_text,
readonly type boolean,
active_tooltip type string,
end of ys_rename
|
||
| 2 | YT_RENAME | Public | See coding | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20130416 | YT_RENAME TYPE standard table of ys_rename
|
Method Signatures
Method CHECK_CNVMBTRENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MSG | Call by reference | Type reference (TYPE) | CNVTDMS_BALMI_T | Message log : BALMI | 20130416 | |||
| 2 | EV_DATA_EXIST | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130416 |
Method CHECK_CNVMBTRENAME on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method CHECK_INCONSISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INCONSISTENT | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130419 |
Method CHECK_INCONSISTENCY on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method CHECK_RECEIVER_CLNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RECEIVER_EMPTY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130419 |
Method CHECK_RECEIVER_CLNT on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | CNVTDMS_BALMI_T | Message log : BALMI | 20130416 | |||
| 2 | EV_EXCEPTION | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130416 | |||
| 3 | EV_MSG | Call by reference | Type reference (TYPE) | STRING | Exception Message Text | 20130416 |
Method EXIT on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method GET_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CHANGE | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130416 |
Method GET_DATA_CHANGED on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method GET_MY_SENDER_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MY_SENDER_LOGSYS | Value transfer | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130416 |
Method GET_MY_SENDER_LOGSYS on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method GET_RECEIVER_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RECEIVER_LOGSYS | Value transfer | Type reference (TYPE) | CNVTDMS_EC_LOGSYS | Table type CNV_TDMS_08_RCV_SRC | 20130419 |
Method GET_RECEIVER_LOGSYS on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method GET_RECEIVER_RFCDEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RECEIVER_RFCDEST | Value transfer | Type reference (TYPE) | CNVTDMS_CR_DEST_T | Table type for CNVTDMS_CR_DEST | 20130419 |
Method GET_RECEIVER_RFCDEST on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method GET_SENDER_RFCDEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SENDER_RFCDEST | Value transfer | Type reference (TYPE) | CNVTDMS_CR_DEST_T | Table type for CNVTDMS_CR_DEST | 20130419 |
Method GET_SENDER_RFCDEST on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20130416 | ||||
| 2 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | Unique ID for all activities to be executed | 20130416 | |||
| 3 | IV_PACKID | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PACKID | Package Number to Specify CMIS and TDMS Packages | 20130416 | |||
| 4 | IV_PHASE | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PHASE | Phase of the Migration Project | 20130416 |
Method INIT on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | CNVTDMS_BALMI_T | Message log : BALMI | 20130416 | |||
| 2 | ET_RENAME | Call by reference | Type reference (TYPE) | CNVTDMS_BI_RENAME_T | Table type for CNVTDMS_BI_RENAME | 20130416 | |||
| 3 | EV_EXCEPTION | Call by reference | Type reference (TYPE) | BOOLEAN | Exception Occurred | 20130416 | |||
| 4 | EV_MSG | Call by reference | Type reference (TYPE) | STRING | Exception Message Text | 20130416 |
Method LOAD on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | CNVTDMS_BALMI_T | Message log : BALMI | 20130416 | |||
| 2 | EV_EXCEPTION | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130416 | |||
| 3 | EV_MSG | Call by reference | Type reference (TYPE) | STRING | Exception Messae Text | 20130416 |
Method SAVE on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method SET_DATA_CHANGED Signature
Method SET_DATA_CHANGED on class CL_TDMS_BPL_WD_CNVMBTRENAME has no parameter.
Method SET_DATA_CHANGED on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method UPDATE_RENAME_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XT_RENAME | Call by reference | Type reference (TYPE) | YT_RENAME | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20130419 |
Method UPDATE_RENAME_NODE on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
Method UPDATE_RENAME_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RENAME | Call by reference | Type reference (TYPE) | YT_RENAME | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20130419 |
Method UPDATE_RENAME_TAB on class CL_TDMS_BPL_WD_CNVMBTRENAME has no exception.
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 2011_1_700 |