PCSSRVE1 is a standard ABAP INCLUDE 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 PCSSRVE1 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.
INCLUDE PCERMVE0.
INCLUDE PCSCRVE0.
INCLUDE PUTMMVE1.
INCLUDE PCTABVE0.
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = p_pernr_pernr endda = p_endda IMPORTING entrydate = hire_date TABLES entry_dates = tab_entry_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING end = p_endda IMPORTING fire_date = fire_date hire_date = hire_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001 EXCEPTIONS OTHERS = 1.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = p_pernr_pernr TABLES in_rgdir = p_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING void_indicator = space TABLES in_rgdir = p_in_rgdir out_rgdir = p_out_rgdir EXCEPTIONS OTHERS = 1.
CD_SELECT_JUPER CALL FUNCTION 'CD_SELECT_JUPER' EXPORTING juper_low = p_employee_juper juper_high = p_employee_juper TABLES in_rgdir = p_in_rgdir out_rgdir = p_out_rgdir EXCEPTIONS OTHERS = 1.
CD_SELECT_DATE_RANGE CALL FUNCTION 'CD_SELECT_DATE_RANGE' EXPORTING fpper_begda = p_first_date fpper_endda = p_last_date TABLES in_rgdir = p_in_rgdir out_rgdir = p_out_rgdir EXCEPTIONS OTHERS = 1.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = c_actual TABLES in_rgdir = p_in_rgdir out_rgdir = p_out_rgdir EXCEPTIONS OTHERS = 1.
HRVE_CONVERT_CURR_NAT_PAY_TABS call function 'HRVE_CONVERT_CURR_NAT_PAY_TABS' exporting iv_target_currency = gv_calc_currency iv_currency_rate_date = gv_currency_rate_date CHANGING CT_SI_EVAL = si_eval[] * CT_TAX = tax[] * CT_TAX_EVAL = TAX_EVAL[] * CT_SEN_EVAL = SEN_EVAL[] * CT_PS_EVAL = PS_EVAL[] * CT_INC_EVAL = INC_EVAL[] * CT_LPH_EVAL = LPH_EVAL[] * CT_INT_EVAL = INT_EVAL[] * CT_ABS_EVAL = ABS_EVAL[] EXCEPTIONS ERROR = 1 OTHERS = 2 .
HRVE_RETRIEVE_T511P_BY_MOLGA CALL FUNCTION 'HRVE_RETRIEVE_T511P_BY_MOLGA' EXPORTING p_molga = pve00_molga p_begda = p_pn_begda p_endda = p_pn_endda TABLES local_t511p = temp_t511p EXCEPTIONS not_found = 1 OTHERS = 2.
HRVE_GET_CURRENCY call function 'HRVE_GET_CURRENCY' exporting iv_currency_determination_date = p_currency_determination_date IMPORTING EV_CURRENCY = p_currency EV_CURRENCY_RATE_DATE = p_currency_rate_date ev_error_text = lv_error_text EXCEPTIONS ERROR = 1 OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = SY-REPID I_INTERNAL_TABNAME = 'PVEMT' I_STRUCTURE_NAME = 'PVEMT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = IT_FIELDCATALOG EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'TMSNAME' i_rollname = 'TEXT32' i_seltext_s = 'Fichero'(026) * I_SELTEXT_M = * I_SELTEXT_L = * I_COL_POS = * IMPORTING * ES_FIELDCAT = CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'TSOBJ' i_rollname = 'P_TS_TSOBJ' * I_SELTEXT_S = * I_SELTEXT_M = * I_SELTEXT_L = * I_COL_POS = * IMPORTING * ES_FIELDCAT = CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'PUSHTMSE' i_rollname = 'BALIMSGTY' i_seltext_s = 'Vis.'(022)
HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'DOWNLOAD' i_rollname = 'BALIMSGTY' i_seltext_s = 'Down.'(027)
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'TEMSE' * I_STRUCTURE_NAME = 'HRPAD_PAL_TEMSE' * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = it_fieldcat = l_temse_fcat * I_SAVE = * IS_VARIANT = * I_DEFAULT = 'X' * IT_PRINT_FCAT = is_layout = l_layout * I_S_PRINT_OPTIONS = * I_TREE_SORT = i_clbk = l_clbk EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Ficheros TemSe Generados'(030) * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'TEMSE' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = IMPORTING e_node_key = l_temse_node EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_temse_node i_row_data = l_temse_row EXCEPTIONS program_error = 1 OTHERS = 2.
CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3 .
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_conversion i_msgid = 'BL' i_msgty = 'S' i_msgno = '001' i_msgv1 = l_msgv1 EXCEPTIONS program_error = 1 others = 2.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_conversion i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = l_msgv1 EXCEPTIONS program_error = 1 others = 2.
H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant options = l_options EXCEPTIONS OTHERS = 99.
H99B_OUTPUT_LFORM CALL FUNCTION 'H99B_OUTPUT_LFORM' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant i_data_struc = ls_outtab EXCEPTIONS OTHERS = 99.
H99B_CLOSE_LFORM_JOB CALL FUNCTION 'H99B_CLOSE_LFORM_JOB' EXCEPTIONS OTHERS = 99.
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 PCSSRVE1 or its description.