SAP Reports / Programs | Payroll | Ireland(PY-IE) SAP PY

HIECPRD_DELIMIT_IT3359 SAP ABAP Report - Delimit Infotype 3359 (PRD)







HIECPRD_DELIMIT_IT3359 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 HIECPRD_DELIMIT_IT3359 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

PC11_3359_DELIMIT - Tr Code for HIECPRD_DELIMIT_IT3359.


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 HIECPRD_DELIMIT_IT3359. "Basic submit
SUBMIT HIECPRD_DELIMIT_IT3359 AND RETURN. "Return to original report after report execution complete
SUBMIT HIECPRD_DELIMIT_IT3359 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: BEGDA = Financial year Begin date
Selection Text: P_TEST = Test Mode
Title: Delimit Infotype 3359 (PRD)
Text Symbol: 003 = Delimit 3359 Record - Start Date Information
Text Symbol: E07 = EE is terminated in the previous YR
Text Symbol: E08 = Hiring date is greater than 31.12.9999
Text Symbol: E09 = Firing date is not equal to 31.12.9999
Text Symbol: E10 = Delimit Date should NOT be LT Paydt of the last valid payroll run.
Text Symbol: FR1 = Financial Year begin and end date details.
Text Symbol: PER = Personnel Number Selection
Text Symbol: PRO = Processing Options
Text Symbol: ST0 = Enter the Start Date of the FY ( Ex : 01.01.XXXX)
Text Symbol: ST1 = Employees selected for processing
Text Symbol: ST2 = Number of IT3359 records delimited
Text Symbol: ST3 = No of rejected Employees
Text Symbol: ST4 = No EE's selected for rejection
Text Symbol: ST5 = Global PRD switch not activated CHECK 'T7IEPS_ALL'
Text Symbol: ST6 = Employees with IT3359 records not Updated
Text Symbol: ST8 = IT3359 Record already exists for the year
Text Symbol: ST9 = No EE's selected with warnings issued


INCLUDES used within this REPORT HIECPRD_DELIMIT_IT3359

INCLUDE IEPRD_3359_HIECILCD.
INCLUDE IEPRD_3359_DATA_DECLARE.
INCLUDE IEPRD_3359_SELECTION_SCREEN.
INCLUDE IEPRD_3359_CORE_BLOCK.
INCLUDE IEPRD_3359_USER_COMMAND.
INCLUDE PRD_3359_PRD_ALV_FORM_ROUTINES.


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