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 Name | Description | Visability |
| CHECK_AND_FILL_BUSIDATES | Check If Busi_begin + Busi_End Are Filled and Fill with Data | Protected |
| CALL METHOD cl_cacs_stdctr_top=>CHECK_AND_FILL_BUSIDATES...more details | ||
| CHECK_DB_EXISTENCE | Checks If Object Already Exists on Database | Public |
| CALL METHOD cl_cacs_stdctr_top=>CHECK_DB_EXISTENCE...more details | ||
| CHECK_EXISTENCE | Checks If ID Is Assigned Within Application | Public |
| CALL METHOD cl_cacs_stdctr_top=>CHECK_EXISTENCE...more details | ||
| CHECK_EXISTENCE_FOR_PIT | Checks If ID Is Assigned Within Application | Public |
| CALL METHOD cl_cacs_stdctr_top=>CHECK_EXISTENCE_FOR_PIT...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_stdctr_top=>CONSTRUCTOR...more details | ||
| GET_AGR_ASS_LIST | Gets List of All Agreements for Standard Contract | Public |
| CALL METHOD cl_cacs_stdctr_top=>GET_AGR_ASS_LIST...more details | ||
|
| ||
| GET_CONTEXT_CLASS | Read Context Class from Customizing | Protected |
| CALL METHOD cl_cacs_stdctr_top=>GET_CONTEXT_CLASS...more details | ||
| GET_CONTEXT_INSTANCE | Instantiate Standard Contract Object for Named Context | Public |
| CALL METHOD cl_cacs_stdctr_top=>GET_CONTEXT_INSTANCE...more details | ||
| GET_CTRTST_ID | Gets Identification of Standard Contract | Public |
| CALL METHOD cl_cacs_stdctr_top=>GET_CTRTST_ID...more details | ||
| GET_CTRT_TYPE | Gets Contract Type | Public |
| CALL METHOD cl_cacs_stdctr_top=>GET_CTRT_TYPE...more details | ||
| GET_FACADE | Determine Facade and Implementing Class of Context | Public |
| CALL METHOD cl_cacs_stdctr_top=>GET_FACADE...more details | ||
| GET_STDCTR | Get Standard Contract Data | Public |
| CALL METHOD cl_cacs_stdctr_top=>GET_STDCTR...more details | ||
| LOAD_HEADER | Creation of Header Data Including Text | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_OBJTABNAME | Constant | Name of Object Table | 'CACS_STDCTR' | LIKE TABNAME | Protected |
| GC_TEXTTABNAME | Constant | Name of Text Table | 'CACS_STDCTRT' | LIKE TABNAME | Protected |
| MD_BUSIDATE | Instance Attribute | Effective Time-Spot of | LIKE CACSTIMESTAMP | Protected | |
| MD_EXISTS_ON_DB | Instance Attribute | Boolean Variables (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MD_MODE | Instance Attribute | Editing Mode (Display, Change) | LIKE CACS_STDCTR_MODE | Protected | |
| MD_NOW | Instance Attribute | 'Now' in Context of this Object | LIKE CACSTIMESTAMP | Protected | |
| MD_TECHDATE | Instance Attribute | Time Stamp (YYYY.MM.DD hh:mm:ss) | LIKE CACSTIMESTAMP | Protected | |
| MO_TEXT | Instance Attribute | Short and Long Text of Object | LIKE CL_CACS_TEXT | Protected | |
| MO_VERSION | Instance Attribute | Version Class | LIKE CL_CACS_VERSION | Protected | |
| MS_HEADER | Instance Attribute | Standard Contract: Header Data with Short Text | LIKE CACS_S_STDCTR_HDR | Protected | |
| MT_AGR_ASS_LIST | Instance Attribute | List of Agreement Assignment Objects | LIKE CACS_TT_AGR_ASS_OBJ | Protected | |
| MT_AGT_ASS_LIST | Instance Attribute | List of Agreement Type Assignment Objects | LIKE 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