SAP /SCMTMS/IF_CUST_CBASE OO Class - Customizing Access Interface For Calcbase
/SCMTMS/IF_CUST_CBASE 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 /SCMTMS/IF_CUST_CBASE 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 /SCMTMS/IF_CUST_CBASE 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 |
| GET_ALL_CALC_BASE | Get All Calculation base | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_ALL_CALC_BASE...more details | ||
| GET_CALC_BASE_BY_PARTY_RCO | Get Calculation base by party rco | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_CALC_BASE_BY_PARTY_RCO...more details | ||
| GET_CALC_BASE_BY_TEXT | Get Calc base by passing text | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_CALC_BASE_BY_TEXT...more details | ||
| GET_CALC_BASE_DB_MASS | Get Multi Calculation base | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_CALC_BASE_DB_MASS...more details | ||
| GET_CALC_BASE_DYNAMIC_WHERE | Get Calc base with dynamic where | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_CALC_BASE_DYNAMIC_WHERE...more details | ||
| GET_CALC_BASE_FOR_CHRGTY_CODE | Get Calc base for /SCMTMS/CL_CUST_CHRGTYPE_CODE | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_CALC_BASE_FOR_CHRGTY_CODE...more details | ||
|
| ||
| GET_CALC_BASE_TEXT | Get Multi calcbase Text | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_CALC_BASE_TEXT...more details | ||
| GET_MULTIPLE_CALC_BASE | Get Multiple Calculation base | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_MULTIPLE_CALC_BASE...more details | ||
| GET_SINGLE_CALC_BASE | Get Single Calculation base | Public |
| CALL METHOD /scmtms/if_cust_cbase=>GET_SINGLE_CALC_BASE...more details | ||
/SCMTMS/IF_CUST_CBASE 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_STD_IMPLEMENTATION | Constant | Object Type Name | '/SCMTMS/CL_CUST_CBASE' | LIKE SEOCLSNAME | Public |
/SCMTMS/IF_CUST_CBASE types
TT_CALC_BASE_RANGE -TT_CBASE -
TT_CBASETEXT -
TT_C_CBASE -
TT_DESCRIPTION_RANGE -
TT_MULTIPLE_CALC_BASE -
TT_SCALE_BASE_RANGE -
TT_S_CBASE -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects