SAP Reports / Programs | Payroll | Non Profit Organizations(PY-NPO) SAP PY

PCPSRUN01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 PCPSRUN01. "Basic submit
SUBMIT PCPSRUN01 AND RETURN. "Return to original report after report execution complete
SUBMIT PCPSRUN01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT PCPSRUN01

No INCLUDES are used within this REPORT code!


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:

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.



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