SAP CTS_DEPENDENCIES_UTILS OO Class - a helper class providing defferent dependency-related utils









CTS_DEPENDENCIES_UTILS 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 CTS_DEPENDENCIES_UTILS 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 CTS_DEPENDENCIES_UTILS 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_BAD_OBJadd bad objectsPrivate
CALL METHOD cts_dependencies_utils=>ADD_BAD_OBJ...more details

CALC_NONABAPOBJS_DEPENDENCIEScalculates non-abap object overlappingsPublic
CALL METHOD cts_dependencies_utils=>CALC_NONABAPOBJS_DEPENDENCIES...more details

COMPARE_QUEUE_STATESchecks if the previosly calculated overlaps are still validPublic
CALL METHOD cts_dependencies_utils=>COMPARE_QUEUE_STATES...more details

CONTAINS_REQ_NONABAP_OBJchecks if the request contains non-abap objectsPublic
CALL METHOD cts_dependencies_utils=>CONTAINS_REQ_NONABAP_OBJ...more details

FIND_DOWNGRADESfind downgratding objectsPublic
CALL METHOD cts_dependencies_utils=>FIND_DOWNGRADES...more details

FIND_OVERLAP_TABLE_KEYS_FOR_LOfinds overlapping table keys for log objectsPrivate
CALL METHOD cts_dependencies_utils=>FIND_OVERLAP_TABLE_KEYS_FOR_LO...more details

GET_KEYS_FOR_LOG_OBJretuns table keys for the clien dependent logical objectPublic
CALL METHOD cts_dependencies_utils=>GET_KEYS_FOR_LOG_OBJ...more details

GET_LOWEST_OVERLAPSreturns overlapping objects of hierarchically lowest levelPublic
CALL METHOD cts_dependencies_utils=>GET_LOWEST_OVERLAPS...more details

GET_LOWEST_TABLE_KEYreturns lowest (child) table key for the specified onesPrivate
CALL METHOD cts_dependencies_utils=>GET_LOWEST_TABLE_KEY...more details

GET_REQ_DEPENDENCIESreturns already calculated dependencies for the requestProtected
CALL METHOD cts_dependencies_utils=>GET_REQ_DEPENDENCIES...more details

IS_LOGICAL_CLIENT_OBJchecks if the object is client dependent logical objectPublic
CALL METHOD cts_dependencies_utils=>IS_LOGICAL_CLIENT_OBJ...more details

IS_SYS_NONABAP_ONLYchecks if the system is non-ABAP onlyPublic
CALL METHOD cts_dependencies_utils=>IS_SYS_NONABAP_ONLY...more details

PUT_OBJECTadds an object to the resulting tablePublic
CALL METHOD cts_dependencies_utils=>PUT_OBJECT...more details

READ_IMPORT_LOGSreads the import logsPublic
CALL METHOD cts_dependencies_utils=>READ_IMPORT_LOGS...more details

READ_REQread request detailsPublic
CALL METHOD cts_dependencies_utils=>READ_REQ...more details

READ_REQ_LOCALreads request details locallyPrivate
CALL METHOD cts_dependencies_utils=>READ_REQ_LOCAL...more details

READ_REQ_PREVIEWreads request details from PREVIEW tablesPrivate
CALL METHOD cts_dependencies_utils=>READ_REQ_PREVIEW...more details

READ_REQ_REMOTEread request details remotelyPrivate
CALL METHOD cts_dependencies_utils=>READ_REQ_REMOTE...more details

SYNC_QUEUE_STATEchecks import queue state and runs IMPORTPREVIEW if neededPublic
CALL METHOD cts_dependencies_utils=>SYNC_QUEUE_STATE...more details



CTS_DEPENDENCIES_UTILS 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
DI_APPLTYPEStatic Attribute'DI'LIKE
CHAR30
Public
EMPTY_PARENTOBJID_HASHStatic AttributeECTS: Object Hash Value'0000000000000000000000000000000000000000'LIKE
CTS_OBJHASH
Public
EXCL_PARENTStatic Attributespecial parent object id'$_HIDE_$'LIKE
CTS_OBJID
Public
HIERARCHICAL_CONTENTStatic Attribute30 Characters'HIERARCHICAL_CONTENT'LIKE
CHAR30
Public
LAST_REQ1Instance AttributeRequest/TaskLIKE
TRKORR
Private
REQ1_NONABAPOBJ_IDSInstance AttributeLIKE
NONABAP_OBJ_HEADERS
Private
XI_APPLTYPEStatic Attribute30 Characters'XI'LIKE
CHAR30
Public




CTS_DEPENDENCIES_UTILS types

CTS_IMP_Q_STATES -
CTS_IMP_Q_STATES_EXT -
CTS_IMP_Q_STATE_EXT -
NONABAP_OBJ_HEADER -
NONABAP_OBJ_HEADERS -
OBJ_INFO -
OBJ_INFOS -

Links to Related Class(s)

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