SAP CL_CACS_STC_FACADE_READ OO Class - Facade Class for ICM Standard Contract
CL_CACS_STC_FACADE_READ 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_STC_FACADE_READ 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_STC_FACADE_READ 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 |
| BIND_CLASSIC_LOG | Gets Current Instance of Buffer Log | Public |
| CALL METHOD cl_cacs_stc_facade_read=>BIND_CLASSIC_LOG...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_stc_facade_read=>CONSTRUCTOR...more details | ||
| CREATE | Factory: Generates Facade Instance Based On STDCTR | Public |
| CALL METHOD cl_cacs_stc_facade_read=>CREATE...more details | ||
| CREATE_BY_INDCTR | Factory: Generates Facade Instance Based On Individ.Contract | Public |
| CALL METHOD cl_cacs_stc_facade_read=>CREATE_BY_INDCTR...more details | ||
| CREATE_FACADE_EXCEPTION | Generates Facade Exception | Protected |
| CALL METHOD cl_cacs_stc_facade_read=>CREATE_FACADE_EXCEPTION...more details | ||
| EXCEPTION_HANDLING | Exception Handling | Public |
| CALL METHOD cl_cacs_stc_facade_read=>EXCEPTION_HANDLING...more details | ||
|
| ||
| F4_CTRTP_DSC | All Commission Contract Types for APPL (with Short Text) | Public |
| CALL METHOD cl_cacs_stc_facade_read=>F4_CTRTP_DSC...more details | ||
| FIND_RULES | Determine Rules for Agreement | Public |
| CALL METHOD cl_cacs_stc_facade_read=>FIND_RULES...more details | ||
| FIND_RULES_AGRASS_LIST | Determines Rules for List of Agreements | Public |
| CALL METHOD cl_cacs_stc_facade_read=>FIND_RULES_AGRASS_LIST...more details | ||
| FIND_RULES_AGRTYP | Determine Rules for Agreement Type | Public |
| CALL METHOD cl_cacs_stc_facade_read=>FIND_RULES_AGRTYP...more details | ||
| FREESTATICINSTANCE | Free ST_STDCTR_FACADE_LIST | Public |
| CALL METHOD cl_cacs_stc_facade_read=>FREESTATICINSTANCE...more details | ||
| GET_AGRASS_BY_STCAGR_ID | Gets Assignment Based on Standard Agreement ID | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_AGRASS_BY_STCAGR_ID...more details | ||
| GET_AGREEMENT_ASSIGNMENT_LIST | Gets Agreements for Standard Contract | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_AGREEMENT_ASSIGNMENT_LIST...more details | ||
| GET_AGR_BY_STCAGR_ID | Gets Assignment Based on Standard Agreement ID | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_AGR_BY_STCAGR_ID...more details | ||
| GET_CTRTST_ID | Gets Standard Contract Number | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_CTRTST_ID...more details | ||
| GET_CTRT_TYPE | Gets Contract Type | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_CTRT_TYPE...more details | ||
| GET_CTRT_TYPE_DSC | Gets Contract Type and Its Description for STDCTR | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_CTRT_TYPE_DSC...more details | ||
| GET_RULES | Read All Rules for Agreement | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_RULES...more details | ||
| GET_RULES_AGRASS_LIST | Read All Rules for List of Agreements | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_RULES_AGRASS_LIST...more details | ||
| GET_RULES_AGRTYP | Read All Rules for Remuneration Type | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_RULES_AGRTYP...more details | ||
| GET_RULE_TEXT | Get Description for Agreement Rule | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_RULE_TEXT...more details | ||
| GET_STCRERU_BY_CTRTST_ID | Rule Characteristics for Flat-Rate Remuneration in StdCtr. | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_STCRERU_BY_CTRTST_ID...more details | ||
| GET_STCWARRU_BY_CTRTST_ID | Rule Characteristics for Guarantee Remuneration in StdCtr. | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_STCWARRU_BY_CTRTST_ID...more details | ||
| GET_STDCTR | Gets Standard Contract Data | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_STDCTR...more details | ||
| GET_STRERU_FOR_COMM_CONTRACT | Read Active Versions: Rule Characteristics Flat-Rate Remun. | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_STRERU_FOR_COMM_CONTRACT...more details | ||
| GET_STWARRU_FOR_COMM_CONTRACT | Read Active Versions: Rule Characteristics for Guarantee Agr | Public |
| CALL METHOD cl_cacs_stc_facade_read=>GET_STWARRU_FOR_COMM_CONTRACT...more details | ||
CL_CACS_STC_FACADE_READ 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_CONTEXT_PROCESS | Constant | Context for Commission Case and Document | 'PROC' | LIKE CACS_STD_CONTEXT | Public |
| GC_CONTEXT_READ | Constant | Context of Standard Contract Object | 'READ' | LIKE CACS_STD_CONTEXT | Public |
| GO_CTRTP_DSC | Static Attribute | Commission Contract Type | LIKE CL_CACS_CTRTPT_F4 | Protected | |
| MO_STDCTR | Instance Attribute | Standard Contract | LIKE CL_CACS_STDCTR_READ | Protected | |
| SB_OUTPUT_TO_LOG | Static Attribute | Indicator: Output Messages to Log | LIKE BOOLEAN_FLG | Protected | |
| ST_CTRTP_DSC | Static Attribute | Commission Contract Type and Short Text | LIKE CACS_TT_CTRTP_DSC | Protected | |
| ST_STDCTR_FACADE_LIST | Instance Attribute | LIKE | Private |
CL_CACS_STC_FACADE_READ types
MTY_S_STDCTR_FACADE_LIST -MTY_TS_STDCTR_FACADE_LIST -
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