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

MP019140 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DBLEA' struc_content = pme37 kind_of_error = '3' IMPORTING back = vorschlag CHANGING status = ret_code EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = display fieldname = fnam tabname = tnam no_conversion = 'X' IMPORTING select_value = aufwd TABLES fields = ihelp_fields valuetab = helptab.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynp_values EXCEPTIONS OTHERS = 1.

RP_GET_BAUSTELLE * CALL FUNCTION 'RP_GET_BAUSTELLE' * EXPORTING * PTDBK = PTDB1 * BEGINDATUM = DATUM * TABLES * PTDBF = PTDB2 * EXCEPTIONS * NO_RELEVANT_KEY = 01 * NO_ENTRY_FOUND_T5DB4 = 02 * NO_ENTRY_FOUND_T5DB5 = 03 * NO_ENTRY_FOUND_T5DB6 = 04 * NO_ENTRY_FOUND_PRPS = 05 * NO_ENTRY_FOUND_AUFK = 06 * NO_ENTRY_FOUND_VBUK = 07 * NO_ENTRY_FOUND_CKPH = 08.

RP_GET_PSREF CALL FUNCTION 'RP_GET_PSREF' EXPORTING pernr = i0191-pernr infty = i0191-infty subty = i0191-subty objps = i0191-objps sprps = i0191-sprps endda = i0191-endda begda = i0191-begda seqnr = i0191-seqnr refex = i0191-refex ordex = i0191-ordex IMPORTING opsref = ipsref EXCEPTIONS not_found = 01 no_ref_or_ack = 02 ref_and_ack_exist = 03 * arbid_not_found = 04 * kostl_not_complete = 05 * kostl_not_found = 06 OTHERS = 07.

HR_DE_CI_BS_AT_F2 CALL FUNCTION 'HR_DE_CI_BS_AT_F2' EXPORTING ls_baustelle = ls_ptdb6.

HR_DE_CI_EVA_CALC_WA_ERSTATT CALL FUNCTION 'HR_DE_CI_EVA_CALC_WA_ERSTATT' EXPORTING wavkm = p0191-wavkm waetk = p0191-waetk waamf = p0191-waamf watrk = p0191-watrk datum = p0191-begda IMPORTING betrag = betrag.

RP_GET_PSREF CALL FUNCTION 'RP_GET_PSREF' EXPORTING pernr = l_p0191-pernr infty = l_p0191-infty subty = l_p0191-subty objps = l_p0191-objps sprps = l_p0191-sprps endda = l_p0191-endda begda = l_p0191-begda seqnr = l_p0191-seqnr refex = l_p0191-refex ordex = l_p0191-ordex IMPORTING opsref = l_psref EXCEPTIONS not_found = 01 no_ref_or_ack = 02 ref_and_ack_exist = 03 * arbid_not_found = 04 * kostl_not_complete = 05 * kostl_not_found = 06 OTHERS = 07.

HR_READ_T588M_WITH_PME04 CALL FUNCTION 'HR_READ_T588M_WITH_PME04' EXPORTING repna = sy-repid pme04 = l_pme04 IMPORTING dbild = l_dbild CHANGING dynnr = l_dynnr EXCEPTIONS error_in_feature = 1 OTHERS = 2.



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