SAP Reports / Programs

HPLCPR00 SAP ABAP Report - Tax accounting form PIT-R







HPLCPR00 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 HPLCPR00 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_PITR - Tax accounting form PIT-R


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 HPLCPR00. "Basic submit
SUBMIT HPLCPR00 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLCPR00 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: DIAL = Print preview
Selection Text: DIMMED = Print immediately
Selection Text: FNAME = First name
Selection Text: FORMUL = Form
Selection Text: KOLB = Column B
Selection Text: KOLC = Column C
Selection Text: KOLD = Column D
Selection Text: KOLF = Column F
Selection Text: LNAME = Last name
Selection Text: PRINTER = Output device
Selection Text: P_KOREKT = Correction
Selection Text: TDARMOD = Archiving mode
Selection Text: TDDELE = Delete after print
Selection Text: TDLIFE = Spool retention period (days)
Selection Text: TDNEWID = New spool request
Title: Tax accounting form PIT-R
Text Symbol: FR1 = Print parameters
Text Symbol: FR2 = PIT-R additional data
Text Symbol: FRX = Responsible person


INCLUDES used within this REPORT HPLCPR00

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


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 * APPLICATION = 'TX' * ARCHIVE_INDEX = ' ' * ARCHIVE_PARAMS = ' ' * DEVICE = 'PRINTER' DIALOG = DIAL * form = 'HRPL_PITR_01' "HR-PL-43 * form = formul "OT61820077 FORM = FORM_NAME "OT61820077 LANGUAGE = 'L' OPTIONS = ITCPO * MAIL_SENDER = ' ' * MAIL_RECIPIENT = ' ' * MAIL_APPL_OBJECT = ' ' * RAW_DATA_INTERFACE = '*' * IMPORTING * LANGUAGE = * NEW_ARCHIVE_PARAMS = * RESULT = EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 MAIL_OPTIONS = 6 ARCHIVE_ERROR = 7 OTHERS = 8 .

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING * ELEMENT = ' ' * FUNCTION = 'SET' * TYPE = 'BODY' WINDOW = 'MAIN' * IMPORTING * PENDING_LINES = EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 BAD_PAGEFORMAT_FOR_PRINT = 7 OTHERS = 8 .

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' * IMPORTING * RESULT = * RDI_RESULT = * TABLES * OTFDATA = EXCEPTIONS UNOPENED = 1 BAD_PAGEFORMAT_FOR_PRINT = 2 OTHERS = 3 .



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