SAP ABAP Class CL_TDMS_WD_IS_BANK_SEL_CR (Assistance Class for CNVTDMS_UI_IS_BANK_SEL_CR)
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 20110915
Properties
Class CL_TDMS_WD_IS_BANK_SEL_CR  
Short Description Assistance Class for CNVTDMS_UI_IS_BANK_SEL_CR    
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 20110915   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_TDMS_WD_IS_BANK_SEL_CR has no interface implemented.
Friends
Class CL_TDMS_WD_IS_BANK_SEL_CR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BACK Constant Public Type reference (TYPE) STRING 'BACK' Action ID 20111013
2 GC_BP Constant Public Type reference (TYPE) STRING 'CNVTDMS_05_PART' ID for Business Partners 20110915
3 GC_CANCEL Constant Public Type reference (TYPE) STRING 'CANCEL' Action ID 20111013
4 GC_CLOSE Constant Public Type reference (TYPE) STRING 'CLOSE' Action ID 20120918
5 GC_DISPLAY Constant Public Type reference (TYPE) STRING 'DISPLAY' Action ID 20111013
6 GC_EA Constant Public Type reference (TYPE) STRING 'CNVTDMS_05_CHAR35' ID for External Accounts 20110915
7 GC_EDIT Constant Public Type reference (TYPE) STRING 'EDIT' Action ID 20111013
8 GC_IMPORT Constant Public Type reference (TYPE) STRING 'IMPORT' Action ID 20111013
9 GC_INVISIBLE Constant Public Type reference (TYPE) NUMC2 01 Invisble 20110919
10 GC_MC Constant Public Type reference (TYPE) STRING 'CNVTDMS_05_CHAR20' ID for Master Contracts 20110915
11 GC_OK Constant Public Type reference (TYPE) BALMI-MSGTY 'U' Message Type 20111013
12 GC_SAVE Constant Public Type reference (TYPE) STRING 'SAVE' Action ID 20111013
13 GC_SAVE_CLOSE Constant Public Type reference (TYPE) STRING 'SAVE AND CLOSE' Action ID 20120918
14 GC_SPACE Constant Public Type reference (TYPE) CHAR1 ' ' ABAP_FALSE 20111004
15 GC_VISIBLE Constant Public Type reference (TYPE) NUMC2 02 Visible 20110919
16 GC_X Constant Public Type reference (TYPE) CHAR1 'X' ABAP_TRUE 20111003
17 GREF_PROCESS_STEP Instance attribute Public Object reference (TYPE REF TO) CL_CNV_MBT_PROCESS_STEP Reference to current Process Step 20120221
18 GREF_TDMS_IS_SEL_CRITERIA Instance attribute Public Object reference (TYPE REF TO) CL_TDMS_IS_TI_CO_BCA_SELEC Application Class for IS Banking 20110919
Methods
# Method Level Visibility Method type Description Created on
1 EXIT Instance method Public Method Exit Application 20110919
2 GET_SELECTION_SCREEN_VALUES Instance method Public Method Get Selection Screen Values 20120221
3 INIT Instance method Public Method Initialize Attributes 20111003
4 INIT_PROCESS_STEP Instance method Public Method Initialize Process Step 20120221
5 SAVE Instance method Public Method Save 20110919
Events
Class CL_TDMS_WD_IS_BANK_SEL_CR has no event.
Types
Class CL_TDMS_WD_IS_BANK_SEL_CR has no local type.
Method Signatures

Method EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) CNVTDMS_BALMI_T Message log : BALMI 20110919
2 Exporting EV_EXCEPTION Call by reference Type reference (TYPE) BOOLEAN Exception Message 20111004
3 Exporting EV_MSG Call by reference Type reference (TYPE) STRING 20121003

Method EXIT on class CL_TDMS_WD_IS_BANK_SEL_CR has no exception.

Method GET_SELECTION_SCREEN_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_PCL_PARAMETERS Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20120221
2 Returning RT_PARAMETERS Value transfer Type reference (TYPE) RSPARAMS_TT rsparams Table 20120221

Method GET_SELECTION_SCREEN_VALUES on class CL_TDMS_WD_IS_BANK_SEL_CR has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111003
2 Exporting EV_MSG Call by reference Type reference (TYPE) STRING 20111003
3 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20111003
4 Importing IV_PACK_ID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20111003
5 Importing IV_PHASE Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20111003

Method INIT on class CL_TDMS_WD_IS_BANK_SEL_CR has no exception.

Method INIT_PROCESS_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_EXCP Call by reference Object reference (TYPE REF TO) CX_CNV_MBT_PROCESS_DEFINITION Exceptions related to Process Definition 20120221
2 Importing IS_STEP_DATA Call by reference Type reference (TYPE) CNVMBTPROCTREE_STR Process Tree (IMG, Activity/T, State combined) 20120221
3 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20120221
4 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20120221
5 Importing IV_PHASE_ID Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20120221

Method INIT_PROCESS_STEP on class CL_TDMS_WD_IS_BANK_SEL_CR has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) CNVTDMS_BALMI_T Message log : BALMI 20110919
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20110919
3 Changing IT_BUSINESS_PARTNER Call by reference Type reference (TYPE) RSPARAMS_TT Business Partners 20111013
4 Changing IT_EXTERNAL_ACC Call by reference Type reference (TYPE) RSPARAMS_TT External Accounts 20111013
5 Changing IT_MASTER_CONTRACTS Call by reference Type reference (TYPE) RSPARAMS_TT Master Contracts 20111013
6 Importing IV_PORE Call by reference Type reference (TYPE) CNVTDMS_PORE Portion Read 20120221
7 Importing IV_VALD Call by reference Type reference (TYPE) C 20120221

Method SAVE on class CL_TDMS_WD_IS_BANK_SEL_CR has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 2006_1_700