MF82TI00 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 MF82TI00 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!
FI_TAX_CHK_MWSKZ CALL FUNCTION 'FI_TAX_CHK_MWSKZ' EXPORTING i_mwskz = t007a-mwskz EXCEPTIONS mwskz_ungueltig = 1 OTHERS = 2.
VALIDATE_TAX_CODE_CONSISTENCY CALL FUNCTION 'VALIDATE_TAX_CODE_CONSISTENCY' EXPORTING is_t007a = t007a.
FI_TAX_CHK_MWSKZ CALL FUNCTION 'FI_TAX_CHK_MWSKZ' EXPORTING i_mwskz = *t007a-mwskz EXCEPTIONS mwskz_ungueltig = 1 OTHERS = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-t02 textline1 = text-002 textline2 = text-003 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-t03 textline1 = text-002 textline2 = text-003 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-t05 textline1 = text-002 textline2 = text-003 IMPORTING answer = antwort.
FI_F4_MWSKZ CALL FUNCTION 'FI_F4_MWSKZ' EXPORTING i_kalsm = t005-kalsm IMPORTING e_mwskz = t007a-mwskz.
F_VALUES_TXJCD CALL FUNCTION 'F_VALUES_TXJCD' EXPORTING i_kalsm = t005-kalsm IMPORTING e_txjcd = rf82t-txjcd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.