SAP ABAP Class CL_TDMS_WD_CHOOSE_SAPOFFI (Assistance class for CNVTDMS_UI_CHOOSE_SAPOFFI)
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 20101112
Properties
Class CL_TDMS_WD_CHOOSE_SAPOFFI  
Short Description Assistance class for CNVTDMS_UI_CHOOSE_SAPOFFI    
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 20101112   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TDMS_WD_CHOOSE_SAPOFFI has no forward declaration.
Interfaces
Class CL_TDMS_WD_CHOOSE_SAPOFFI has no interface implemented.
Friends
Class CL_TDMS_WD_CHOOSE_SAPOFFI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DELETE_SAP_OFFICETABLES Constant Public Type reference (TYPE) I 2 Standard settings chosen 20101126
2 GC_ACT_CR Constant Public Type reference (TYPE) CNVMBTACTIVITY-ACTIVITY_ID 'TD07P_DROP_SAPOFFICE' Unique id for activites to be executed 20101126
3 GC_CANCEL Constant Public Type reference (TYPE) STRING 'CANCEL' Cancel 20110526
4 GC_DROP Constant Public Type reference (TYPE) I 2 Drop SAP Office Tables 20110508
5 GC_ENABLED Constant Public Type reference (TYPE) BOOLEAN ' ' enable radiobuttons 20101221
6 GC_INVISIBLE Constant Public Type reference (TYPE) NUMC2 01 invisible 20101125
7 GC_NO_DROP Constant Public Type reference (TYPE) I 1 Do not drop SAP Office Tables 20110508
8 GC_PHASE_ID Constant Public Type reference (TYPE) CNVMBTACTIVE-PHASE 'TDBAS_PHASE_PACKAGE_SETTINGS' Phase of the Migration Project 20101126
9 GC_PIFD_INTERFACE_NAME Constant Public Type reference (TYPE) LTR_OBJECT_NAME 'CNV_TDMS_SAP_OFFICE_IF' PIFD Cross Apps Interface 20110519
10 GC_PIFD_PARAM_NAME Constant Public Type reference (TYPE) LTR_OBJECT_NAME 'CNV_TDMS_SAP_OFFICE_ALL' PIFD Parameter for Drop Office 20110519
11 GC_POPUP Constant Public Type reference (TYPE) STRING 'Do you want to save your data?' 'Do you want to save your data?' 20101228
12 GC_READONLY Constant Public Type reference (TYPE) BOOLEAN 'X' read only 20101221
13 GC_SCENARIO_TDMS Constant Public Type reference (TYPE) CNV_MBT_SCENARIO 'TDMS' TDMS 20110519
14 GC_SPACE Constant Public Type reference (TYPE) CHAR1 ' ' ' ' 20101203
15 GC_TEXT01 Instance attribute Public Type reference (TYPE) STRING 'Result of selection: SAPoffice tables are not transferred from the sender system' 'SAP office tables are not transferred from the sender syst' 20101228
16 GC_TEXT02 Instance attribute Public Type reference (TYPE) STRING 'Result of selection: SAPoffice tables are transferred from the sender system' 'SAP office tables are transferred from the sender system' 20101228
17 GC_VISIBLE Constant Public Type reference (TYPE) NUMC2 02 visible 20101125
18 GC_X Constant Public Type reference (TYPE) CHAR1 'X' 'X' 20101203
19 GREF_EC_DROP_OFFICE Instance attribute Public Object reference (TYPE REF TO) CL_TDMS_EC_DROP_OFFICE For CL_TDMS_EC_DROP_OFFICE 20101115
20 GV_CHANGE_FLAG Instance attribute Public Type reference (TYPE) CHAR1 Single-Character Indicator 20110406
21 GV_CHOICE Instance attribute Public Type reference (TYPE) CHAR10 Choice of Selection 20101203
22 GV_DISPLAY_FLAG Instance attribute Public Type reference (TYPE) BOOLEAN Indicates whether confirm settings has ben run 20101125
23 GV_DROP Instance attribute Public Type reference (TYPE) CHAR50 'DROP' 'DROP' 20101206
24 GV_FIRST_TIME Instance attribute Public Type reference (TYPE) BOOLEAN Flag for first time execution 20101115
25 GV_NODROP Instance attribute Public Type reference (TYPE) CHAR50 'NODROP' 'NODROP' 20101206
26 GV_SAVE_MADE Instance attribute Public Type reference (TYPE) BOOLEAN Save made flag 20110604
27 GV_SELECTION Instance attribute Public Type reference (TYPE) CHAR45 Selection of Radiobutton 20101130
28 RETAIN_SAP_OFFICETABLES Constant Public Type reference (TYPE) I 1 Standard settings chosen 20101126
Methods
# Method Level Visibility Method type Description Created on
1 CALL_ACTIVITY_BACKGROUND Instance method Public Method Call activity in background 20110519
2 CANCEL Instance method Public Method Method Cancel 20110104
3 CANCEL_AND_LEAVE Instance method Public Method Returns the final state of the activity 20101130
4 CHECK_CHANGED_DATA Instance method Public Method change in user input after last save 20101123
5 CHECK_ENTRIES Instance method Public Method Check Entries 20101126
6 CHECK_FIRST_EXECUTION Instance method Public Method Check if during first execution, value has been selected 20110603
7 DELETE_ROWS Instance method Public Method Deletes the row 20101123
8 EXIT_ACTIVITY Instance method Public Method Exit activity on Cancel pushbutton 20121029
9 GET_PIFD_PARAMETER_VALUE Instance method Public Method get parameter values from PIFD 20110519
10 GET_RB_STATUS Instance method Public Method Returns the status of the radio button 20101123
11 INIT Instance method Public Method Instantiate the App class 20101115
12 LOAD Instance method Public Method Load 20101115
13 SAVE Instance method Public Method Method Save 20110104
14 SAVE_AND_LEAVE Instance method Public Method save and leave 20101123
15 SAVE_DATA Instance method Public Method saves the data after doing the validations 20101123
16 STATE_FINISH Instance method Public Method Returns the status of the log 20110104
17 UPDATE_CHANGE_FLAG Instance method Public Method Update the status of the change flag 20110406
Events
Class CL_TDMS_WD_CHOOSE_SAPOFFI has no event.
Types
Class CL_TDMS_WD_CHOOSE_SAPOFFI has no local type.
Method Signatures

Method CALL_ACTIVITY_BACKGROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_FLAG Call by reference Type reference (TYPE) BOOLEAN Error occurred 20110519
2 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Activity ID 20110519
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number 20110519
4 Importing IV_PHASE Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase 20110519

Method CALL_ACTIVITY_BACKGROUND on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method CANCEL 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 20110104
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20110104
3 Importing IV_VALUELOW Call by reference Type reference (TYPE) CNVMBTPARAMS-LOW ABAP/4: Selection value (LOW or HIGH value, external format) 20110104

Method CANCEL on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method CANCEL_AND_LEAVE 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 20101130
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING 20101130
3 Importing IV_VALUELOW Call by reference Type reference (TYPE) CNVMBTPARAMS-LOW Table for storing general parameters 20101130

Method CANCEL_AND_LEAVE on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method CHECK_CHANGED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATA_CHANGE Call by reference Type reference (TYPE) C 20101123
2 Exporting EV_VALID Call by reference Type reference (TYPE) C 20101123

Method CHECK_CHANGED_DATA on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method CHECK_ENTRIES 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 20101126
2 Importing IT_OUTTAB Call by reference Type reference (TYPE) CNVTDMS_AP_T_OUT_TAB Out Table 20101126

Method CHECK_ENTRIES on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method CHECK_FIRST_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FLAG Call by reference Type reference (TYPE) BOOLEAN If default selection popup is to be shown to the user 20110603

Method CHECK_FIRST_EXECUTION on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method DELETE_ROWS Signature

Method DELETE_ROWS on class CL_TDMS_WD_CHOOSE_SAPOFFI has no parameter.
Method DELETE_ROWS on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method EXIT_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXCEPTION_MSG Call by reference Type reference (TYPE) STRING 20121029

Method EXIT_ACTIVITY on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method GET_PIFD_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXCEPTION_MSG Call by reference Type reference (TYPE) STRING exception message 20121221
2 Exporting EV_PARAM_VALUE Call by reference Type reference (TYPE) STRING Parameter Value 20110519
3 Exporting EV_VARIANT_EXISTS Call by reference Type reference (TYPE) BOOLEAN If PIFD variant exists 20110519
4 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Activity ID 20110519
5 Importing IV_PACK Call by reference Type reference (TYPE) CNV_MBT_PACKID package information 20110519
6 Importing IV_PHASE Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase 20110519

Method GET_PIFD_PARAMETER_VALUE on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method GET_RB_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHOICE Call by reference Type reference (TYPE) I Single-Character Flag 20110508
2 Exporting EV_SCENARIO Call by reference Type reference (TYPE) CHAR50 Comment 20110508

Method GET_RB_STATUS on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNVMBTACTIVITY-ACTIVITY_ID Unique ID for all activities to be executed 20101115
2 Importing IV_PACK_ID Call by reference Type reference (TYPE) CNVMBTACTIVE-PACKID Package Number to Specify CMIS and TDMS Packages 20101115
3 Importing IV_PHASE Call by reference Type reference (TYPE) CNVMBTACTIVE-PHASE Phase of the Migration Project 20101115

Method INIT on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method LOAD 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 20101115
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20101115

Method LOAD on class CL_TDMS_WD_CHOOSE_SAPOFFI 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 20110104
2 Exporting EV_CHANGE Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20110104
3 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20110104
4 Importing IV_CHOICE Call by reference Type reference (TYPE) CHAR10 Character Field Length = 10 20110104
5 Importing IV_VALUELOW Call by reference Type reference (TYPE) CNVMBTPARAMS-LOW ABAP/4: Selection value (LOW or HIGH value, external format) 20110104

Method SAVE on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method SAVE_AND_LEAVE 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 20101130
2 Exporting EV_CHANGE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20101129
3 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20101123
4 Importing IV_CHOICE Call by reference Type reference (TYPE) CHAR10 Character Field Length = 10 20101123
5 Importing IV_VALUELOW Call by reference Type reference (TYPE) CNVMBTPARAMS-LOW ABAP/4: Selection value(LOW or HIGH value,external format) 20101123

Method SAVE_AND_LEAVE on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method SAVE_DATA 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 20101123
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20101123

Method SAVE_DATA on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method STATE_FINISH 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 20110104
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20110104

Method STATE_FINISH on class CL_TDMS_WD_CHOOSE_SAPOFFI has no exception.

Method UPDATE_CHANGE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_CHANGE Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20110406

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