SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

MP011840 SAP ABAP INCLUDE - MP011840 Infotype 0118: Child Allowance Civ.Serv. D







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


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 MP011840. "Basic submit
SUBMIT MP011840 AND RETURN. "Return to original report after report execution complete
SUBMIT MP011840 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: MP011840 Infotype 0118: Child Allowance Civ.Serv. D


INCLUDES used within this REPORT MP011840

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:

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.



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