BON08F00 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 BON08F00 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: General Form Routines for Compilation of Info Structures
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EVKONAE CALL FUNCTION 'ENQUEUE_EVKONAE' EXPORTING _scope = 3 EXCEPTIONS foreign_lock = 2 system_failure = 3.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = space diagnosetext1 = text-w01 diagnosetext2 = text-w02 textline1 = text-w04 textline2 = text-w05 titel = text-w06 IMPORTING answer = answer.
DEQUEUE_EVKONAE CALL FUNCTION 'DEQUEUE_EVKONAE'.
TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING selectfield = fieldname TABLES fields = fields namelist = list_of_fields EXCEPTIONS wrong_format_given = 01 error_message = 02 OTHERS = 03.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = fieldname titel = text35 * TEXT: LAEUFE ZU LIS-STRUKTUREN no_pers_help_select = yes show_all_values_at_first_time = yes IMPORTING ind = ind TABLES fields = fields full_table = ytmcw3_display EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02 error_message = 03 OTHERS = 04.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr request = 'A' TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 error_message = 10 OTHERS = 11.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 error_message = 8 OTHERS = 9.
TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING selectfield = l_fieldname TABLES fields = l_fields namelist = list_of_fields EXCEPTIONS wrong_format_given = 01 OTHERS = 02.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = l_fieldname titel = text-030 * TEXT: INFO-STRUKTUREN (NACHTR. ABRECH.)
DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING date = le_startdat time = le_starttim IMPORTING point_in_time = le_hlp_startzeit EXCEPTIONS date_before_rel_date = 01 date_to_big = 02.
DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING date = sy-datum time = sy-uzeit IMPORTING point_in_time = le_hlp_uzeit EXCEPTIONS date_before_rel_date = 01 date_to_big = 02.
DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 0.
MCS_DROP_CREATE_INDEX CALL FUNCTION 'MCS_DROP_CREATE_INDEX' EXPORTING i_mcinf = l_tmc2p-mcinf flag_dc = i_index IMPORTING e_gstru = l_gstru e_index = l_index_name TABLES t_indx_exclude = t_indx_exclude EXCEPTIONS no_gstru = 1 no_create_index = 2 OTHERS = 3.
MCS_DATA_SUHIE CALL FUNCTION 'MCS_DATA_SUHIE' EXPORTING i_modus = con_modus-newbw i_kappl_bw = e_mcapp IMPORTING e_data_suhie = l_data_suhie EXCEPTIONS error_lis_customizing = 1 OTHERS = 2.
MCEX_QUEUE_EMPTY * CALL FUNCTION 'MCEX_QUEUE_EMPTY' * EXPORTING * mcapp = e_mcapp * EXCEPTIONS * OTHERS = 1.
MCS_DATA_SUHIE CALL FUNCTION 'MCS_DATA_SUHIE' EXPORTING i_modus = con_modus-newbw i_kappl_bw = e_mcapp IMPORTING e_data_suhie = l_data_suhie EXCEPTIONS error_lis_customizing = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 BON07F02 - documentation and ABAP source code BON07F01 - documentation and ABAP source code