RPCMASD0 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 RPCMASD0 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 Payroll Accounting (D)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_PSREF CALL FUNCTION 'RP_GET_PSREF' "K11K116353 EXPORTING "K11K116353 pernr = p2010-pernr "K11K116353 infty = p2010-infty "K11K116353 subty = p2010-subty "K11K116353 objps = p2010-objps "K11K116353 sprps = p2010-sprps "K11K116353 endda = p2010-endda "K11K116353 begda = p2010-begda "K11K116353 seqnr = p2010-seqnr "K11K116353 refex = p2010-refex "K11K116353 ordex = p2010-ordex "K11K116353 IMPORTING "K11K116353 opsref = psref "K11K116353 EXCEPTIONS "K11K116353 not_found = 01 "K11K116353 no_ref_or_ack = 02 "K11K116353 ref_and_ack_exist = 03 "K11K116353 * ARBID_NOT_FOUND = 04 "K11K116353 * KOSTL_NOT_COMPLETE = 05 "K11K116353 * KOSTL_NOT_FOUND = 06 "K11K116353 OTHERS = 07. "K11K116353
RP_GET_PSREF CALL FUNCTION 'RP_GET_PSREF' "K11K116353 EXPORTING "K11K116353 pernr = p2002-pernr "K11K116353 infty = p2002-infty "K11K116353 subty = p2002-subty "K11K116353 objps = p2002-objps "K11K116353 sprps = p2002-sprps "K11K116353 endda = p2002-endda "K11K116353 begda = p2002-begda "K11K116353 seqnr = p2002-seqnr "K11K116353 refex = p2002-refex "K11K116353 ordex = p2002-ordex "K11K116353 IMPORTING "K11K116353 opsref = psref "K11K116353 EXCEPTIONS "K11K116353 not_found = 01 "K11K116353 no_ref_or_ack = 02 "K11K116353 ref_and_ack_exist = 03 "K11K116353 * ARBID_NOT_FOUND = 04 "K11K116353 * KOSTL_NOT_COMPLETE = 05 "K11K116353 * KOSTL_NOT_FOUND = 06 "K11K116353 OTHERS = 07. "K11K116353
PYDE_CUMULATION_SCRT CALL FUNCTION 'PYDE_CUMULATION_SCRT' EXPORTING molga = calcmolga begda = aper-begda sw_prot = sw_prot TABLES rt = rt st = st scrt = scrt ptext = ptext errortext = error_ptext.
HRPY_DOSEZ_TVOED_JSZ_RR_EXIT_S CALL FUNCTION 'HRPY_DOSEZ_TVOED_JSZ_RR_EXIT_S' "MOLN987695 EXPORTING pernr = pernr-pernr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.