MF67UI01 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 MF67UI01 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: Include MF67UI01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-004 textline2 = ' ' titel = text-005 IMPORTING answer = answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-300 textline2 = text-301 titel = text-302 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-300 textline2 = text-301 titel = text-302 IMPORTING answer = antwort.
VDARL_SHOW CALL FUNCTION 'VDARL_SHOW' EXPORTING akte = vdakte-sakt selection_mode = ' ' * IMPORTING * FB_VRDARL = EXCEPTIONS no_selection = 01.
VDARL_SHOW CALL FUNCTION 'VDARL_SHOW' EXPORTING akte = vdakte-sakt selection_mode = ' ' * IMPORTING * FB_VRDARL = EXCEPTIONS no_selection = 01.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-004 textline2 = ' ' titel = text-005 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = txt1 textline2 = ' ' titel = text-402 IMPORTING answer = antwort.
VDARL_SHOW CALL FUNCTION 'VDARL_SHOW' EXPORTING akte = vdakte-sakt selection_mode = ' ' * IMPORTING * FB_VRDARL = EXCEPTIONS no_selection = 01.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-006 IMPORTING returncode = rc TABLES fields = fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-004 textline2 = ' ' titel = text-005 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-410 textline2 = ' ' titel = text-420 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-412 textline2 = ' ' titel = text-421 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-004 textline2 = ' ' titel = text-330 IMPORTING answer = antwort.
ARCHIV_GET_CONNECTIONS CALL FUNCTION 'ARCHIV_GET_CONNECTIONS' EXPORTING objecttype = 'BUS2049' object_id = vduntr-object_id * DOCUMENTTYPE = from_ar_date = vduntr-dabg until_ar_date = vduntr-dabg TABLES connections = lt_toav0 EXCEPTIONS nothing_found = 1 OTHERS = 2.
ARCHIV_DISPLAY_LIST CALL FUNCTION 'ARCHIV_DISPLAY_LIST' TABLES archivtreffer = lt_toav0 "#EC ENHOK EXCEPTIONS error_archiv = 1 OTHERS = 2.
ARCHIV_DISPLAY_META CALL FUNCTION 'ARCHIV_DISPLAY_META' EXPORTING object_id = vduntr-object_id sap_object = 'BUS1170' window_title = text-050 no_workflowinfos = 'X' EXCEPTIONS error_archiv = 1 error_communicationtable = 2 error_connectiontable = 3 error_kernel = 4 error_parameter = 5 error_version = 6 OTHERS = 7.
VDARL_SHOW CALL FUNCTION 'VDARL_SHOW' EXPORTING akte = vdakte-sakt selection_mode = 'X' IMPORTING fb_vrdarl = intvrdarl EXCEPTIONS no_selection = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.