PCPSRUN01 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 PCPSRUN01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = RESTRICT * DB = ' ' EXCEPTIONS * TOO_LATE = 1 * REPEATED = 2 * NOT_DURING_SUBMIT = 3 * DB_CALL_AFTER_REPORT_CALL = 4 * SELOPT_WITHOUT_OPTIONS = 5 * SELOPT_WITHOUT_SIGNS = 6 * INVALID_SIGN = 7 * REPORT_CALL_AFTER_DB_ERROR = 8 * EMPTY_OPTION_LIST = 9 * INVALID_KIND = 10 * REPEATED_KIND_A = 11 OTHERS = 0.
HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING MAPNAME = MAP_NAME REPORTNAME = REPNAME IMPORTING MAPNAME = MAP_NAME.
HRUN_PAYSCALE_RECLASSIFICATION CALL FUNCTION 'HRUN_PAYSCALE_RECLASSIFICATION' EXPORTING PERNR = Pernr-PERNR BEGDA = PN-BEGDA ENDDA = PN-ENDDA * P0008_SUBTY = '0 ' "N0721112 P0008_SUBTY = P8_SUBTY "N0721112 RECL_DATE = rec_date * P0001_TAB = * P0008_TAB = * PNNNN_TAB = RECL_TYPE_TAB = G_RECL_TYPE_TAB * RPTIME_SIMULATION = RPTIMSIM P0041_DATAR = T_GBDAT "N0736815 IMPORTING RECL_FLAG = RECL_FLAG RECL_DATE_TAB = RECL_DATE_TAB P0008_TAB_NEW = P0008_TAB_NEW P0008_TAB_OLD = P0008_TAB_OLD PNNNN_TAB_NEW = lt_PNNNN_TAB ERROR_TAB = lt_temp_error_tab REJECT_FLAG = l_sw_reject_pernr FILTER_VALUE_TAB = lt_filter .
HR_GET_BUSINESS_ADD_IN * CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' * EXPORTING * exit_name = 'HRCMP00_PS_RECL' * flt_val = ls_filter-fltval * IMPORTING * is_implemented = l_exit_implemented * CHANGING * instance = ls_exit_impl-EXIT_INSTANCE.
HRUN_FILL_BI_MAP_IT0008 CALL FUNCTION 'HRUN_FILL_BI_MAP_IT0008' EXPORTING IM_SUBTY = P8_subty IM_MASSN = TUMMASSN IM_MASSG = TUMMASSG IM_REASON = reason IM_OLD_0008_TAB = P0008_TAB_OLD IM_NEW_0008_TAB = lt_0008_TAB_BI IM_RECL_DATE_TAB = RECL_DATE_TAB IMPORTING EX_ERROR_TAB = lt_temp_error_tab EX_BI_TAB = lt_temp_batch_input_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.