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

MF62MF05 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 TEXTLINE2 = TEXTLINE2 TEXTLINE1 = TEXTLINE1 TITEL = TITEL IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TITEL TEXTLINE1 = TEXTLINE1 IMPORTING ANSWER = ANSWER.

FVAE_SBERFORM_AUSWERTEN CALL FUNCTION 'FVAE_SBERFORM_AUSWERTEN' EXPORTING I_DSTICH = PAR_DSTICH I_XVIVW03 = VIVW03_AUS_VGL TABLES I_XVIVW03_AUS = XXVIVW03_AUS_VGL EXCEPTIONS SBERFORM_DATE_AFTER_DSTICH = 01 SBERFORM_NOT_VALID_FOR_DATE = 02.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING TABLENAME = 'VIVW03' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XVIVW03 TABLE_OLD = YVIVW03 EXCEPTIONS NAMETAB_ERROR = 01.

VIVW03_BOOKING CALL FUNCTION 'VIVW03_BOOKING' IN UPDATE TASK TABLES IVIVW03 = YVIVW03.

VIVW03_BOOKING CALL FUNCTION 'VIVW03_BOOKING' IN UPDATE TASK TABLES IVIVW03 = XVIVW03.

CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING I_BUKRS = PAR_BUKRS I_MWSKZ = PAR_MWSKZ I_TXJCD = PAR_TXJCD I_WAERS = PAR_WAERS I_WRBTR = PAR_NETTO * i_zbd1p = I_PRSDT = RF62V-DSTICH IMPORTING E_FWSTE = PAR_UST TABLES T_MWDAT = T_MWDAT EXCEPTIONS BUKRS_NOT_FOUND = 01 COUNTRY_NOT_FOUND = 02 MWSKZ_NOT_DEFINED = 03 MWSKZ_NOT_VALID = 04 OTHERS = 05.

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * DISPLAY = SPACE * TABNAME = 'TIV87' * FIELDNAME = 'SSELART' * IMPORTING * SELECT_VALUE = PAR_SSELART * TABLES * FIELDS = LOC_TAB_HELP * VALUETAB = LOC_TAB_VALUE * EXCEPTIONS * FIELD_NOT_IN_DDIC = 01 * MORE_THEN_ONE_SELECTFIELD = 02 * NO_SELECTFIELD = 03.



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