HUALSIP0 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 to prepare the request form that you send to the Social Insurance Fund of Ukraine (FSSU) to request the reimbursement of social insurance payments...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 HUALSIP0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRPAYUASIP0 - Request for Reimburs. of SI Payments
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: P_TEST = Test Mode
Selection Text: P_SMODE = Send Request To FSS
Selection Text: P_RMODE = Reject Request
Selection Text: P_OCRSN = D .
Selection Text: P_OCPAR = D .
Selection Text: P_IDETA = D .
Selection Text: P_FUPAR = D .
Selection Text: P_FS_NAM = D .
Selection Text: P_FS_MAN = D .
Selection Text: P_FORM = D .
Selection Text: P_FI_PHO = D .
Selection Text: P_FI_NMB = D .
Selection Text: P_FI_NAM = D .
Selection Text: P_FI_FS2 = FSSU Code (after 01.01.2011)
Selection Text: P_FI_FS1 = FSSU Code (before 01.01.2011)
Selection Text: P_FI_EDR = D .
Selection Text: P_FI_CBA = D .
Selection Text: P_FI_ADR = D .
Selection Text: P_FDATE = D .
Selection Text: P_DOCNUM = SI Document Number
Selection Text: P_DATE = SI Document Date
Selection Text: P_BUHFI = D .
Selection Text: P_BOSSFI = D .
Selection Text: P_APPL = D .
Selection Text: P_AMODE = Approve Request
Title: Request for Reimbursement of Social Insurance Payments (Ukraine)
Text Symbol: X99 = Off-Cycle Payroll
Text Symbol: X98 = Payroll reason
Text Symbol: T05 = Form Parameters
Text Symbol: T04 = Form Footer
Text Symbol: T03 = Form Header
Text Symbol: T02 = Report Parameters
Text Symbol: T01 = Other Payroll Run
Text Symbol: C02 = Display Data
Text Symbol: C01 = Display Form
Text Symbol: B03 = Type of Payroll Run
Text Symbol: B02 = Period of Request
Text Symbol: B01 = Report Mode
INCLUDE PLSIPUAI.
INCLUDE PLSIPUAD.
INCLUDE PLSIPUAS.
INCLUDE PLSIPUAP.
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.
HUALSIP0 - Request for Reimbursement of Social Insurance Payments (Ukraine) HUALSIP0 - Request for Reimbursement of Social Insurance Payments (Ukraine) HUALPFD0 - Pension Fund Declaration (Ukraine) HUALPFD0 - Pension Fund Declaration (Ukraine) HUALAVN3 - documentation and ABAP source code HUALAVN3 - documentation and ABAP source code