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
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.
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
INCLUDE RPPPXD00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
HPLCSIC1 - Social and health insurance contribution statement HPLCSIC1 - Social and health insurance contribution statement HPLCSIC0 - Social insurance contributions statement HPLCSIC0 - Social insurance contributions statement HPLCRT00 - List RT and CRT from several payroll results (POLAND) HPLCRT00 - List RT and CRT from several payroll results (POLAND)