SAP Reports / Programs

HKWPESC0 SAP ABAP Report - PIFSS Form 168 - Employee Status Change







HKWPESC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report program to generate the statutory form 168 required by the Public Institution for Social Security (PIFSS)...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 HKWPESC0 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

PY_KW_HKWPESC0 - Employee Status Change Form


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 HKWPESC0. "Basic submit
SUBMIT HKWPESC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HKWPESC0 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: S_SOCA = Social Allowance
Selection Text: S_MONS = Monthly salary(monthly wage)
Selection Text: S_HOUS = Monthly salary(hourly wage)
Selection Text: P_TERM = Termination
Selection Text: P_HIRE = Hiring
Selection Text: P_FORM = Logical Form Name
Selection Text: P_EXCL = Evaluate Excluded Employees
Title: PIFSS Form 168 - Employee Status Change
Text Symbol: N04 = Successfully Processed Employees
Text Symbol: N03 = Message Log
Text Symbol: N02 = Warning Messages
Text Symbol: N01 = Selection Statistics
Text Symbol: L01 = Processing Log
Text Symbol: B01 = Print PDF
Text Symbol: 051 = Salary Change
Text Symbol: 050 = Admission/Termination
Text Symbol: 040 = Type
Text Symbol: 032 = Social Allowance
Text Symbol: 031 = New Salary
Text Symbol: 030 = Change Effective Date
Text Symbol: 014 = Wage Type Options
Text Symbol: 013 = Action Options
Text Symbol: 012 = Remarks
Text Symbol: 011 = Termination Date
Text Symbol: 010 = Enrollment Date
Text Symbol: 009 = Full Name
Text Symbol: 008 = Civil ID
Text Symbol: 007 = PDF Options
Text Symbol: 006 = Select one record for printing
Text Symbol: 005 = Unsuccessfully Processed Employees
Text Symbol: 004 = Excluded Employees
Text Symbol: 003 = Successfully Processed Employees
Text Symbol: 002 = Selected Employees
Text Symbol: 001 = Report Exclusions


INCLUDES used within this REPORT HKWPESC0

INCLUDE HKWPESC0_TOP.
INCLUDE HKWPESC0_SEL.
INCLUDE HKWPESC0_F01.
INCLUDE HKWPESC0_MAI.





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