MV75FF03 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 MV75FF03 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!
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_commentary.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VBFZD' CHANGING ct_fieldcat = lt_fieldcat.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_report i_callback_pf_status_set = 'DELIVERYOVERVIEW_PFSTATUS_SET' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = ls_layout it_fieldcat = lt_fieldcat[] it_events = lt_events[] TABLES t_outtab = lt_outtab[] EXCEPTIONS program_error = 1 OTHERS = 2.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = masta return = mtcor TABLES seqmat01 = x EXCEPTIONS sales_not_found = 1.
RV_DOCUMENT_POS_STATUS_TEXTS CALL FUNCTION 'RV_DOCUMENT_POS_STATUS_TEXTS' EXPORTING vbup_in = vbup vbup_gelesen = vbup_lesen window_senden = ' ' IMPORTING vbstt_wa = vbstt.
RV_DOCUMENT_STATUS_TEXTS CALL FUNCTION 'RV_DOCUMENT_STATUS_TEXTS' EXPORTING tvbst_wa = tvbst IMPORTING text = vbstt-fksta_bez.
RV_ORDER_DEVELOPEMENT CALL FUNCTION 'RV_ORDER_DEVELOPEMENT' EXPORTING comwa = pvbco6 TABLES vbfzd_tab = vbfzd_tab.
RV_ORDER_DEVELOPEMENT CALL FUNCTION 'RV_ORDER_DEVELOPEMENT' EXPORTING comwa = vbco6 TABLES vbfzd_tab = vbfzd_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.