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
Below is a list of transaction codes which are relevant to this SAP report
PY_KW_HKWPESC0 - Employee Status Change Form
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.
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
INCLUDE HKWPESC0_TOP.
INCLUDE HKWPESC0_SEL.
INCLUDE HKWPESC0_F01.
INCLUDE HKWPESC0_MAI.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.