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 | Static Attribute | Private | Type reference (TYPE) | YT_PERSPECTIVE_LIST | List of All Objects Already Generated | 20041208 | |||
| 2 | Constant | Private | Type reference (TYPE) | CHAR3 | 'CTD' | Screen Area of CATS Approval for Detail View | 20050208 | ||
| 3 | Constant | Private | Type reference (TYPE) | CHAR3 | 'CTS' | Screen Area for CATS Approval for Individual Record View | 20050208 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | YS_ATTRIBUTE_LIST | Attributes of View (Customizing) | 20041209 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RHXSS_CAT_FIELD_SELECTION_T | Field Selection | 20041222 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | RHXSS_CAT_FIELD_SELECTION_T | Field Selection | 20041222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Description of Comparison Values | 20041208 | |
| 2 | Instance method | Public | Method | Description of Consolidation Criteria | 20041208 | |
| 3 | Instance method | Public | Method | Field List for Detail View | 20041208 | |
| 4 | Instance method | Public | Method | List of Fields for Individual Record View | 20041208 | |
| 5 | Static method | Public | Method | Gets an Instance for a PERSPECTIVE_ID | 20041208 | |
| 6 | Instance method | Public | Method | Type of Period/First Day | 20041208 | |
| 7 | Instance method | Private | Method | Reads Texts for Field | 20050222 | |
| 8 | 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 | 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 | 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 | 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 | 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 | EREF_PERSPECTIVE | Value transfer | Object reference (TYPE REF TO) | CL_MSS_CAT_APPR_PERS_C | Einzelne Perspektive | 20041209 | |||
| 2 | IV_PERSPECTIVE_ID | Call by reference | Type reference (TYPE) | MSS_CAT_APPR_PERSPECTIVE | Perspektive der CATS-Konsolidierungsgenehmigung | 20041209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_PERIOD_TYPE | Call by reference | Type reference (TYPE) | HRMSS_CAT_APPR_PERTYPE | Periodentyp für die CATS-Genehmigung | 20041209 | |||
| 2 | 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 | EV_TITLE | Call by reference | Type reference (TYPE) | HRMSS_CAT_APPR_CRIT_LABEL | Spaltenüberschrift des Sammelgenehmigungskriteriums | 20050222 | |||
| 2 | EV_TOOLTIP | Call by reference | Type reference (TYPE) | HRMSS_CAT_APPR_CRIT_TOOLTIP | Tooltip des Konsolidierungskriteriums | 20050222 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20050222 | |||
| 4 | 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 | IV_FIELDSEL | Call by reference | Type reference (TYPE) | PT_FIELD_SELECTION | Feldauswahl | 20041222 | |||
| 2 | IV_SCREENAREA | Call by reference | Type reference (TYPE) | PT_SCREEN_AREA | Bildbereich | 20050208 | |||
| 3 | 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 |