PCSUBRU0_IMPORT_INTO_BUFFER_CE 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 PCSUBRU0_IMPORT_INTO_BUFFER_CE 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 PCSUBRU0_IMPORT_INTO_BUFFER_CE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_COPY_TBUFF_TO_BUFFER CALL FUNCTION 'HR_COPY_TBUFF_TO_BUFFER' EXPORTING * DATABASE_TABLE = 'PCL2' clusterid = t500l-relid TABLES buffer = tbuff buffer_directory = buffer_dir EXCEPTIONS error_buffertab = 1 OTHERS = 2.
HR_IMPORT_RGDIR_FROM_PCLX CALL FUNCTION 'HR_IMPORT_RGDIR_FROM_PCLX' EXPORTING employee_number = employee_number cluster_id = t500l-relid TABLES import_rgdir = p_rgdir EXCEPTIONS no_results = 1 no_read_authority = 2 OTHERS = 3.
PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' EXPORTING clusterid = t500l-relid employeenumber = employee_number * READ_ONLY_BUFFER = read_only_international = 'X' TABLES rgdir = p_rgdir imported_periods = p_results EXCEPTIONS import_error = 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.
PCSUBRU0_IMPORT_INTO_BUFFER_CE - Include PCSUBRU0_IMPORT_INTO_BUFFER_CE PCSUBRU0_IMPORT - Include PCSUBRU0_IMPORT PCSUBRU0_GET_TIME_UNITS - Include PCSUBRU0_GET_TIME_UNITS PCSUBRU0_GET_TIME_4_RUSI0 - Include PCSUBRU0_GET_TIME_4_RUSI0 PCSUBRU0_GET_TAX_SCALE - Include PCSUBRU0_GET_TAX_SCALE PCSUBRU0_GET_START_END_DATES - Include PCSUBRU0_GET_START_END_DATES