PCAFFMX0 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 PCAFFMX0 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!
DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = wa_pernr-pernr exceptions others = 0.
DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = p_pernr exceptions others = 0.
ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING pernr = wa_pernr-pernr EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
HR_MX_SDI_MODIFY_IT0372 CALL FUNCTION 'HR_MX_SDI_MODIFY_IT0372' EXPORTING PV_ABKRS = gt_abkrs_list TABLES P_P0372 = lt_n0372 exceptions error_modify_it0372 = 1 error_modify_it0003 = 2 error_read_pa03_pcr = 3 error_pa03_pcr_locked = 4 OTHERS = 5.
HR_MX_SDI_MODIFY_IT0372 CALL FUNCTION 'HR_MX_SDI_MODIFY_IT0372' TABLES p_p0372 = l_n0372 EXCEPTIONS error_modify_it0372 = 1 error_modify_it0003 = 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.