SAP Reports / Programs

HIDCFRM0 SAP ABAP Report - Report HIDCFRM0







HIDCFRM0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report extracts the data that you require to fill in the new income tax forms...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 HIDCFRM0 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_M34_CFRM0 - Run report for Employee tax etc.


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


Text pool values


Title: Report HIDCFRM0
Text Symbol: 510 = The control could not be created
Text Symbol: 349 = Employees with New TAX ID
Text Symbol: 348 = New Joinees
Text Symbol: 347 = Terminated Employees
Text Symbol: 346 = All Employees
Text Symbol: 030 = Monthly Total Tax
Text Symbol: 029 = PSG for tax offices
Text Symbol: 028 = to
Text Symbol: 027 = Result for period from
Text Symbol: 026 = Monthly Net Income after Tax
Text Symbol: 025 = Monthly Net Income
Text Symbol: 024 = Annual Total Income after Tax
Text Symbol: 023 = Annual Total Income
Text Symbol: 022 = Projected Ann. Tax
Text Symbol: 021 = Total Tax
Text Symbol: 020 = Total Gross Income
Text Symbol: 019 = Employee Tel. No.
Text Symbol: 018 = Employee Address
Text Symbol: 017 = Dependent
Text Symbol: 016 = Sex
Text Symbol: 015 = Marital Status
Text Symbol: 014 = Selection for Form 1721-II
Text Symbol: 013 = Tax Modifier
Text Symbol: 012 = Employee PayArea
Text Symbol: 011 = Employee SubGroup
Text Symbol: 010 = Employee Group
Text Symbol: 009 = Personnel No.
Text Symbol: 008 = NPWP Reg. Date
Text Symbol: 007 = Employee Tax ID
Text Symbol: 006 = Employee Name
Text Symbol: 005 = Sequence No.
Text Symbol: 004 = Please un-check Employee with Tax check box
Text Symbol: 003 = Employee with Tax
Text Symbol: 002 = Employees with non zero tax amounts
Text Symbol: 001 = Selection - Tax Grouping


INCLUDES used within this REPORT HIDCFRM0

INCLUDE PCFORMIDDD_ALV.


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