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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.