SAP Reports / Programs

HPLCP8C0 SAP ABAP Report - PIT-8C tax form







HPLCP8C0 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 HPLCP8C0 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_M46_PIT8C - Tax accounting form PIT-8C


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 HPLCP8C0. "Basic submit
SUBMIT HPLCP8C0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLCP8C0 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: CORR = Correction
Selection Text: DIAL = Print preview
Selection Text: DIMMED = Print immediately
Selection Text: FNAME = First name
Selection Text: FOR1 = Form name
Selection Text: KODUS = Tax Office Code
Selection Text: LNAME = Last name
Selection Text: PRINTER = Output device
Selection Text: P_015 = Data from IT0015
Selection Text: P_267 = Data from IT0267
Selection Text: P_PAY = Data from payment list
Selection Text: SORTUS = Sort acc. to Tax Office
Selection Text: TDARMOD = Archiving mode
Selection Text: TDDELE = Delete after print
Selection Text: TDLIFE = Spool retention period (days)
Selection Text: TDNEWID = New spool request
Selection Text: TST_ON = Test run (no update)
Title: Tax accounting form PIT-8C
Text Symbol: FR1 = Print parameters
Text Symbol: FR2 = PIT-8c additional data
Text Symbol: FRX = Responsible person


INCLUDES used within this REPORT HPLCP8C0

INCLUDE PCINTPL0. "OT41606452
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC2CD09.
INCLUDE RPC2RX09.
INCLUDE PC2RXPL0.
INCLUDE PCZDFPL0.
INCLUDE PCPIDPL0.
INCLUDE PCPITPL0. "1121069


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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = '18000101' END = '99991231' IMPORTING FIRE_DATE = FIRE_DATE HIRE_DATE = HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DIALOG = DIAL * form = for1 "OT61820077 FORM = FORM_NAME "OT61820077 LANGUAGE = 'L' OPTIONS = ITCPO.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = PERNR-PERNR TABLES IN_RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.



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