MV45AF0A_AD_BOS 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 MV45AF0A_AD_BOS 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!
/SAPBOQ/GET_SI_FLAG CALL FUNCTION '/SAPBOQ/GET_SI_FLAG' IMPORTING E_SI_FLAG = comsrv-/sapboq/si.
MS_SAVE_SERVICE_PACKAGE CALL FUNCTION 'MS_SAVE_SERVICE_PACKAGE' EXPORTING i_vbeln = vbak-vbeln without_screen = 'X' origin = adbos_origin.
RV_CONDITION_SAVE CALL FUNCTION 'RV_CONDITION_SAVE'.
RV_CONDITION_RESET CALL FUNCTION 'RV_CONDITION_RESET' EXPORTING free_memory = 'X'.
RV_FIELD_READ CALL FUNCTION 'RV_FIELD_READ' EXPORTING fdr_field = uv_services-fdnam fdr_langu = sy-langu fdr_table = 'ESLL' IMPORTING fdr_dfies = da_dfies_tab EXCEPTIONS field_not_found = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_INTERNAL_TABNAME = 'GT_OUTTAB' I_STRUCTURE_NAME = 'MV45AF0A_AD_BOS_ALV_01' I_INCLNAME = GV_REPID CHANGING CT_FIELDCAT = GT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid I_CALLBACK_PF_STATUS_SET = 'FE_ALV1' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat is_print = gs_print it_events = xt_events TABLES t_outtab = GT_OUTTAB EXCEPTIONS program_error = 1 OTHERS = 2.
ADBOS_SD_SERVICE_LINE CALL FUNCTION 'ADBOS_SD_SERVICE_LINE' EXPORTING comsrv = comsrv dirty_kz = srv_updkz edit = srv_edit origin = adbos_origin without_screen = ' ' package_no = yuv_services-packno internal_row = yuv_services-introw fieldname = yuv_services-fdnam IMPORTING comsrv = comsrv dirty_package = da_dataloss empty_package = no_package function = dien_function EXCEPTIONS fatal_error = 1 OTHERS = 2.
ADBOS_READ_SERVICE_PACKAGE_OZ CALL FUNCTION 'ADBOS_READ_SERVICE_PACKAGE_OZ' EXPORTING packno = vbkd-packno online_data = charx " important, otherwise only dict.
RV_FIELD_READ CALL FUNCTION 'RV_FIELD_READ' EXPORTING fdr_field = lf_fdnam fdr_langu = sy-langu fdr_table = 'COMSRV' IMPORTING fdr_dfies = da_dfies_tab EXCEPTIONS field_not_found = 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.