SAP /BCV/CL_QRM_BRF_FUNCTIONAL OO Class - BRFplus functionals
/BCV/CL_QRM_BRF_FUNCTIONAL 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 /BCV/CL_QRM_BRF_FUNCTIONAL 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 /BCV/CL_QRM_BRF_FUNCTIONAL 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 |
| DETERMINE_MONTH | Determine the month | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>DETERMINE_MONTH...more details | ||
| DETERMINE_START_END_TIME | Determine start or end time | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>DETERMINE_START_END_TIME...more details | ||
| DETERMINE_WEEK | Determine the week | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>DETERMINE_WEEK...more details | ||
| GET_CURRENT_DATE | Get current date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_CURRENT_DATE...more details | ||
| GET_DATE_WEEKDAY | Get day of the week | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_DATE_WEEKDAY...more details | ||
| GET_FIRST_DAY_OF_MONTH | Get first day of month | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_MONTH...more details | ||
|
| ||
| GET_FIRST_DAY_OF_QUARTER | Get first day of quarter | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_QUARTER...more details | ||
| GET_FIRST_DAY_OF_WEEK | Get first day of week | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_WEEK...more details | ||
| GET_FIRST_DAY_OF_YEAR | Get first day of year | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_YEAR...more details | ||
| GET_FIRST_DAY_WEEK_FROM_YEAR | Get first day from first week of the year | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_WEEK_FROM_YEAR...more details | ||
| GET_LAST_DAY_OF_MONTH | Get last day of month | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_MONTH...more details | ||
| GET_LAST_DAY_OF_QUARTER | Get last day of quarter | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_QUARTER...more details | ||
| GET_LAST_DAY_OF_WEEK | Get last day of week | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_WEEK...more details | ||
| GET_LAST_DAY_OF_YEAR | Get last day of year | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_YEAR...more details | ||
| GET_LAST_N_DAY | Get day n days before input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_DAY...more details | ||
| GET_LAST_N_MONTH | Get month n months before input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_MONTH...more details | ||
| GET_LAST_N_QUARTER | Get quarter n quarters before input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_QUARTER...more details | ||
| GET_LAST_N_WEEK | Get week n weeks before input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_WEEK...more details | ||
| GET_LAST_N_YEAR | Get years n years before input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_YEAR...more details | ||
| GET_MONTH | Get month | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_MONTH...more details | ||
| GET_NEXT_N_DAY | Get day n days after input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_DAY...more details | ||
| GET_NEXT_N_HOURS | Get hour n hours after input date (Currently not used) | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_HOURS...more details | ||
| GET_NEXT_N_MONTH | Get month n months after input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_MONTH...more details | ||
| GET_NEXT_N_QUARTER | Get quarter n quarters after input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_QUARTER...more details | ||
| GET_NEXT_N_WEEK | Get week n weeks after input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_WEEK...more details | ||
| GET_NEXT_N_YEAR | Get year n years after input date | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_YEAR...more details | ||
| GET_NUMBER_OF_WEEKS | Get number of weeks in year | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NUMBER_OF_WEEKS...more details | ||
| GET_QUARTER | Get quarter | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_QUARTER...more details | ||
| GET_WEEK | Get week | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_WEEK...more details | ||
| GET_WEEK_FROM_DATE | Get week from date | Private |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_WEEK_FROM_DATE...more details | ||
| GET_YEAR | Get year | Public |
| CALL METHOD /bcv/cl_qrm_brf_functional=>GET_YEAR...more details | ||
/BCV/CL_QRM_BRF_FUNCTIONAL 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 |
| MC_TZONE_UTC | Constant | Time zone UTC | 'UTC' | LIKE TZNZONE | Public |
| MC_UNIT_DAY | Constant | Unit of Measurement day | 'DAY' | LIKE UNIT_TYPE | Private |
| MC_UNIT_HOUR | Constant | Unit of Measurement hour | 'STD' | LIKE UNIT_TYPE | Private |
| MC_UNIT_MONTH | Constant | Unit of Measurement month | 'MON' | LIKE UNIT_TYPE | Private |
| MC_UNIT_WEEK | Constant | Unit of Measurement week | 'WCH' | LIKE UNIT_TYPE | Private |
| MC_UNIT_YEAR | Constant | Unit of Measurement year | 'JHR' | LIKE UNIT_TYPE | Private |
| MC_WEEK_END | Constant | Week day | 0 | LIKE /BCV/FND_WEEKDAY | Private |
| MC_WEEK_START | Constant | Week day | 1 | LIKE /BCV/FND_WEEKDAY | Private |
/BCV/CL_QRM_BRF_FUNCTIONAL types
DATE_CHAR_TYPE - Character type of dateUNIT_TYPE - Base unit type
Links to Related Class(s)
/BCV/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects