BON08F02 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 BON08F02 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: Subprograms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MM_ARRANG_READ CALL FUNCTION 'MM_ARRANG_READ' EXPORTING I_RWM01_SELECT = G_RWM01_SELECT IMPORTING E_RWM01_SELECT = G_RWM01_SELECT TABLES T_KNUMA = T_KNUMA T_BOLIF = T_BOLIF T_BOART = T_BOART T_IDENT1 = T_IDENT1 T_IDENT2 = T_IDENT2 T_EKORG = T_EKORG T_EKGRP = T_EKGRP T_ARRANGEMENTS = L_KONA EXCEPTIONS KAPPL_INVALID = 01.
MCE_STATISTICS_UPDATE_KOND CALL FUNCTION 'MCE_STATISTICS_UPDATE_KOND'.
MCE_STATISTICS_UPDATE_KOND CALL FUNCTION 'MCE_STATISTICS_UPDATE_KOND'.
MM_ARRANG_PRINT_ERR_MSG_LIST CALL FUNCTION 'MM_ARRANG_PRINT_ERR_MSG_LIST' EXPORTING I_TITLE = L_TITLE I_TITLEBAR = L_TITLEBAR I_NO_SORT = YES TABLES T_ERROR_MESSAGES = T_ARRANG_ERR EXCEPTIONS PROGRAM_ERROR = 1 BACK_TO_SELECTION_SCREEN = 2 FUNCTION_FINISHED = 3 OTHERS = 4.
MM_ARRANG_DISPLAY_ALV_GRID CALL FUNCTION 'MM_ARRANG_DISPLAY_ALV_GRID' EXPORTING I_REPORT_TYPE = REPORT_TYPE-TURN_OVER_DOCUMENTS I_NO_TREE = LV_NO_TREE I_DIALOG_MODE = SPACE I_ABPAR = LV_ABPAR IS_SCREEN_STATUS = LS_SCREEN_STATUS IT_EXCLUDING = LT_EXCLUDING IS_TITLEBAR = LS_TITLEBAR IT_TREE_NOTES = GT_TREE_NOTES IT_CONTAINER = LT_CONT IS_KONA = LS_KONA IS_RWM01_SELECT = LS_RWM01_ALV_GRID IT_CONDENSE_KEY = LT_CONDENSE_KEY IS_USER_COMMAND = LS_COMMAND_FCODE I_NOCHANGE = YES I_NO_SORT = YES.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = SPACE DIAGNOSETEXT1 = TEXT-W11 DIAGNOSETEXT2 = TEXT-W12 TEXTLINE1 = TEXT-W14 TITEL = TEXT-W06 IMPORTING ANSWER = L_ANSWER.
MM_ARRANG_USER_COMMAND CALL FUNCTION 'MM_ARRANG_USER_COMMAND' EXPORTING OK_CODE = I_OK_CODE REPORT_TYP = REPORT_TYPE-TURN_OVER_DOCUMENTS NOCHANGE = YES TURN_OVER_TYPE = I_VRSIO TURN_OVER_NOT_VALID = YES I_TURN_OVER_KSPAE = L_KSPAE I_STAT_DATA_DELETE = I_DELTO I_DOCUMENT_PAKET_SIZE = I_DCSTP I_NO_CHECK_LEFT_TO_RIGHT = I_CHECK IMPORTING HIDE_KONA = HIDE_KONA HIDE_LINE_TYPE = HIDE_LINE_TYPE HI_SETTLEMENT_VALUES = HI_SETTLEMENT_VALUES HIDE_EKBO = HIDE_EKBO HIDE_PARTNER = HIDE_PARTNER HIDE_ERROR_MESSAGES = HIDE_ERROR_MESSAGES TABLES T_SORT_KONA = G_SORT_KONA EXCEPTIONS INVALID_REPORT_TYPE = 01 OTHERS = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BON08F02 - Subprograms BON08F01 - General Routines: Recompilation BON08F00 - General Form Routines for Compilation of Info Structures BON08E01 - Events, Recompilation of Statistics, Income, Subsequent Settlement BON07TOP - Data Declarations, Recompilation, All Applications BON07S01 - Selection Screen RWMBON07