SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF67UI01 SAP ABAP INCLUDE - Include MF67UI01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MF67UI01. "Basic submit
SUBMIT MF67UI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MF67UI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MF67UI01


INCLUDES used within this REPORT MF67UI01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MF67UI01 or its description.