MKCBRF00_FIRST_LAST_DATE_GET is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MKCBRF00_FIRST_LAST_DATE_GET into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_GET_LAST_DAY_IN_PERIOD CALL FUNCTION 'RKE_GET_LAST_DAY_IN_PERIOD' EXPORTING PERIO = I_PERIO PERIV = I_PERIV IMPORTING DATE = C_S_DATE-LAST.
RKE_GET_FIRST_DAY_IN_PERIOD CALL FUNCTION 'RKE_GET_FIRST_DAY_IN_PERIOD' EXPORTING PERIO = I_PERIO PERIV = I_PERIV IMPORTING DATE = C_S_DATE-FIRST.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCBRF00_FIRST_LAST_DATE_GET - MKCBRF00FIRSTLASTDATEGET MKCBRF00_FIRST_BINDEX - MKCBRF00FIRSTBINDEX MKCBRF00_E18_CHANGE_HIERARCHY - MKCBRF00E18CHANGEHIERARCHY MKCBRF00_DETAIL_START - MKCBRF00DETAILSTART MKCBRF00_COMPARING_VALUE_GET - MKCBRF00COMPARINGVALUEGET MKCBRF00_COLLECT_END - MKCBRF00COLLECTEND