SAP Reports / Programs

HPLCSIC1 SAP ABAP Report - Social and health insurance contribution statement







HPLCSIC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HPLCSIC1 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 HPLCSIC1. "Basic submit
SUBMIT HPLCSIC1 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLCSIC1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Social and health insurance contribution statement
Selection Text: SO_PAYTY = D .
Selection Text: SO_PAYID = D .
Selection Text: SO_OCRSN = D .
Selection Text: P_VAR = Table layout variant
Selection Text: NEG = Only pers. with negat. amounts
Title: Social and health insurance contribution statement
Text Symbol: 352 = Age s. base
Text Symbol: 351 = Health contribution
Text Symbol: 350 = Health cont.
Text Symbol: 349 = Health base
Text Symbol: 348 = Health base
Text Symbol: 347 = FEP contribution
Text Symbol: 346 = FEP cont.
Text Symbol: 345 = FEP base
Text Symbol: 344 = FEP base
Text Symbol: 343 = FGSP contribution
Text Symbol: 342 = FGSP cont.
Text Symbol: 341 = FGSP base
Text Symbol: 340 = FGSP base
Text Symbol: 339 = FP contribution
Text Symbol: 338 = FP cont.
Text Symbol: 353 = Age pension - state contribution base
Text Symbol: 354 = Age s. cont.
Text Symbol: 355 = Age pension - state contribution
Text Symbol: 356 = Dis. s. base
Text Symbol: 357 = Disability pension - state contrib. base
Text Symbol: 358 = Dis. s. cont.
Text Symbol: 359 = Disability pension - state contribution
Text Symbol: 360 = Health s. base
Text Symbol: 361 = Health - state contribution base
Text Symbol: 362 = Health s. cont.
Text Symbol: 363 = Health - state contribution
Text Symbol: 364 = A.sick c. base
Text Symbol: 365 = Accident sick pay contribution base
Text Symbol: 366 = Last name
Text Symbol: 367 = First name
Text Symbol: TX1 = Additional data





Text Symbol: 300 = I
Text Symbol: 301 = Icon (warning)
Text Symbol: 302 = Payment ID
Text Symbol: 303 = Payment ID
Text Symbol: 304 = Payment date
Text Symbol: 305 = Payment date
Text Symbol: 306 = Type
Text Symbol: 307 = Payroll type
Text Symbol: 308 = ID
Text Symbol: 309 = Payroll ID
Text Symbol: 310 = Reason
Text Symbol: 311 = Payroll reason
Text Symbol: 312 = Pers.no.
Text Symbol: 313 = Personnel number
Text Symbol: 314 = Employee name
Text Symbol: 315 = Employee name
Text Symbol: 316 = Insur. title
Text Symbol: 317 = Insurance title
Text Symbol: 318 = Age base
Text Symbol: 319 = Age pension contribution base
Text Symbol: 320 = Age c. ER
Text Symbol: 321 = Age pension contribution by employer
Text Symbol: 322 = Age c. EE
Text Symbol: 323 = Age pension contribution by employee
Text Symbol: 324 = Dis. base
Text Symbol: 325 = Disability pension base
Text Symbol: 326 = Dis. c. ER
Text Symbol: 327 = Disability pension contrib. by employer
Text Symbol: 328 = Dis. c. EE
Text Symbol: 329 = Disability pension contrib. by employee
Text Symbol: 330 = Sick c. base
Text Symbol: 331 = Sick pay contribution base
Text Symbol: 332 = Sick cont.
Text Symbol: 333 = Sick pay contribution
Text Symbol: 334 = A.sick cont.
Text Symbol: 335 = Accident sick pay contribution
Text Symbol: 336 = FP base
Text Symbol: 337 = FP base


INCLUDES used within this REPORT HPLCSIC1

INCLUDE RPPPXD00.





INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC2CD09.
INCLUDE RPC2RX09.
INCLUDE PC2RXPL0.
INCLUDE PCZDFPL0.
INCLUDE PCPIDPL0.
INCLUDE HPLCSIC10.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid * i_grid_title = lv_title is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = 'A' is_variant = gv_variant "1842905ins TABLES t_outtab = it_color EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gv_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = gv_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = p_variant i_save = 'A' IMPORTING es_variant = p_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.



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