SAP /ISDFPS/CL_COMP_AUTH_ACT_PERS OO Class - Class for Authorized Personnel Comparison
/ISDFPS/CL_COMP_AUTH_ACT_PERS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /ISDFPS/CL_COMP_AUTH_ACT_PERS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /ISDFPS/CL_COMP_AUTH_ACT_PERS is /ISDFPS/CL_ORG_TREEMethod list of /ISDFPS/CL_COMP_AUTH_ACT_PERS SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| AGREGATE_AUTH_ACT_PERS | Calculates Authorized and Actual Personnel Recursively | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>AGREGATE_AUTH_ACT_PERS...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>CLASS_CONSTRUCTOR...more details | ||
| COMPARE_STATUS | Compares the Status According to Relevance Upon Activation | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>COMPARE_STATUS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>CONSTRUCTOR...more details | ||
| GET_ACT_PERS | Calculates the Actual Personnel for an Org. Unit | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_ACT_PERS...more details | ||
| GET_AUTH_ACT_PERS | Calculates the Authorized and Actual Pers. for an Org. Unit | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_AUTH_ACT_PERS...more details | ||
|
| ||
| GET_AUTH_PERS | Calculates the Authorized Personnel for an Org. Unit | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_AUTH_PERS...more details | ||
| GET_ICONS_FOR_COVERING | Determines Icons for Coverage | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_ICONS_FOR_COVERING...more details | ||
| GET_OP_CONTINGENT_DATA | Reads Operations and Exercise Data for Org. Unit | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_OP_CONTINGENT_DATA...more details | ||
| INTERVAL_COVERING | Calculates Excess of Intervals | Public |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>INTERVAL_COVERING...more details | ||
| IS_RELEVANT_FOR_AUTH_PERS | Checks Whether Position Msut Be Added to Auth. Personnel | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>IS_RELEVANT_FOR_AUTH_PERS...more details | ||
| MERGE_COVERING | Adds Coverages | Protected |
| CALL METHOD /isdfps/cl_comp_auth_act_pers=>MERGE_COVERING...more details | ||
/ISDFPS/CL_COMP_AUTH_ACT_PERS attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_INFOTYPE_1956 | Constant | Info Category | '1956' | LIKE INFOTYP | Private |
| GT_AUTH_ACT_PERS | Instance Attribute | Data Table | LIKE AUTH_ACT_PERS_TAB | Public | |
| GV_BEGDA | Instance Attribute | Valid-From Date | LIKE BEGDA | Private | |
| GV_COUNT_PARTIAL | Instance Attribute | Single-Character Indicator | LIKE FLAG | Private | |
| GV_COVERING_ERROR | Constant | Single-Character Indicator | 'E' | LIKE CHAR1 | Public |
| GV_COVERING_FULL | Constant | Single-Character Indicator | 'G' | LIKE CHAR1 | Public |
| GV_COVERING_INACTIVE | Constant | Single-Character Indicator | 'I' | LIKE CHAR1 | Public |
| GV_COVERING_NONE | Constant | Single-Character Indicator | 'R' | LIKE CHAR1 | Public |
| GV_COVERING_PARTIAL | Constant | Single-Character Indicator | 'Y' | LIKE CHAR1 | Public |
| GV_ENDDA | Instance Attribute | End of Validity Period | LIKE ENDDA | Private | |
| GV_ERROR_TEXT | Static Attribute | Heading | LIKE REPTEXT | Private | |
| GV_LIGHT_GREEN_TEXT | Static Attribute | Heading | LIKE REPTEXT | Private | |
| GV_LIGHT_INACTIVE_TEXT | Static Attribute | Heading | LIKE REPTEXT | Private | |
| GV_LIGHT_RED_TEXT | Static Attribute | Heading | LIKE REPTEXT | Private | |
| GV_LIGHT_YELLOW_TEXT | Static Attribute | Heading | LIKE REPTEXT | Private | |
| GV_PLVAR | Instance Attribute | Plan Version | LIKE PLVAR | Private | |
| GV_SVECT | Instance Attribute | Status Vector | LIKE SVECT | Private | |
| GV_WEGID_FA | Instance Attribute | Evaluation Path | LIKE WEGID | Private | |
| GV_WEGID_ORG | Instance Attribute | LIKE | Private | ||
| GV_WEGID_PERS | Instance Attribute | LIKE | Private | ||
| GV_WEGID_POS | Instance Attribute | LIKE | Private |
/ISDFPS/CL_COMP_AUTH_ACT_PERS types
AUTH_ACT_PERS_STRUC -AUTH_ACT_PERS_TAB -
DATE_INTERVAL -
DATE_INTERVAL_TABLE -
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects