SAP CL_CACS_STDCTR_TOP OO Class - Abstract Class for ICM Standard Contract









CL_CACS_STDCTR_TOP 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 CL_CACS_STDCTR_TOP 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 CL_CACS_STDCTR_TOP 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
CHECK_AND_FILL_BUSIDATESCheck If Busi_begin + Busi_End Are Filled and Fill with DataProtected
CALL METHOD cl_cacs_stdctr_top=>CHECK_AND_FILL_BUSIDATES...more details

CHECK_DB_EXISTENCEChecks If Object Already Exists on DatabasePublic
CALL METHOD cl_cacs_stdctr_top=>CHECK_DB_EXISTENCE...more details

CHECK_EXISTENCEChecks If ID Is Assigned Within ApplicationPublic
CALL METHOD cl_cacs_stdctr_top=>CHECK_EXISTENCE...more details

CHECK_EXISTENCE_FOR_PITChecks If ID Is Assigned Within ApplicationPublic
CALL METHOD cl_cacs_stdctr_top=>CHECK_EXISTENCE_FOR_PIT...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_cacs_stdctr_top=>CONSTRUCTOR...more details

GET_AGR_ASS_LISTGets List of All Agreements for Standard ContractPublic
CALL METHOD cl_cacs_stdctr_top=>GET_AGR_ASS_LIST...more details

GET_CONTEXT_CLASSRead Context Class from CustomizingProtected
CALL METHOD cl_cacs_stdctr_top=>GET_CONTEXT_CLASS...more details

GET_CONTEXT_INSTANCEInstantiate Standard Contract Object for Named ContextPublic
CALL METHOD cl_cacs_stdctr_top=>GET_CONTEXT_INSTANCE...more details

GET_CTRTST_IDGets Identification of Standard ContractPublic
CALL METHOD cl_cacs_stdctr_top=>GET_CTRTST_ID...more details

GET_CTRT_TYPEGets Contract TypePublic
CALL METHOD cl_cacs_stdctr_top=>GET_CTRT_TYPE...more details

GET_FACADEDetermine Facade and Implementing Class of ContextPublic
CALL METHOD cl_cacs_stdctr_top=>GET_FACADE...more details

GET_STDCTRGet Standard Contract DataPublic
CALL METHOD cl_cacs_stdctr_top=>GET_STDCTR...more details

LOAD_HEADERCreation of Header Data Including TextProtected
CALL METHOD cl_cacs_stdctr_top=>LOAD_HEADER...more details



CL_CACS_STDCTR_TOP 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_OBJTABNAMEConstantName of Object Table'CACS_STDCTR'LIKE
TABNAME
Protected
GC_TEXTTABNAMEConstantName of Text Table'CACS_STDCTRT'LIKE
TABNAME
Protected
MD_BUSIDATEInstance AttributeEffective Time-Spot ofLIKE
CACSTIMESTAMP
Protected
MD_EXISTS_ON_DBInstance AttributeBoolean Variables (X=true, space=false)LIKE
BOOLEAN_FLG
Protected
MD_MODEInstance AttributeEditing Mode (Display, Change)LIKE
CACS_STDCTR_MODE
Protected
MD_NOWInstance Attribute'Now' in Context of this ObjectLIKE
CACSTIMESTAMP
Protected
MD_TECHDATEInstance AttributeTime Stamp (YYYY.MM.DD hh:mm:ss)LIKE
CACSTIMESTAMP
Protected
MO_TEXTInstance AttributeShort and Long Text of ObjectLIKE
CL_CACS_TEXT
Protected
MO_VERSIONInstance AttributeVersion ClassLIKE
CL_CACS_VERSION
Protected
MS_HEADERInstance AttributeStandard Contract: Header Data with Short TextLIKE
CACS_S_STDCTR_HDR
Protected
MT_AGR_ASS_LISTInstance AttributeList of Agreement Assignment ObjectsLIKE
CACS_TT_AGR_ASS_OBJ
Protected
MT_AGT_ASS_LISTInstance AttributeList of Agreement Type Assignment ObjectsLIKE
CACS_TT_AGT_ASS_OBJ
Protected


Links to Related Class(s)

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