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

MF62MF00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_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.

OUTBOUND_CALL_00704001_P CALL FUNCTION 'OUTBOUND_CALL_00704001_P' EXPORTING I_VIVW01 = VIVW01 CHANGING IE_SVWNR = VIVW01-SVWNR EXCEPTIONS FUNCTION_NOT_UNIQUE = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = VIVW01-SVWNR IMPORTING OUTPUT = VIVW01-SVWNR.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = CON_NR_RANGE_NR OBJECT = CON_OBJECT SUBOBJECT = VIVW01-BUKRS IMPORTING NUMBER = VIVW01-SVWNR RETURNCODE = PAR_SUBRC EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.

FVAU_AUTHORITY_CHECK CALL FUNCTION 'FVAU_AUTHORITY_CHECK' EXPORTING OBJECT = 'F_MNG_CON' AUTHPAR = AUTHPAR EXCEPTIONS NO_AUTHORITY = 1 INVALID_OBJECT = 2 OTHERS = 3.

FVAE_CORRECT_NET_AMOUNT CALL FUNCTION 'FVAE_CORRECT_NET_AMOUNT' EXPORTING I_MWSKZ = PAR_TAB_XXVIVW02-MWSKZ I_MWSKZ_VST = PAR_TAB_XXVIVW02-MWSKZ_VST I_BUKRS = PAR_XVIVW01-BUKRS I_KUNNR_TXJCD = PAR_TAB_XXVIVW02-TXJCD I_BUKRS_OBJ = PAR_XVIVW01-BUKRS_OBJ I_LIFNR_TXJCD = PAR_TAB_XXVIVW02-TXJCD_VST I_NETTO = PAR_TAB_XXVIVW02-BHOARTNT I_CALCDAT = PAR_DATE I_ONLY_WAERS = PAR_TAB_XXVIVW02-NOCORHON IMPORTING E_NETTO = PAR_TAB_XXVIVW02-BHOARTNT_OBJ EXCEPTIONS ERROR = 1 OTHERS = 2.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = SPACE TABNAME = 'TIV92' FIELDNAME = 'SHOARTEX' IMPORTING SELECT_VALUE = PAR_SHOARTEX TABLES FIELDS = LOC_TAB_HELP VALUETAB = LOC_TAB_VALUE EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING DNAME = DNAME DVALUE = DVALUE IMPORTING DTEXT = DTEXT.



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