SAPMF82T is a standard Module pool for a dialog screen ABAP Program 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 SAPMF82T into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTXP - Maintain Tax Code
FTXA - Display Tax Code
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.
Title: Display/Maintain Tax Codes
Text Symbol: 001 = Chrt/accts
Text Symbol: 002 = Do you wish to leave the tax
Text Symbol: 003 = maintenance ?
Text Symbol: 006 = The tax code should only be
Text Symbol: 007 = deleted if it has not yet been
Text Symbol: 008 = used.
Text Symbol: 009 = Please confirm whether you would
Text Symbol: 010 = like to delete the tax code.
Text Symbol: 011 = Delete tax code
Text Symbol: 012 = Maintain all tax codes
Text Symbol: 013 = Tax code
Text Symbol: E01 = Tax account not specified
Text Symbol: E02 = Rule not specified
Text Symbol: PT1 = *
Text Symbol: PT2 = *
Text Symbol: T01 = Country
Text Symbol: T02 = Exit
Text Symbol: T03 = Other tax code
Text Symbol: T04 = Back
Text Symbol: T05 = Other country
INCLUDE MF82TTOP.
INCLUDE MF82TO00.
INCLUDE MF82TI00.
INCLUDE MF82TF00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.