SAP Reports / Programs

HTWCTXM0 SAP ABAP Report - Tax Certificate Report & Media Form







HTWCTXM0 is a standard Executable ABAP Report 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 HTWCTXM0 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

PC00_M42_CTXM - Run Yearly Tax Certificate Report


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


Text pool values


Selection Text: CODEPAGE = Encoding
Selection Text: COMTYP = Public Listed Company
Selection Text: ENTXM = Medium code
Selection Text: FADD = Address from Feature(TWFAD)
Selection Text: FOREIGN =
Selection Text: LASTCOM = Use last company (com. change)
Selection Text: LYRETRO = Include previous year retro
Selection Text: PATH =
Selection Text: REPRINT = Re-Print
Selection Text: RES_PERD =
Selection Text: RES_YEAR =
Selection Text: TEST =
Selection Text: TFORM = Tax Form selection
Selection Text: TMONTH =
Selection Text: TOMONTH =
Selection Text: TOYEAR =
Selection Text: TYEAR = Report Year
Title: Tax Certificate Report & Media Form
Text Symbol: 123 = CLASS
Text Symbol: 122 = ENTXM
Text Symbol: 121 = ENTAU
Text Symbol: 120 = SORT
Text Symbol: 119 = Sort sequence
Text Symbol: 118 = Possible sort criteria
Text Symbol: 117 = Determine sort sequence
Text Symbol: 095 = Tax forms category
Text Symbol: 094 = Tax media filing code
Text Symbol: 093 = Tax Withholder
Text Symbol: 092 = Company Address
Text Symbol: 091 = Company Name
Text Symbol: 090 = Unified ID
Text Symbol: 088 = building tax number
Text Symbol: 087 = Withholding Rate
Text Symbol: 086 = Net Payment
Text Symbol: 085 = Tax Withheld
Text Symbol: 084 = Total Amount Paid
Text Symbol: 083 = Year of Payment
Text Symbol: 124 = SUBCLASS





Text Symbol: 125 = COUNT
Text Symbol: 126 = ENTID
Text Symbol: 127 = GROSS
Text Symbol: 128 = TAX
Text Symbol: 129 = ENTXI
Text Symbol: 130 = ENTBD
Text Symbol: 131 = YEAR
Text Symbol: 132 = DATE
Text Symbol: 133 = ENDSN
Text Symbol: 134 = BEGSN
Text Symbol: 135 = INDVD
Text Symbol: 136 = DMSTC
Text Symbol: 137 = File generate failure.
Text Symbol: 138 = Warrant Income
Text Symbol: 139 = Download Encoding
Text Symbol: 140 = Government Allowance
Text Symbol: 141 = EWF:Government Allowance
Text Symbol: 142 = Foreigner Yearly
Text Symbol: 143 = Income from Gift
Text Symbol: 082 = Taxpayer's Code Number
Text Symbol: 028 = INCOME
Text Symbol: 027 = PERSONS
Text Symbol: 026 = FORM
Text Symbol: 025 = Class
Text Symbol: 024 = TOTAL
Text Symbol: 023 = Employee welfare fund
Text Symbol: 022 = Professinal practice (NR)
Text Symbol: 021 = Divident
Text Symbol: 020 = Royalty
Text Symbol: 019 = Others
Text Symbol: 018 = Contest
Text Symbol: 017 = Rental
Text Symbol: 016 = Interest
Text Symbol: 015 = Salary
Text Symbol: 014 = Professional practice
Text Symbol: 013 = Stock
Text Symbol: 012 = Summary Listing
Text Symbol: 011 = Tax Legal Report Form
Text Symbol: 010 = .TXT





Text Symbol: 009 = C:\
Text Symbol: 008 = Company name or address not specified
Text Symbol: 007 = Path Name:
Text Symbol: 006 = Generate Media File
Text Symbol: 005 = Tax Media Selection
Text Symbol: 004 = Company with M type
Text Symbol: 003 = Checking List
Text Symbol: 002 = Test Run
Text Symbol: 001 = Tax Certification Form
Text Symbol: 029 = TAX
Text Symbol: 081 = Present Address
Text Symbol: 080 = Name of Recipient
Text Symbol: 062 = REMARK
Text Symbol: 061 = PENSION_AMOUNT
Text Symbol: 060 = ID_TYPE
Text Symbol: 059 = has been download
Text Symbol: 058 = Re-Print
Text Symbol: 057 = Special Run
Text Symbol: 056 = Month
Text Symbol: 055 = Foreigner monthly
Text Symbol: 054 = Resident period
Text Symbol: 053 = Resident yearly
Text Symbol: 052 = Range of period
Text Symbol: 051 = TAX_MEDIUM
Text Symbol: 050 = AUTH
Text Symbol: 049 = ENT_ID
Text Symbol: 048 = ENT_HOUSE
Text Symbol: 047 = FROM
Text Symbol: 046 = YEAR
Text Symbol: 045 = ADDRESS
Text Symbol: 044 = NET
Text Symbol: 043 = TO
Text Symbol: 041 = ID
Text Symbol: 040 = NAME
Text Symbol: 039 = NUMBER
Text Symbol: 038 = ORG_UNIT
Text Symbol: 037 = EE_STATUS
Text Symbol: 030 = Retirement Pension


INCLUDES used within this REPORT HTWCTXM0

INCLUDE PCTXMTWD_ALV. "DATA DEFINITION



INCLUDE RPPPXD10.
INCLUDE PCTXMTWS_ALV. "SUBROUTINE
INCLUDE PCTXEHP5.


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