SAP Reports / Programs | Application Platform | Transaction Tax Engine(AP-TTE) SAP AP

SAPMCA_TTE_ADMIN_COND SAP ABAP dialog Program - TTE: Condition maintenance (tax rates, exemptions, deductibility)







SAPMCA_TTE_ADMIN_COND 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 SAPMCA_TTE_ADMIN_COND 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

TTEC_COND - Maintain Tax Rates and Exemptions
TTEC_COND_WT - Withholding Tax Rates


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


Text pool values


Title: TTE: Condition maintenance (tax rates, exemptions, deductibility)
Text Symbol: 001 = Filter Criteria for Record Selection
Text Symbol: 004 = Exemptions
Text Symbol: 005 = Tax Rates
Text Symbol: 006 = Exemptions
Text Symbol: 007 = Tax Rates
Text Symbol: 008 = Deductibility
Text Symbol: 009 = Deductibility
Text Symbol: 301 = Data has been changed
Text Symbol: 302 = Data has been changed, confirm steps to proceed
Text Symbol: 303 = Do you want to save the changes?
Text Symbol: 500 = Amt/Per
Text Symbol: 501 = Amt/Percent
Text Symbol: 504 = Curr(%)
Text Symbol: 505 = Currency or %
Text Symbol: 506 = Cond.Pr.U.
Text Symbol: 507 = Cond.Prc.Unit
Text Symbol: 510 = Starting Exemptions/Tax Rates Maintenance


INCLUDES used within this REPORT SAPMCA_TTE_ADMIN_COND

INCLUDE MCA_TTE_ADMIN_COND_TOP. "GLOBAL VARIABLE
INCLUDE MCA_TTE_ADMIN_COND_LCL. "LOCAL CLASS DEF./IMPLEMENT.
INCLUDE MCA_TTE_ADMIN_COND_I01. "USER_COMMAND_0200 INPUT
INCLUDE MCA_TTE_ADMIN_COND_I02. "TAXTYP_CHECK INPUT
INCLUDE MCA_TTE_ADMIN_COND_I03. "EXIT INPUT
INCLUDE MCA_TTE_ADMIN_COND_O01. "PBO_0200 OUTPUT
INCLUDE MCA_TTE_ADMIN_COND_O02. "STATUS_0200 OUTPUT
INCLUDE MCA_TTE_ADMIN_COND_F0A_001. "AUTHORITY_CHECK
INCLUDE MCA_TTE_ADMIN_COND_F0B_001. "BUILD_NODE_AND_ITEM_TABLE
INCLUDE MCA_TTE_ADMIN_COND_F0B_002. "BUILD_NODE_ITEM_FOR_RATE
INCLUDE MCA_TTE_ADMIN_COND_F0C_001. "CLEAR_CONTROLS
INCLUDE MCA_TTE_ADMIN_COND_F0C_002. "CONFIRM_BEFORE_SWITCH
INCLUDE MCA_TTE_ADMIN_COND_F0C_003. "CREATE_TOOLBAR_CONT3
INCLUDE MCA_TTE_ADMIN_COND_F0C_004. "CREATE_TOOLBAR_CONT4
INCLUDE MCA_TTE_ADMIN_COND_F0C_006. "CREATE_TREE
INCLUDE MCA_TTE_ADMIN_COND_F0C_007. "CREATE_AND_INIT_TREE
INCLUDE MCA_TTE_ADMIN_COND_F0D_001. "DISPLAY_ALL
INCLUDE MCA_TTE_ADMIN_COND_F0D_002. "DISPLAY_W_FILTER
INCLUDE MCA_TTE_ADMIN_COND_F0F_004. "FC_CREATE_TREE_F_EXEMPT
INCLUDE MCA_TTE_ADMIN_COND_F0F_005. "FC_CREATE_TREE_F_EXEMPT




INCLUDE MCA_TTE_ADMIN_COND_F0G_001. "GET_CONDTYP
INCLUDE MCA_TTE_ADMIN_COND_F0G_002. "GET_COND_TABLE_FROM_ACCESS_ID
INCLUDE MCA_TTE_ADMIN_COND_F0G_003. "GET_ACCESS_ID
INCLUDE MCA_TTE_ADMIN_COND_F0I. "INIT_CONTROLS
INCLUDE MCA_TTE_ADMIN_COND_F0N. "NODE_FOR_CONDTYP
INCLUDE MCA_TTE_ADMIN_COND_F0O_001. "OKCODE_PROCESSING
INCLUDE MCA_TTE_ADMIN_COND_F0O_002. "OKCODE_CHANGE
INCLUDE MCA_TTE_ADMIN_COND_F0O_003. "OKCODE_EXIT
INCLUDE MCA_TTE_ADMIN_COND_F0S_001. "SELECT_POPUP
INCLUDE MCA_TTE_ADMIN_COND_F0S_002. "SPECIFY_LAYOUT
INCLUDE MCA_TTE_ADMIN_COND_F0S_003. "SET_BUTTON_STATUS
INCLUDE MCA_TTE_ADMIN_COND_F0B_003.
INCLUDE MCA_TTE_ADMIN_COND_F0P.
INCLUDE MCA_TTE_ADMIN_COND_O03.


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