SAP TC_HRPAD00_ARC_OBJ_UTILITIES OO Class - Test Class Utilities Archiving Objects HCM









TC_HRPAD00_ARC_OBJ_UTILITIES 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 TC_HRPAD00_ARC_OBJ_UTILITIES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of TC_HRPAD00_ARC_OBJ_UTILITIES 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
ADD_ENTRY_ASSIGN_NO_SUBTYFirst Infotype w/o Subtype, Later with Subtype Not PermittedProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>ADD_ENTRY_ASSIGN_NO_SUBTY...more details

ADD_ENTRY_ASSIGN_WITH_SUBTYFirst Infotype with Subtype, Later w/o Subtype Not PermittedProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>ADD_ENTRY_ASSIGN_WITH_SUBTY...more details

AOSUBGRP_FOR_IT_SUBTYAssign Associated Subobject to Combination Infotype/SubtypeProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>AOSUBGRP_FOR_IT_SUBTY...more details

ASSIGNED_INFTY_EXISTSAssigned Infotype ExistsProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>ASSIGNED_INFTY_EXISTS...more details

ASSIGNED_SUBGRP_BELONGS_TO_AOAssigned Archiving Subobject Belongs to Archiving ObjectProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>ASSIGNED_SUBGRP_BELONGS_TO_AO...more details

CHECK_CREATE_OBJECT_IS_PRIVATECheck Whether Instance Creation Is PrivateProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>CHECK_CREATE_OBJECT_IS_PRIVATE...more details

CHECK_OBJECT_IS_SINGLETONCheck Whether Class of Archiving Object Is SingletonProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>CHECK_OBJECT_IS_SINGLETON...more details

INFTY_IS_ASSIGNED_TO_SUBGRPEach Archiving Subobject Is Assigned to Minimum One InfotypeProtected
CALL METHOD tc_hrpad00_arc_obj_utilities=>INFTY_IS_ASSIGNED_TO_SUBGRP...more details

INITInitialization for Call from Method 'Setup of Unit Test'Protected
CALL METHOD tc_hrpad00_arc_obj_utilities=>INIT...more details



TC_HRPAD00_ARC_OBJ_UTILITIES 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
MC_ANY_AO_INFTYConstantInfotype'0629'LIKE
INFTY
Private
MC_ANY_AO_SUBGRPConstantArchiving Subobject'BLUB'LIKE
HRARCH_AO_SUBGRP
Private
MO_CUTInstance AttributeUtilities for Archiving Objects HCMLIKE
CL_HRPAD00_ARC_OBJ_UTILITIES
Protected
MR_EXCEPTIONInstance AttributeLIKE
Private
MT_T77PARCCONFHDRInstance AttributeLIKE
Private


Links to Related Class(s)

TC_HRPAD...
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!