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 NameDescriptionVisability
DETERMINE_MONTHDetermine the monthPrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>DETERMINE_MONTH...more details

DETERMINE_START_END_TIMEDetermine start or end timePrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>DETERMINE_START_END_TIME...more details

DETERMINE_WEEKDetermine the weekPrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>DETERMINE_WEEK...more details

GET_CURRENT_DATEGet current datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_CURRENT_DATE...more details

GET_DATE_WEEKDAYGet day of the weekPrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_DATE_WEEKDAY...more details

GET_FIRST_DAY_OF_MONTHGet first day of monthPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_MONTH...more details

GET_FIRST_DAY_OF_QUARTERGet first day of quarterPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_QUARTER...more details

GET_FIRST_DAY_OF_WEEKGet first day of weekPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_WEEK...more details

GET_FIRST_DAY_OF_YEARGet first day of yearPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_OF_YEAR...more details

GET_FIRST_DAY_WEEK_FROM_YEARGet first day from first week of the yearPrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_FIRST_DAY_WEEK_FROM_YEAR...more details

GET_LAST_DAY_OF_MONTHGet last day of monthPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_MONTH...more details

GET_LAST_DAY_OF_QUARTERGet last day of quarterPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_QUARTER...more details

GET_LAST_DAY_OF_WEEKGet last day of weekPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_WEEK...more details

GET_LAST_DAY_OF_YEARGet last day of yearPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_DAY_OF_YEAR...more details

GET_LAST_N_DAYGet day n days before input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_DAY...more details

GET_LAST_N_MONTHGet month n months before input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_MONTH...more details

GET_LAST_N_QUARTERGet quarter n quarters before input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_QUARTER...more details

GET_LAST_N_WEEKGet week n weeks before input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_WEEK...more details

GET_LAST_N_YEARGet years n years before input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_LAST_N_YEAR...more details

GET_MONTHGet monthPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_MONTH...more details

GET_NEXT_N_DAYGet day n days after input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_DAY...more details

GET_NEXT_N_HOURSGet 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_MONTHGet month n months after input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_MONTH...more details

GET_NEXT_N_QUARTERGet quarter n quarters after input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_QUARTER...more details

GET_NEXT_N_WEEKGet week n weeks after input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_WEEK...more details

GET_NEXT_N_YEARGet year n years after input datePublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NEXT_N_YEAR...more details

GET_NUMBER_OF_WEEKSGet number of weeks in yearPrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_NUMBER_OF_WEEKS...more details

GET_QUARTERGet quarterPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_QUARTER...more details

GET_WEEKGet weekPublic
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_WEEK...more details

GET_WEEK_FROM_DATEGet week from datePrivate
CALL METHOD /bcv/cl_qrm_brf_functional=>GET_WEEK_FROM_DATE...more details

GET_YEARGet yearPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_TZONE_UTCConstantTime zone UTC'UTC'LIKE
TZNZONE
Public
MC_UNIT_DAYConstantUnit of Measurement day'DAY'LIKE
UNIT_TYPE
Private
MC_UNIT_HOURConstantUnit of Measurement hour'STD'LIKE
UNIT_TYPE
Private
MC_UNIT_MONTHConstantUnit of Measurement month'MON'LIKE
UNIT_TYPE
Private
MC_UNIT_WEEKConstantUnit of Measurement week'WCH'LIKE
UNIT_TYPE
Private
MC_UNIT_YEARConstantUnit of Measurement year'JHR'LIKE
UNIT_TYPE
Private
MC_WEEK_ENDConstantWeek day0LIKE
/BCV/FND_WEEKDAY
Private
MC_WEEK_STARTConstantWeek day1LIKE
/BCV/FND_WEEKDAY
Private




/BCV/CL_QRM_BRF_FUNCTIONAL types

DATE_CHAR_TYPE - Character type of date
UNIT_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



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!