BON07E01 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 BON07E01 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.
Title: Events, Recompilation of Statistics, Income, Subsequent Settlement
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MM_ARRANG_LINE_SELECTION CALL FUNCTION 'MM_ARRANG_LINE_SELECTION' EXPORTING REPORT_TYP = REPORT_TYPE-SETTLEMENT_DOCUMENTS NOCHANGE = YES TURN_OVER_TYPE = S_VRSIO IMPORTING HIDE_KONA = HIDE_KONA HIDE_LINE_TYPE = HIDE_LINE_TYPE HI_SETTLEMENT_VALUES = HI_SETTLEMENT_VALUES HIDE_EBOX = HIDE_EBOX HIDE_PARTNER = HIDE_PARTNER HIDE_ERROR_MESSAGES = HIDE_ERROR_MESSAGES EXCEPTIONS INVALID_REPORT_TYPE = 01 OTHERS = 02.
MM_ARRANG_TOP_OF_PAGE CALL FUNCTION 'MM_ARRANG_TOP_OF_PAGE' EXPORTING REPORT_TYP = REPORT_TYPE-SETTLEMENT_DOCUMENTS RWM01_SELECT = G_RWM01_SELECT IMPORTING HIDE_KONA = HIDE_KONA HIDE_LINE_TYPE = HIDE_LINE_TYPE HI_SETTLEMENT_VALUES = HI_SETTLEMENT_VALUES HIDE_PARTNER = HIDE_PARTNER HIDE_ERROR_MESSAGES = HIDE_ERROR_MESSAGES EXCEPTIONS INVALID_REPORT_TYPE = 01 OTHERS = 02.
MM_ARRANG_TOP_OF_PAGE CALL FUNCTION 'MM_ARRANG_TOP_OF_PAGE' EXPORTING REPORT_TYP = REPORT_TYPE-SETTLEMENT_DOCUMENTS RWM01_SELECT = G_RWM01_SELECT IMPORTING HIDE_KONA = HIDE_KONA HIDE_LINE_TYPE = HIDE_LINE_TYPE HI_SETTLEMENT_VALUES = HI_SETTLEMENT_VALUES HIDE_PARTNER = HIDE_PARTNER HIDE_ERROR_MESSAGES = HIDE_ERROR_MESSAGES EXCEPTIONS INVALID_REPORT_TYPE = 01 OTHERS = 02.
MM_ARRANG_END_OF_PAGE CALL FUNCTION 'MM_ARRANG_END_OF_PAGE' EXCEPTIONS OTHERS = 0.
MM_ARRANG_TNRTABR_READ CALL FUNCTION 'MM_ARRANG_TNRTABR_READ' EXCEPTIONS SOFTWARE_COMPONENT_NOT_ACTIVE = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BON07E01 - Events, Recompilation of Statistics, Income, Subsequent Settlement BON06TOP - DDIC and Data Structures: Listing of End-of-Period Rebates, Purchasing BON06S01 - Selection Screen RWMBON06 BON06E01 - Events of Report BON05TOP - DDIC and Data Structures: Listing of End-of-Period Rebates, Purchasing BON05S02 - Include BON05S02