MP078540 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 MP078540 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = p0785-begr_betrag_waer begda = ls_p0784-datum_ehe_bis endda = ls_p0784-datum_ehe_bis.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' value_org = 'S' TABLES value_tab = lt_bez_anfrage_values_tab.
HR_VERSORGUNG_CHECK_RVNUMMER CALL FUNCTION 'HR_VERSORGUNG_CHECK_RVNUMMER' EXPORTING rvnum = i_p0785_vers_nr_ehegatte EXCEPTIONS bereichsnummer_ungueltig = 1 kein_geburtsdatum = 2 kein_buchstabe_an_9 = 3 keine_ziffer_an_10 = 4 keine_ziffer = 5 pruefziffer_falsch = 6 OTHERS = 7.
RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = 'P0785' record = i_p0785 langu = sy-langu begdat = sy-datum enddat = sy-datum tclas = 'A' * INFTY_0001 = molga = '01' TABLES fields = fields text_tab = text_tab EXCEPTIONS ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 OTHERS = 5 .
RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = 'P0785' record = i_p0785 langu = sy-langu begdat = sy-datum enddat = sy-datum tclas = 'A' * INFTY_0001 = molga = '01' TABLES fields = fields text_tab = text_tab EXCEPTIONS ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 OTHERS = 5 .
RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = 'P0785' record = i_p0785 langu = sy-langu begdat = sy-datum enddat = sy-datum tclas = 'A' * INFTY_0001 = molga = '01' TABLES fields = fields text_tab = text_tab EXCEPTIONS ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 OTHERS = 5 .
HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = ls_p0785-man_kapbetr_waer begda = ls_p0785-begda endda = ls_p0785-begda.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.