SAP Reports / Programs | Real Estate Management(RE) SAP RE

MF61FF03 SAP ABAP INCLUDE - documentation and ABAP source code







MF61FF03 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 MF61FF03 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 MF61FF03. "Basic submit
SUBMIT MF61FF03 AND RETURN. "Return to original report after report execution complete
SUBMIT MF61FF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MF61FF03

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:

FVZK_COPY_VZZKOPO CALL FUNCTION 'FVZK_COPY_VZZKOPO' EXPORTING CLEAR_DGUELKP = SPACE GET_EMPTY = SPACE GSART = K_GSART_MV KOKO_KEY_ALT = OLD_KOKO_KEY KOKO_KEY_NEU = NEW_KOKO_KEY TABLES IVZZKOPO = IVZZKOPO EXCEPTIONS GROUP_NOT_FOUND = 01 KONDITION_NOT_FOUND = 02 SKOART_NOT_FOUND = 03 TEXT_NOT_FOUND = 04 OTHERS = 05.

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING CHECK_EXISTENCE = SPACE POPUP_TITLE = TITEL * START_COLUMN = E03 * START_ROW = E04 IMPORTING RETURNCODE = ANTWORT TABLES FIELDS = VAL_TAB EXCEPTIONS ERROR_IN_FIELDS = 01 OTHERS = 02.

FVZK_APPEND_ALL_IVZZKOPO CALL FUNCTION 'FVZK_APPEND_ALL_IVZZKOPO' EXPORTING FIRSTLINE = KOPOS-TOP_LINE GSART = K_GSART_MV VZKOKOKEY = VZKOKOKEY VZKOPOKEY = VZKOPOKEY CHECK_RANTYP = K_RANTYP_IMMO " AUTHORITY-CHECK f. Immo

FVZK_APPEND_ALL_IVZZKOPO CALL FUNCTION 'FVZK_APPEND_ALL_IVZZKOPO' EXPORTING FIRSTLINE = KOPOS-TOP_LINE GSART = K_GSART_MV VZKOKOKEY = VZKOKOKEY VZKOPOKEY = VZKOPOKEY IMPORTING * firstline = index_ivzzkopo " << DEL PJEK001013 FIRSTLINE = KOPOS-TOP_LINE " << INS PJEK001013 TABLES IVZZKOPO = IVZZKOPO EXCEPTIONS EXISTING_KEY = 01 GROUP_NOT_FOUND = 02 OTHERS = 03.

FVZK_APPEND_ALL_IVZZKOPO CALL FUNCTION 'FVZK_APPEND_ALL_IVZZKOPO' EXPORTING FIRSTLINE = KOPOS-TOP_LINE GSART = K_GSART_MV VZKOKOKEY = VZKOKOKEY VZKOPOKEY = VZKOPOKEY IMPORTING * firstline = index_ivzzkopo " << DEL PJEK001013 FIRSTLINE = KOPOS-TOP_LINE " << INS PJEK001013 TABLES IVZZKOPO = IVZZKOPO EXCEPTIONS EXISTING_KEY = 01 GROUP_NOT_FOUND = 02 OTHERS = 03.

HELP_VALUES_GET_WITH_TABLE "-CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "- EXPORTING "- DISPLAY = 'X' "- FIELDNAME = FIELDNAME "- TABNAME = TABNAME * IMPORTING * SELECT_VALUE = I01 "- TABLES "- FIELDS = FIELDS "- VALUETAB = VALUETAB "- EXCEPTIONS "- FIELD_NOT_IN_DDIC = 01 "- MORE_THEN_ONE_SELECTFIELD = 02 "- NO_SELECTFIELD = 03 "- OTHERS = 04.

POPUP_TO_SHOW_DB_DATA_IN_TABLE CALL FUNCTION 'POPUP_TO_SHOW_DB_DATA_IN_TABLE' EXPORTING TITLE_TEXT = TITLE_TEXT TABLES FIELDS = FIELDS VALUETAB = VALUETAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 OTHERS = 02.

NOTES_MAINTAIN CALL FUNCTION 'NOTES_MAINTAIN' EXPORTING APPLICATION = 'VI' ENTITY = 'MVTR' KEY = KEY TITEL = 'Mietvertrag'(014) FUNCTION = 'E' " Edit EXCEPTIONS NOT_FOUND = 1 ILLEGAL_FUNCTION = 2 DELETED = 3 NOT_SAVED = 4 OTHERS = 5.

NOTES_MAINTAIN CALL FUNCTION 'NOTES_MAINTAIN' EXPORTING APPLICATION = 'VI' ENTITY = 'MVTR' KEY = KEY TITEL = 'Mietvertrag'(014) FUNCTION = 'T' EXCEPTIONS NOT_FOUND = 1 ILLEGAL_FUNCTION = 2 DELETED = 3 NOT_SAVED = 4 OTHERS = 5.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = LC_ICON_NAME * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING RESULT = NOTIZ EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3 .



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