SAP Reports / Programs | Payroll | Germany | Pension Administration(PY-DE-PS-VA) SAP PY

MP078840 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' value_org = 'S' TABLES value_tab = lt_it0021_person_tab.

HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = p_p0788_waers_bemgr begda = p_p0788_begda endda = p_p0788_endda.

HR_PSD_FAMILY_DATA_GET CALL FUNCTION 'HR_PSD_FAMILY_DATA_GET' EXPORTING i_pernr = p0788-pernr i_subty = p0788-it0021_subty i_objps = p0788-it0021_objps i_date = ls_i0021-begda it_p0021 = gt_i0021 i_langu = sy-langu CHANGING c_first_name = g_favor c_last_name = g_fanam c_name = q0788-ename c_birthday = q0788-fgbdt * c_relation = q0595-kdsvh * c_accomodation = q0595-kdutb * c_address_txt = q0595-antxt .

RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = 'P0788' record = is_p0788 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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DOVTG' struc_content = ls_pme01 IMPORTING back = l_fieldvalue 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 = 99.



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