RPCMAOD0 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 RPCMAOD0 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: Country-specific modules Civil Service (VBL/Child Allowance)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = pernr-pernr infty = '0118' BEGDA = aper-begda ENDDA = aper-endda IMPORTING "YREL9CK022537 subrc = l_subrc "YREL9CK022537 tables infty_tab = I0118 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' "YREM2571788 EXPORTING "YREM2571788 I_MOLGA = calcmolga "YREM2571788 I_APPL = 'KIG1' "YREM2571788 I_DATE = aper-endda "YREM2571788 IMPORTING "YREM2571788 E_VALID = sw_appl_ver1 "YREM2571788 . "YREM2571788
HR_BERECHNE_KINDERGELD call function 'HR_BERECHNE_KINDERGELD' exporting begda = aper-pbegd " because complete amount endda = aper-pendd " to be paid in this split IMPORTING KGSUM = kindergeldsumme tables input_it0118 = I0118 INPUT_IT0021 = p0021 KINDER = tab_aufteilung EXCEPTIONS UNGUELTIGE_AUSPRAEGUNG = 1 UNGUELTIGER_ZEITRAUM = 2 KINDERGELDKONSTANTE_FEHLT = 3 OTHERS = 4.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = pernr-pernr infty = '0118' BEGDA = aper-pbegd ENDDA = help_endda IMPORTING "YREL9CK022537 subrc = l_subrc "YREL9CK022537 tables infty_tab = I0118 EXCEPTIONS INFTY_NOT_FOUND = 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.
RPCMAOD0 - Country-specific modules Civil Service (VBL/Child Allowance) RPCMANE0 - Payroll functions for calculating seniority RPCMALN0 - documentation and ABAP source code RPCMALJ0 - INCLUDE for RPCALCJ0 : Company Loan Japan (copied from RPCMAL00) RPCMAL32 - documentation and ABAP source code RPCMAL30 - documentation and ABAP source code