PCEDXCO0 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 PCEDXCO0 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!
HRCO_GET_TIME_BETWEEN_DATES CALL FUNCTION 'HRCO_GET_TIME_BETWEEN_DATES' EXPORTING beg_date = phire end_date = pfire IMPORTING days = date-days months = date-month years = date-years EXCEPTIONS invalid_period = 1 OTHERS = 2.
HR_DETERMINE_BEG_END_OF_PERIOD CALL FUNCTION 'HR_DETERMINE_BEG_END_OF_PERIOD' EXPORTING det_permo = versc-permo det_date = versc-fpend IMPORTING det_begda = lc_begper det_endda = lc_endper EXCEPTIONS customizing_error = 1 OTHERS = 2.
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = il_importe filler = '-' currency = ip_curr language = sprkz IMPORTING in_words = il_texto EXCEPTIONS not_found = 1 too_large = 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.