SAP Reports / Programs | Payroll(PY) SAP PY

MP063640 SAP ABAP INCLUDE - documentation and ABAP source code







MP063640 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 MP063640 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 MP063640. "Basic submit
SUBMIT MP063640 AND RETURN. "Return to original report after report execution complete
SUBMIT MP063640 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP063640

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:

HR_HU_DATE_INTERVAL CALL FUNCTION 'HR_HU_DATE_INTERVAL' EXPORTING begda = p0636-begda endda = p0636-endda IMPORTING ts_ev = q0636-ts_ev ts_ho = q0636-ts_ho tsnap = q0636-tsnap.

DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = 'P21_PS_RELEV_FAJTA' langu = sy-langu withtext = 'X' TABLES dd07v_tab = lt_fajta_txt EXCEPTIONS access_failure = 1 OTHERS = 2.

HR_HU_DATE_INTERVAL CALL FUNCTION 'HR_HU_DATE_INTERVAL' EXPORTING begda = p0636-begda endda = p0636-endda IMPORTING ts_ev = q0636-ts_ev ts_ho = q0636-ts_ho tsnap = q0636-tsnap.

HR_HU_DATE_INTERVAL CALL FUNCTION 'HR_HU_DATE_INTERVAL' EXPORTING begda = p0636-begda endda = p0636-endda IMPORTING ts_ev = q0636-ts_ev ts_ho = q0636-ts_ho tsnap = q0636-tsnap.

HR_HU_DATE_INTERVAL_SUM_SUBTY CALL FUNCTION 'HR_HU_DATE_INTERVAL_SUM_SUBTY' EXPORTING pernr = p0636-pernr subty = p0636-subty begda = l_begda endda = l_endda tt_ev = p0636-tt_ev tt_ho = p0636-tt_ho ttnap = p0636-ttnap r_ksz = p0636-r_ksz r_jju = p0636-r_jju r_vki = p0636-r_vki IMPORTING to_ev = q0636-to_ev to_ho = q0636-to_ho tonap = q0636-tonap tj_ev = q0636-tj_ev tj_ho = q0636-tj_ho tjnap = q0636-tjnap tv_ev = q0636-tv_ev tv_ho = q0636-tv_ho tvnap = q0636-tvnap.

HR_HU_DATE_INTERVAL_SUM * CALL FUNCTION 'HR_HU_DATE_INTERVAL_SUM' * EXPORTING * PERNR = P0636-PERNR * SUBTY = P0636-SUBTY * BEGDA = L_BEGDA * ENDDA = L_ENDDA * TT_EV = P0636-TT_EV * TT_HO = P0636-TT_HO * TTNAP = P0636-TTNAP * IMPORTING * TO_EV_KIM = L_TO_EV_KIM * TO_HO_KIM = L_TO_HO_KIM * TONAP_KIM = L_TONAP_KIM * TO_EV_KIMK = L_TO_EV_KIMK * TO_HO_KIMK = L_TO_HO_KIMK * TONAP_KIMK = L_TONAP_KIMK * TO_EV_KIH = L_TO_EV_KIH * TO_HO_KIH = L_TO_HO_KIH * TONAP_KIH = L_TONAP_KIH ** TO_EV = ** TO_HO = ** TONAP = * NEGAT = L_NEGAT.



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 MP063640 or its description.