SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPMF82T SAP ABAP dialog Program - Display/Maintain Tax Codes







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FTXP - Maintain Tax Code
FTXA - Display Tax Code


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 SAPMF82T. "Basic submit
SUBMIT SAPMF82T AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF82T VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SAPMF82T

INCLUDE MF82TTOP.
INCLUDE MF82TO00.
INCLUDE MF82TI00.
INCLUDE MF82TF00.


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:

No SAP FUNCTION MODULES are executed within this report code!



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