PCSIBPL0 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 PCSIBPL0 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: Modules for AS LOOP (International Version)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' "HR-PL-32 IMPORTING "HR-PL-32 FIRE_DATE = FIRE_DATE "HR-PL-32 HIRE_DATE = HIRE_DATE "HR-PL-32 TABLES "HR-PL-32 PPHIFI = PHIFI "HR-PL-32 PP0000 = P0000 "HR-PL-32 PP0001 = P0001. "HR-PL-32
HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = ld_begda endda = p_hire kug = 'ALL' working_hours = 'X' TABLES i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2003 = p2003 perws = lt_pws EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.