MP011840 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 MP011840 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.
Title: MP011840 Infotype 0118: Child Allowance Civ.Serv. D
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = v_domain_name langu = v_language withtext = 'X' TABLES dd07v_tab = lt_dd07v EXCEPTIONS access_failure = 1 OTHERS = 2.
HR_KINDERGELD_POP_UP CALL FUNCTION 'HR_KINDERGELD_POP_UP' TABLES input_it0118 = vt_p0118 input_it0021 = vt_p0021.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'KG118' struc_content = l_pme01 kind_of_error = space IMPORTING back = cs_kg118 * CHANGING * status = 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.
HR_PSD_PROPOSAL_AUTOMATIC CALL FUNCTION 'HR_PSD_PROPOSAL_AUTOMATIC' EXPORTING v_pernr = cs_p0118-pernr v_infty = cs_p0118-infty v_objps = cs_p0118-objps v_begda = cs_p0118-begda v_endda = cs_p0118-endda vs_proposal = cs_kg118 vt_p0021 = vt_p0021 vt_p0118 = vt_p0118 * VT_P0595 = CHANGING cs_p0118 = cs_p0118.
HR_CHECK_CURRENCY_SPLITS CALL FUNCTION 'HR_CHECK_CURRENCY_SPLITS' EXPORTING molga = con_molga_01 begda = v_begda endda = v_endda IMPORTING return = l_subrc waers = l_waers date = l_date EXCEPTIONS OTHERS = 0.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = con_molga_01 begda = v_begda endda = v_endda IMPORTING waers = c_waers.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP011840 - MP011840 Infotype 0118: Child Allowance Civ.Serv. D