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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.