SAP Reports / Programs

RPCTXAB0 SAP ABAP Report - Obsolete: Annual Preparation of Belcotax







RPCTXAB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE BE_OBS_BELCOTAX_REPORT OBJECT DOKU ID TX The report 'Annual Preparation of Belcotax'' (RPCTXAB0) is a highly flexible tool that allows you to create the annual Belcotax declaration tape and store it in the Belcotax cluster (CY/WY), as stipulated by the Belgian tax office...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCTXAB0 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_M12_CTXA - Annual preparation of Belcotax


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 RPCTXAB0. "Basic submit
SUBMIT RPCTXAB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTXAB0 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: AIMP = Tax year
Selection Text: AREV = Income year
Selection Text: F281 = Generate fields for form 281.
Selection Text: TFIC = BELCOTAX or BELCOTST
Selection Text: TEST = Testmode (no cluster update)
Selection Text: SUP110 = Field 1.10 "code suppression"
Selection Text: SEQ012 = Field 0.12 of header record
Selection Text: INCR012 = Increment 0.12 automatically
Title: Obsolete: Annual Preparation of Belcotax
Text Symbol: E65 = No address for belcotax sender code (INSTL)
Text Symbol: E64 = with key (INSTL)
Text Symbol: E63 = No address found for company (BUKRS)
Text Symbol: E62 = in language
Text Symbol: E61 = Could not find group insurance (INSTL)
Text Symbol: E60 = Address not found for group insurance (INSTL)
Text Symbol: E59 = Could not get details for personnel subarea
Text Symbol: E58 = Could not create personnel subarea object
Text Symbol: E57 = Error getting group insurance (address)
Text Symbol: E56 = No associated group insurance found
Text Symbol: E55 = No tax institution found for company (BUKRS)
Text Symbol: E53 = No BELCOTAX sender found for company (BUKRS)
Text Symbol: E52 = No address for tax institution (INSTL, Language):
Text Symbol: E66 = No belcotax sender institution found
Text Symbol: I01 = in payroll results for type of income
Text Symbol: I02 = No selected employees found
Text Symbol: I03 = Report executed without errors
Text Symbol: I04 = Belcotax tape number
Text Symbol: I05 = was created
Text Symbol: I06 = could be created
Text Symbol: I07 = Record level 2 not created (neg. values). Fld/val:
Text Symbol: I08 = Suppressed amount. Fld/val.:
Text Symbol: I09 = Company id missing for Belcotax sender:
Text Symbol: I10 = . Check T5BIE
Text Symbol: W01 = Customize T5BT7: BTIND = '9' or BELCO = empty
Text Symbol: W02 = (FICHE, LGART =)
Text Symbol: E01 = No payroll results were found
Text Symbol: E02 = No entry found in table T5B9P
Text Symbol: E03 = personnel area - subarea :





Text Symbol: E04 = Company tax number not found in T5B9P
Text Symbol: E05 = Belgotax tape id number not found in T5B9P
Text Symbol: E06 = No entry in table T512W
Text Symbol: E07 = (country code;wage type)
Text Symbol: E08 = Type of income 281.xx. from IT Tax Data (0101)
Text Symbol: E09 = is different in payroll result
Text Symbol: E10 = in period
Text Symbol: E11 = Type of income 281.xx. in payroll result
Text Symbol: E12 = could not be found
Text Symbol: E13 = Error when reading company address in table
Text Symbol: E14 = T5B9A - 'soort' = '0012' -
Text Symbol: E15 = T5B9A - 'soort' = '0030' -
Text Symbol: E16 = T5B9A - 'soort' = '0002' -
Text Symbol: E17 = Tax collecting institute n° not found - T5B9P
Text Symbol: E18 = Error in institution table T5B9P.
Text Symbol: E19 = Several tax numbers (taxan) should not exist
Text Symbol: E20 = for one company code (bukrs) -
Text Symbol: E21 = Group insurance not found in T5B9P
Text Symbol: E22 = T5B9A - 'soort' = '0007' -
Text Symbol: E23 = Error message list
Text Symbol: E24 = Message
Text Symbol: E25 = Constant
Text Symbol: E26 = doesn't exist in constant table (T511K)
Text Symbol: E27 = for the key date -
Text Symbol: E28 = Payroll data import failed for period
Text Symbol: E29 = Read Infotype
Text Symbol: E30 = failed in
Text Symbol: E50 = No company found for (BUKRS)
Text Symbol: E51 = No tax number found for company (BUKRS)


INCLUDES used within this REPORT RPCTXAB0

No INCLUDES are used within this REPORT code!


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