SAP Reports / Programs | Payroll(PY) SAP PY

MP072940 SAP ABAP INCLUDE - documentation and ABAP source code







MP072940 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 MP072940 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 MP072940. "Basic submit
SUBMIT MP072940 AND RETURN. "Return to original report after report execution complete
SUBMIT MP072940 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 MP072940

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_CZ_PS_FIND_ACTION call function 'HR_CZ_PS_FIND_ACTION' exporting oscis = p0729-pernr rozhd = p0729-begda importing masn = massn masg = massg exceptions no_select = 1 no_record = 2 others = 3.

HR_CZ_PS_WHAT_IS_MAN_KIND call function 'HR_CZ_PS_WHAT_IS_MAN_KIND' exporting c_pernr = p0729-pernr c_datum = datop importing kind_of_man = mkind exceptions pernr_does_not_exist = 1 no_data = 2 others = 3.

HR_CZ_PS_TXT_DISP call function 'HR_CZ_PS_TXT_DISP' exporting w0729 = p0729 form = tdform mode = mode importing o_info = o_info tables txt1 = t_line changing datti = datt casti = cast.

HR_CZ_PS_TXT_DISP call function 'HR_CZ_PS_TXT_DISP' exporting w0729 = p0729 form = tdform mode = mode importing o_info = o_info tables txt1 = t_line changing datti = datt casti = cast.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' * object = 'CZ_HRPS002'VI/04 object = 'HR_CZ_002' "VI/04 subobject = subobj toyear = rok importing number = cislo exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 others = 8.

HR_CZ_PS_GET_CISROZ2 call function 'HR_CZ_PS_GET_CISROZ2' exporting rok = rok werks = p_t5tpscroz_werks kdo = p_t5tpscroz_kdo cc = p_t5tpscroz1_cc datum = p_t5tpscroz_begda dcis = p_dcis importing cisroz = p_p0729_crozh exceptions no_kdo_in_t5tpscroz2 = 1 no_cc_in_t5tpscroz1 = 2 "20080714:Jarcec-EHP4,obvious interval_not_found = 3 number_range_not_intern = 4 object_not_found = 5 quantity_is_0 = 6 quantity_is_not_1 = 7 interval_overflow = 8 buffer_overflow = 9 others = 10.



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