SAP ABAP Class CL_MSS_CAT_APPR_PERS_C (Individual View)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   CA-TS (Application Component) Time Sheet
     PAOC_CATS_APPR_CUSTOMIZING (Package) CATS Consolidation Approval: Customizing
Properties
Class CL_MSS_CAT_APPR_PERS_C  
Short Description Individual View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_CATS_APPR_CUSTOMIZING   CATS Consolidation Approval: Customizing 
Created 20041208   SAP 
Last change 20050109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MSS_CAT_APPR_PERS_C has no forward declaration.
Interfaces
Class CL_MSS_CAT_APPR_PERS_C has no interface implemented.
Friends
Class CL_MSS_CAT_APPR_PERS_C has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_PERSPECTIVE_LIST Static Attribute Private Type reference (TYPE) YT_PERSPECTIVE_LIST List of All Objects Already Generated 20041208
2 GC_CATS_SCREEN_AREA_DETAIL Constant Private Type reference (TYPE) CHAR3 'CTD' Screen Area of CATS Approval for Detail View 20050208
3 GC_CATS_SCREEN_AREA_SINGLE Constant Private Type reference (TYPE) CHAR3 'CTS' Screen Area for CATS Approval for Individual Record View 20050208
4 GS_ATTRIBUTES Instance attribute Private Type reference (TYPE) YS_ATTRIBUTE_LIST Attributes of View (Customizing) 20041209
5 GT_FIELDSELECTION_DETAIL Instance attribute Private Type reference (TYPE) RHXSS_CAT_FIELD_SELECTION_T Field Selection 20041222
6 GT_FIELDSELECTION_SINGLE Instance attribute Private Type reference (TYPE) RHXSS_CAT_FIELD_SELECTION_T Field Selection 20041222
Methods
# Method Level Visibility Method type Description Created on
1 GET_COMPARISON_INFO Instance method Public Method Description of Comparison Values 20041208
2 GET_CONSOLIDATION_INFO Instance method Public Method Description of Consolidation Criteria 20041208
3 GET_FIELDLIST_DETAIL Instance method Public Method Field List for Detail View 20041208
4 GET_FIELDLIST_SINGLE Instance method Public Method List of Fields for Individual Record View 20041208
5 GET_INSTANCE Static method Public Method Gets an Instance for a PERSPECTIVE_ID 20041208
6 GET_PERIOD_INFO Instance method Public Method Type of Period/First Day 20041208
7 READ_FIELDINFO Instance method Private Method Reads Texts for Field 20050222
8 READ_FIELDSELECTION Instance method Private Method Reads and Returns a Field Selection 20041222
Events
Class CL_MSS_CAT_APPR_PERS_C has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ATTRIBUTE_LIST Private See coding 20041209 BEGIN OF ys_attribute_list, perspective_id TYPE mss_cat_appr_perspective, period_type TYPE hrmss_cat_appr_pertype, start_day TYPE hrmss_cat_appr_first_day, cons_field1 TYPE hrmss_cat_appr_crit_name, cons_text1 TYPE hrmss_cat_appr_crit_label, cons_tooltip1 TYPE hrmss_cat_appr_crit_tooltip, cons_descr1 TYPE hrmss_cats_appr_crit_descr_col, cons_field2 TYPE hrmss_cat_appr_crit_name, cons_text2 TYPE hrmss_cat_appr_crit_label, cons_tooltip2 TYPE hrmss_cat_appr_crit_tooltip, cons_descr2 TYPE hrmss_cats_appr_crit_descr_col, cons_field3 TYPE hrmss_cat_appr_crit_name, cons_text3 TYPE hrmss_cat_appr_crit_label, cons_tooltip3 TYPE hrmss_cat_appr_crit_tooltip, cons_descr3 TYPE hrmss_cats_appr_crit_descr_col, comp_text1 TYPE hrmss_cat_appr_crit_label, comp_tooltip1 TYPE hrmss_cat_appr_crit_tooltip, comp_text2 TYPE hrmss_cat_appr_crit_label, comp_tooltip2 TYPE hrmss_cat_appr_crit_tooltip, fieldsel_detail TYPE hrmss_cat_appr_fieldsel, fieldsel_single TYPE hrmss_cat_appr_fieldsel, END OF ys_attribute_list
2 YS_PERSPECTIVE_LIST Private See coding 20041209 BEGIN OF ys_perspective_list, id TYPE mss_cat_appr_perspective, ref_to_persp TYPE REF TO cl_mss_cat_appr_pers_c, END OF ys_perspective_list
3 YT_PERSPECTIVE_LIST Private See coding 20041208 yt_perspective_list TYPE TABLE OF ys_perspective_list
Method Signatures

Method GET_COMPARISON_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_COMP_CRIT Call by reference Type reference (TYPE) HRMSS_CAT_APPR_COMPRATIVE_VALS CATS-Genehmigung: Layout Vergleichswerte 20041209

Method GET_COMPARISON_INFO on class CL_MSS_CAT_APPR_PERS_C has no exception.

Method GET_CONSOLIDATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONS_CRIT Call by reference Type reference (TYPE) HRMSS_CAT_APPR_COMPRATIVE_CRIT Konsolidierungskriterien 20041209

Method GET_CONSOLIDATION_INFO on class CL_MSS_CAT_APPR_PERS_C has no exception.

Method GET_FIELDLIST_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDLIST Value transfer Type reference (TYPE) RHXSS_CAT_FIELD_SELECTION_T Feldauswahl 20041222

Method GET_FIELDLIST_DETAIL on class CL_MSS_CAT_APPR_PERS_C has no exception.

Method GET_FIELDLIST_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDLIST Value transfer Type reference (TYPE) RHXSS_CAT_FIELD_SELECTION_T Feldauswahl 20041222

Method GET_FIELDLIST_SINGLE on class CL_MSS_CAT_APPR_PERS_C has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EREF_PERSPECTIVE Value transfer Object reference (TYPE REF TO) CL_MSS_CAT_APPR_PERS_C Einzelne Perspektive 20041209
2 Importing IV_PERSPECTIVE_ID Call by reference Type reference (TYPE) MSS_CAT_APPR_PERSPECTIVE Perspektive der CATS-Konsolidierungsgenehmigung 20041209
# Exception Resumable Description Created on
1 PERSPECTIVE_NOT_FOUND Es wurde kein Eintrag zur PERSPECTIVE_ID gefunden 20041209

Method GET_PERIOD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PERIOD_TYPE Call by reference Type reference (TYPE) HRMSS_CAT_APPR_PERTYPE Periodentyp für die CATS-Genehmigung 20041209
2 Exporting EV_FIRST_DAY Call by reference Type reference (TYPE) HRMSS_CAT_APPR_FIRST_DAY CATS-Genehmigung: erster Tag der Periode 20041209

Method GET_PERIOD_INFO on class CL_MSS_CAT_APPR_PERS_C has no exception.

Method READ_FIELDINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing EV_TITLE Call by reference Type reference (TYPE) HRMSS_CAT_APPR_CRIT_LABEL Spaltenüberschrift des Sammelgenehmigungskriteriums 20050222
2 Changing EV_TOOLTIP Call by reference Type reference (TYPE) HRMSS_CAT_APPR_CRIT_TOOLTIP Tooltip des Konsolidierungskriteriums 20050222
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20050222
4 Importing IV_TABNAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20050222

Method READ_FIELDINFO on class CL_MSS_CAT_APPR_PERS_C has no exception.

Method READ_FIELDSELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDSEL Call by reference Type reference (TYPE) PT_FIELD_SELECTION Feldauswahl 20041222
2 Importing IV_SCREENAREA Call by reference Type reference (TYPE) PT_SCREEN_AREA Bildbereich 20050208
3 Exporting RT_FIELDLIST Call by reference Type reference (TYPE) RHXSS_CAT_FIELD_SELECTION_T Feldauswahl 20041222

Method READ_FIELDSELECTION on class CL_MSS_CAT_APPR_PERS_C has no exception.
History
Last changed by/on SAP  20050109 
SAP Release Created in 600