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

HIECPAC0 SAP ABAP Report - Report to change payroll area for mulitple employees







HIECPAC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For report documentation please see release note number 440544 ..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 HIECPAC0 into the relevant SAP transactions such as SE38 or SE80


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 HIECPAC0. "Basic submit
SUBMIT HIECPAC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HIECPAC0 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: TEST = Test Run If Checked
Selection Text: CONVDATE = Payroll Area Changeover date
Selection Text: ABKRO = Old Payroll Area
Selection Text: ABKR1 = New Payroll Area
Title: Report to change payroll area for mulitple employees
Text Symbol: PRA = Payroll Area Selection See Note 422351 Before Execution
Text Symbol: 145 = is not equal to the payroll period begin date for permo
Text Symbol: 144 = The conversion date
Text Symbol: 142 = not defined in t549R
Text Symbol: 141 = Period modifier:
Text Symbol: 140 = refer to table t549r for period modifiers:
Text Symbol: 139 = The periodicity of period modifers differ
Text Symbol: 138 = not defined in t549a
Text Symbol: 137 = Payroll area:
Text Symbol: 136 = to convert
Text Symbol: 135 = No infotype 1 records with payroll area abkro
Text Symbol: 134 = converted to:
Text Symbol: 133 = Employee infotype 1 records successfully
Text Symbol: 132 = Employees in payroll area:
Text Symbol: 131 = Employee:
Text Symbol: 130 = E
Text Symbol: 129 = Test mode only - infotypes have not been update
Text Symbol: 002 = Employee:


INCLUDES used within this REPORT HIECPAC0

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:

TR_APPEND_LOG call function 'TR_APPEND_LOG' exporting master_langu = mess_langu tables xmsg = messages.

TRINT_FLUSH_LOG call function 'TRINT_FLUSH_LOG' exporting iv_display_level = 2.

HR_INFOTYPE_OPERATION call function 'HR_INFOTYPE_OPERATION' exporting infty = '0001' number = i0001-pernr * SUBTYPE = * OBJECTID = * LOCKINDICATOR = validityend = i0001-begda validitybegin = i0001-endda * RECORDNUMBER = record = i0001 operation = 'COP' * TCLAS = 'A' * DIALOG_MODE = '0' * NOCOMMIT = * VIEW_IDENTIFIER = * SECONDARY_RECORD = importing return = return key = key .

BAPI_EMPLOYEE_DEQUEUE call function 'BAPI_EMPLOYEE_DEQUEUE' exporting number = pr-pernr.

BAPI_EMPLOYEE_ENQUEUE call function 'BAPI_EMPLOYEE_ENQUEUE' exporting number = pr-pernr importing return = return.



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