SAP ABAP Class CL_TDMS_WD_EXCLUDE_HR (Exclude HR Objects from Transfer)
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 20101109
Properties
Class CL_TDMS_WD_EXCLUDE_HR  
Short Description Exclude HR Objects from Transfer    
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 20101109   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TDMS_WD_EXCLUDE_HR has no forward declaration.
Interfaces
Class CL_TDMS_WD_EXCLUDE_HR has no interface implemented.
Friends
Class CL_TDMS_WD_EXCLUDE_HR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ADD_ROW Constant Public Type reference (TYPE) CHAR10 'Add Row' Character Field Length = 10 20110310
2 GC_ALV_SCREEN Constant Public Type reference (TYPE) CHAR10 'ALV' ALV screen 20110127
3 GC_CHECK_ENTRIES Constant Public Type reference (TYPE) STRING 'CHECK_ENTRIES' ALV Button action 20121105
4 GC_DISPLAY_MODE Constant Public Type reference (TYPE) INT1 2 Display Mode 20110106
5 GC_EDIT_MODE Constant Public Type reference (TYPE) INT1 1 Edit Mode - 1 20110106
6 GC_EXCLUDE Constant Public Type reference (TYPE) STRING 'Exclude' Exclude 20110301
7 GC_GREEN_ICON Constant Public Type reference (TYPE) STRING 'WEBICON_LED_GREEN' Icon text 20121105
8 GC_IMPORT Constant Public Type reference (TYPE) STRING 'IMPORT' Button ID 20101118
9 GC_INACTIVE_ICON Constant Public Type reference (TYPE) STRING 'WEBICON_LED_INACTIVE' Icon text 20121105
10 GC_INCLUDE Constant Public Type reference (TYPE) STRING 'Include' Include 20110301
11 GC_INVISIBLE Constant Public Type reference (TYPE) WDUI_VISIBILITY '01' Set Invisible 20110105
12 GC_MODE_EXCL Constant Public Type reference (TYPE) CHAR1 'E' Mode for data transfer 20121105
13 GC_MODE_EXCL_CC Constant Public Type reference (TYPE) CHAR1 'C' Mode for data transfer 20121105
14 GC_MODE_INCL Constant Public Type reference (TYPE) CHAR1 'I' Mode for data transfer 20121105
15 GC_PIFD_INTERFACE_NAME Constant Public Type reference (TYPE) LTR_OBJECT_NAME 'CNV_TDMS_EXCLUDE_HR_IF' LTR Object Name 20110608
16 GC_PIFD_PARAM_NAME Constant Public Type reference (TYPE) LTR_OBJECT_NAME 'CNV_TDMS_HR_TBLS' LTR Object Name 20110608
17 GC_RED_ICON Constant Public Type reference (TYPE) STRING 'WEBICON_LED_RED' Icon text 20121105
18 GC_SCENARIO_TDMS Constant Public Type reference (TYPE) CNV_MBT_SCENARIO 'TDMS' MBT PCL: Scenario 20110608
19 GC_SEL_SCREEN Constant Public Type reference (TYPE) CHAR10 'Selection' Selection Screen 20110106
20 GC_VISIBLE Constant Public Type reference (TYPE) WDUI_VISIBILITY '02' Set Visible 20110105
21 GC_X Constant Public Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20101118
22 GREF_TDMS_EX_HR Instance attribute Public Object reference (TYPE REF TO) CL_TDMS_AP_EXCLUDE_HR Exclude HR 20101110
23 GT_CUSTOM_TABLE Instance attribute Public Type reference (TYPE) CNVTDMS_AP_T_OUT_TAB Out Table 20110607
24 GV_ACTIVE_VIEW Instance attribute Public Type reference (TYPE) CHAR10 Character Field Length = 10 20110106
25 GV_EXCLUDE Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110224
26 GV_FIRST_TIME Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110203
27 GV_HR_TABLE Instance attribute Public Type reference (TYPE) CNVTDMS_AP_T_OUT_TAB HR tables 20101215
28 GV_INCLUDE Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110224
29 GV_SHOW_BACK Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110106
Methods
# Method Level Visibility Method type Description Created on
1 CALL_ACTIVITY_BACKGROUND Instance method Public Method Call activity in background 20110608
2 CANCEL Instance method Public Method Cancel Button is clicked 20110224
3 CHECK_ENTRIES Instance method Public Method Check Entries 20101216
4 CHECK_SAVE Instance method Public Method Check Before Save 20110531
5 EXIT_ACT Instance method Public Method Exit activity on Cancel button (SP04) 20121105
6 GET_CHANGED_OUT_TAB Instance method Public Method Get ALV HR tables 20101215
7 GET_DEFAULT_SELECTION Instance method Public Method Get Default Selection as Exclude 20110531
8 GET_HR_TABLES Instance method Public Method Get HR Tables 20101215
9 GET_OUT_TAB Instance method Public Method Get out table 20110607
10 GET_PIFD_PARAMETER_VALUE Instance method Public Method get parameter values from PIFD 20110608
11 INIT Instance method Public Method Initialize attributes 20101124
12 LOAD Instance method Public Method Load 20110203
13 MAINTAIN_OWN_HR_TABLES Instance method Public Method Maintain Own HR tables 20110127
14 NO_MAINTAIN Instance method Public Method No Tables Maintained 20101124
15 PROCESS_TABLES Instance method Public Method Process Tables for Include/ Exclude Functionality 20101215
16 SAVE_AND_EXIT Instance method Public Method Save and Exit on OK button (SP04) 20121105
17 SAVE_DATA Instance method Public Method Save data 20101217
18 SAVE_USER_TABLE Instance method Public Method Save User Table 20110606
19 SET_DATA Instance method Public Method Set Include/Exclude Parameter 20110127
20 SET_NOT_USE_FLAG Instance method Public Method Set Not Use Flag for HR Tables ( Include ) 20101215
21 STATE_FINISH Instance method Public Method State FInished 20110128
22 STATUS_UPDATE Instance method Public Method Status Update 20110302
23 VALIDATE_ENTRIES Instance method Public Method Validate table entries (SP04) 20121105
Events
Class CL_TDMS_WD_EXCLUDE_HR has no event.
Types
Class CL_TDMS_WD_EXCLUDE_HR 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 Boolean Variable (X=True, -=False, Space=Unknown) 20110608
2 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20110608
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20110608
4 Importing IV_PHASE Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20110608

Method CALL_ACTIVITY_BACKGROUND on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_TDMS_AP_EXCEPTION TDMS Exception Class 20110304
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING 20110224

Method CANCEL on class CL_TDMS_WD_EXCLUDE_HR 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 20101216

Method CHECK_ENTRIES on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method CHECK_SAVE Signature

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

Method CHECK_SAVE on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method EXIT_ACT 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 TDMS Exception Message 20121105

Method EXIT_ACT on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method GET_CHANGED_OUT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGES_OUT_TAB Call by reference Type reference (TYPE) CNVTDMS_AP_T_OUT_TAB Out Table 20101215

Method GET_CHANGED_OUT_TAB on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method GET_DEFAULT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DEFAULT Call by reference Type reference (TYPE) FLAG General Flag 20110531

Method GET_DEFAULT_SELECTION on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method GET_HR_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101215

Method GET_HR_TABLES on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method GET_OUT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OUT_TAB Call by reference Type reference (TYPE) CNVTDMS_AP_T_OUT_TAB Out Table 20110607

Method GET_OUT_TAB on class CL_TDMS_WD_EXCLUDE_HR 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 20121105
2 Exporting EV_PARAM_VALUE Call by reference Type reference (TYPE) STRING 20110608
3 Exporting EV_VALIDATED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110616
4 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20110608
5 Importing IV_PACK Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20110608
6 Importing IV_PHASE Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20110608

Method GET_PIFD_PARAMETER_VALUE on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method INIT Signature

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

Method INIT on class CL_TDMS_WD_EXCLUDE_HR 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 20110203
2 Exporting EV_EXCEPTION_MSG Call by reference Type reference (TYPE) STRING TDMS Exception Message 20121105

Method LOAD on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method MAINTAIN_OWN_HR_TABLES Signature

Method MAINTAIN_OWN_HR_TABLES on class CL_TDMS_WD_EXCLUDE_HR has no parameter.
Method MAINTAIN_OWN_HR_TABLES on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method NO_MAINTAIN 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 20101124

Method NO_MAINTAIN on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method PROCESS_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_TDMS_AP_EXCEPTION TDMS Exception Class 20110225

Method PROCESS_TABLES on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method SAVE_AND_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) CNVTDMS_AP_T_TABLE_LIST Table list 20121105
2 Exporting ET_MSG Call by reference Type reference (TYPE) CNVTDMS_BALMI_T Message log : BALMI 20121105
3 Exporting EV_EXCEPTION_MSG Call by reference Type reference (TYPE) STRING TDMS Exception Message 20121105
4 Importing IM_LIST Call by reference Type reference (TYPE) CNVTDMS_AP_T_TABLE_LIST Table list 20121105
5 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20121105

Method SAVE_AND_EXIT on class CL_TDMS_WD_EXCLUDE_HR 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 20101217
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101217

Method SAVE_DATA on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method SAVE_USER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXCLUDE_TABLES Call by reference Type reference (TYPE) CNVTDMS_AP_T_OUT_TAB Out Table 20110606

Method SAVE_USER_TABLE on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method SET_DATA Signature

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

Method SET_DATA on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method SET_NOT_USE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_TDMS_AP_EXCEPTION TDMS Exception Class 20110225
2 Exporting ET_MSG Call by reference Type reference (TYPE) CNVTDMS_BALMI_T Message log : BALMI 20101215

Method SET_NOT_USE_FLAG on class CL_TDMS_WD_EXCLUDE_HR 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 20110128
2 Exporting EV_EXCP_MSG Call by reference Type reference (TYPE) STRING Exception Message 20110128

Method STATE_FINISH on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method STATUS_UPDATE Signature

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

Method STATUS_UPDATE on class CL_TDMS_WD_EXCLUDE_HR has no exception.

Method VALIDATE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) CNVTDMS_AP_T_TABLE_LIST Table list 20121105
2 Exporting ET_MSG Call by reference Type reference (TYPE) CNVTDMS_BALMI_T Message log : BALMI 20121105
3 Importing IM_LIST Call by reference Type reference (TYPE) CNVTDMS_AP_T_TABLE_LIST Table list 20121105

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