HCOPARA0 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 HCOPARA0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M38_PARA - Parafiscal contributions
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_PYTY = Payroll type
Selection Text: S_ENTI = Entity
Selection Text: P_VARI = Layout
Title: Parafiscal contributions
Text Symbol: S14 = View In payroll periods
Text Symbol: S15 = View For payroll periods
Text Symbol: S16 = SAP List Viewer
Text Symbol: S17 = ALV grid control
Text Symbol: S18 = Excel
Text Symbol: S20 = Excel templates (*.XLT)|*.XLT|
Text Symbol: S21 = File (all) (*.*)|*.*|
Text Symbol: S22 = Settlement
Text Symbol: S23 = Payroll comparison
Text Symbol: S25 = Layout variant
Text Symbol: S26 = PC file template
Text Symbol: S31 = Special run comparison
Text Symbol: T01 = Bas
Text Symbol: T02 = Cajas
Text Symbol: T03 = ICBF
Text Symbol: T04 = SENA
Text Symbol: T05 = Total
Text Symbol: T06 = ID number
Text Symbol: S13 = Off-cycle payroll
Text Symbol: 001 = ALV output
Text Symbol: 002 = Parafiscal contr.
Text Symbol: 003 = Period:
Text Symbol: 004 = Other data
Text Symbol: B01 = Payroll period
Text Symbol: B02 = Payroll period
Text Symbol: P01 = Regular payroll run
Text Symbol: P02 = Off-cycle payroll
Text Symbol: P03 = SAP List ALV
Text Symbol: P04 = ALV grid control
Text Symbol: P05 = Excel
Text Symbol: S01 = Period
Text Symbol: S02 = t
Text Symbol: S03 = Payroll area
Text Symbol: S04 = Period selection
INCLUDE: PCFTBCO0, " TABLES COLOMBIA
PCIFTCO0, " INFOTYPES COLOMBIA
PCALVCO0, " ALV COLOMBIA
No SAP DATABASE tables are accessed within this REPORT code!
HRCO_HIRE_FIRE CALL FUNCTION 'HRCO_HIRE_FIRE' EXPORTING pernr = pernr-pernr begda = pn-begda endda = pn-endda IMPORTING hiredate = gl_hiredate firedate = gl_firedate TABLES pp0000 = p0000 pp0001 = p0001.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '0831' begda = pn-begda endda = pn-endda TABLES infty_tab = it_p0831 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
BAPI_CURRENCY_GETDECIMALS CALL FUNCTION 'BAPI_CURRENCY_GETDECIMALS' EXPORTING currency = p_waers IMPORTING currency_decimals = curdec return = return.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = p_gl_alv_template i_save = 'A' IMPORTING e_exit = lv_rc es_variant = p_gl_alv_template EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' CHANGING cs_variant = p_gl_alv_template EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = p_gl_alv_template EXCEPTIONS not_found = 1 OTHERS = 2.
PA03_PERIODDATES_GET CALL FUNCTION 'PA03_PERIODDATES_GET' EXPORTING f_abkrs = lv_pnpxabkr IMPORTING f_permo = p_lv_permo f_current_begda = p_p_p_begda f_current_endda = p_p_p_endda CHANGING f_current_period = p_p_p_abrp f_current_year = p_p_p_abrj EXCEPTIONS pcr_does_not_exist = 1 abkrs_does_not_exist = 2 period_does_not_exist = 3 OTHERS = 4.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = slis_ev_pf_status_set i_callback_user_command = slis_ev_user_command i_callback_top_of_page = slis_ev_top_of_page is_layout = st_layout it_fieldcat = it_fieldcat[] it_sort = it_sort[] i_default = pco00_check i_save = c_save is_variant = st_variant it_events = it_events[] is_print = st_print TABLES t_outtab = dataemployee EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_list_top_of_page[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.