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_TREE

Method 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 NameDescriptionVisability
AGREGATE_AUTH_ACT_PERSCalculates Authorized and Actual Personnel RecursivelyProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>AGREGATE_AUTH_ACT_PERS...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /isdfps/cl_comp_auth_act_pers=>CLASS_CONSTRUCTOR...more details

COMPARE_STATUSCompares the Status According to Relevance Upon ActivationProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>COMPARE_STATUS...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /isdfps/cl_comp_auth_act_pers=>CONSTRUCTOR...more details

GET_ACT_PERSCalculates the Actual Personnel for an Org. UnitProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_ACT_PERS...more details

GET_AUTH_ACT_PERSCalculates the Authorized and Actual Pers. for an Org. UnitProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_AUTH_ACT_PERS...more details

GET_AUTH_PERSCalculates the Authorized Personnel for an Org. UnitProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_AUTH_PERS...more details

GET_ICONS_FOR_COVERINGDetermines Icons for CoverageProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_ICONS_FOR_COVERING...more details

GET_OP_CONTINGENT_DATAReads Operations and Exercise Data for Org. UnitProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>GET_OP_CONTINGENT_DATA...more details

INTERVAL_COVERINGCalculates Excess of IntervalsPublic
CALL METHOD /isdfps/cl_comp_auth_act_pers=>INTERVAL_COVERING...more details

IS_RELEVANT_FOR_AUTH_PERSChecks Whether Position Msut Be Added to Auth. PersonnelProtected
CALL METHOD /isdfps/cl_comp_auth_act_pers=>IS_RELEVANT_FOR_AUTH_PERS...more details

MERGE_COVERINGAdds CoveragesProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_INFOTYPE_1956ConstantInfo Category'1956'LIKE
INFOTYP
Private
GT_AUTH_ACT_PERSInstance AttributeData TableLIKE
AUTH_ACT_PERS_TAB
Public
GV_BEGDAInstance AttributeValid-From DateLIKE
BEGDA
Private
GV_COUNT_PARTIALInstance AttributeSingle-Character IndicatorLIKE
FLAG
Private
GV_COVERING_ERRORConstantSingle-Character Indicator'E'LIKE
CHAR1
Public
GV_COVERING_FULLConstantSingle-Character Indicator'G'LIKE
CHAR1
Public
GV_COVERING_INACTIVEConstantSingle-Character Indicator'I'LIKE
CHAR1
Public
GV_COVERING_NONEConstantSingle-Character Indicator'R'LIKE
CHAR1
Public
GV_COVERING_PARTIALConstantSingle-Character Indicator'Y'LIKE
CHAR1
Public
GV_ENDDAInstance AttributeEnd of Validity PeriodLIKE
ENDDA
Private
GV_ERROR_TEXTStatic AttributeHeadingLIKE
REPTEXT
Private
GV_LIGHT_GREEN_TEXTStatic AttributeHeadingLIKE
REPTEXT
Private
GV_LIGHT_INACTIVE_TEXTStatic AttributeHeadingLIKE
REPTEXT
Private
GV_LIGHT_RED_TEXTStatic AttributeHeadingLIKE
REPTEXT
Private
GV_LIGHT_YELLOW_TEXTStatic AttributeHeadingLIKE
REPTEXT
Private
GV_PLVARInstance AttributePlan VersionLIKE
PLVAR
Private
GV_SVECTInstance AttributeStatus VectorLIKE
SVECT
Private
GV_WEGID_FAInstance AttributeEvaluation PathLIKE
WEGID
Private
GV_WEGID_ORGInstance AttributeLIKE
Private
GV_WEGID_PERSInstance AttributeLIKE
Private
GV_WEGID_POSInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!