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
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
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: 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
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
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.
SAPMCA_TTE_ADMIN_COND - TTE: Condition maintenance (tax rates, exemptions, deductibility) SAPMCA_TTE_ADMIN_COND - TTE: Condition maintenance (tax rates, exemptions, deductibility) SAPMCATSXC - Exit Routines for CATX Customizing SAPMCATSXC - Exit Routines for CATX Customizing SAPMCAPS - Archiving Project Structures SAPMCAPS - Archiving Project Structures