SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPCMASD0 SAP ABAP INCLUDE - Modules for AS LOOP Payroll Accounting (D)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCMASD0. "Basic submit
SUBMIT RPCMASD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMASD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Modules for AS LOOP Payroll Accounting (D)


INCLUDES used within this REPORT RPCMASD0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCMASD0 or its description.