MV45AFUV_XVBUV_ANZEIGEN 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 MV45AFUV_XVBUV_ANZEIGEN 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!
RV_FIELD_READ CALL FUNCTION 'RV_FIELD_READ' EXPORTING fdr_field = xvbuv-fdnam fdr_langu = sy-langu fdr_table = xvbuv-tbnam IMPORTING fdr_dfies = da_dfies_tab EXCEPTIONS field_not_found = 1 OTHERS = 2.
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_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_uvprot_repid i_callback_pf_status_set = gc_uvprot_status_set i_callback_user_command = gc_uvprot_user_command i_callback_top_of_page = gc_uvprot_top_of_page i_structure_name = gc_uvprot_struname * I_GRID_TITLE = GV_UVPROT_TITLE is_layout = gs_uvprot_layout it_fieldcat = gt_uvprot_fieldcat[] it_events = gt_uvprot_events[] TABLES t_outtab = gt_uvprot_list EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_uvprot_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV45AFUV_XVBUV_ANZEIGEN - MV45AFUVXVBUVANZEIGEN MV45AFUV - documentation and ABAP source code MV45AFST_STATISTIK_UPDATE - MV45AFSTSTATISTIKUPDATE MV45AFST_RISK_MANAGEMENT_SAVE - MV45AFSTRISKMANAGEMENTSAVE MV45AFST_RISK_MANAGEMENT_RENAM - MV45AFSTRISKMANAGEMENTRENAM MV45AFST_CREDITCHECK - MV45AFSTCREDITCHECK