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

MF67UF01 SAP ABAP INCLUDE - Include MF67UF01







MF67UF01 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 MF67UF01 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 MF67UF01. "Basic submit
SUBMIT MF67UF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MF67UF01 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 MF67UF01


INCLUDES used within this REPORT MF67UF01

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_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-101 textline2 = text-102 titel = text-103 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-001 textline2 = text-003 titel = text-002 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-101 textline2 = text-104 titel = text-103 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-105 textline2 = text-106 titel = text-103 IMPORTING answer = antwort.

DEQUEUE_ES_VDAKTE CALL FUNCTION 'DEQUEUE_ES_VDAKTE' EXPORTING mandt = sy-mandt sakt = vdakte-sakt x_sakt = ' '.

VDARL_SHOW CALL FUNCTION 'VDARL_SHOW' EXPORTING akte = vdakte-sakt selection_mode = 'X' IMPORTING fb_vrdarl = ivrdarl EXCEPTIONS no_selection = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-501 textline2 = text-502 titel = textranl IMPORTING answer = antwort.

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = save_bukrs i_sarchiv = space i_ranl = save_ranl IMPORTING e_str_vdarl = vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.

ENQUEUE_ES_VDAKTE CALL FUNCTION 'ENQUEUE_ES_VDAKTE' EXPORTING mandt = sy-mandt sakt = vdakte-sakt x_sakt = ' ' * _SCOPE = '2' _wait = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-101 textline2 = text-102 titel = text-103 IMPORTING answer = antwort.

ENQUEUE_ES_VDAKTE CALL FUNCTION 'ENQUEUE_ES_VDAKTE' EXPORTING mandt = sy-mandt sakt = vdakte-sakt x_sakt = ' ' * _SCOPE = '2' _wait = ' ' EXCEPTIONS foreign_lock = 01 system_failure = 02.



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 MF67UF01 or its description.