SAP Reports / Programs | Payroll(PY) SAP PY

HUALSIP0 SAP ABAP Report - Request for Reimbursement of Social Insurance Payments (Ukraine)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPAYUASIP0 - Request for Reimburs. of SI Payments


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 HUALSIP0. "Basic submit
SUBMIT HUALSIP0 AND RETURN. "Return to original report after report execution complete
SUBMIT HUALSIP0 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: 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





INCLUDES used within this REPORT HUALSIP0

INCLUDE PLSIPUAI.
INCLUDE PLSIPUAD.
INCLUDE PLSIPUAS.
INCLUDE PLSIPUAP.


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