RPCDECU0PBS_FORMS 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 RPCDECU0PBS_FORMS 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.
Title: Include RPCDECU0PBS_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRPAY00DEC2_COMPARISON CALL FUNCTION 'HRPAY00DEC2_COMPARISON' EXPORTING p_costdata = p_costdata p_aper = aper p_costs = l_ocost p_comparison = '1' IMPORTING p_match = l_match TABLES p_error = p_error.
HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0169' TABLES infty_tab = l_p0169 EXCEPTIONS infty_not_found = 1.
CD_READ_PREVIOUS CALL FUNCTION 'CD_READ_PREVIOUS' EXPORTING in_record = l_rgdir exact = ' ' last = ' ' all = ' ' ignore_abkrs = ' ' TABLES rgdir = l_in[] out_rgdir = l_out[] EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_READ_PREVIOUS CALL FUNCTION 'CD_READ_PREVIOUS' EXPORTING in_record = l_rgdir exact = 'X' last = ' ' all = ' ' ignore_abkrs = ' ' TABLES rgdir = l_in[] out_rgdir = l_out[] EXCEPTIONS no_record_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.