SAP Reports / Programs | Personnel Management | Personnel Administration | Belgium(PA-PA-BE) SAP PA

MP010140 SAP ABAP INCLUDE - Infotype 0101 - Form Routines







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


Text pool values


Title: Module Pool Infotype 0101 (Form Routines - Belgium)
Title: 00000008 Infotype 0101 - Form Routines


INCLUDES used within this REPORT MP010140

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:

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "#EC * "ebK027777 EXPORTING companycode = psyst-bukrs IMPORTING currency = curr EXCEPTIONS not_found = 1.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' "#EC * EXPORTING domname = dom_bvbor value = val_bvbor langu = sy-langu * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = ret_bvbor * RC = EXCEPTIONS OTHERS = 1.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' "#EC * EXPORTING domname = domname value = value langu = sy-langu * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = dd07v_wa * rc = EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INSTL' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'P0101-BVMUT' window_title = text-002 value_org = 'S' TABLES value_tab = itab "#EC * * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 . "#EC *

VRM_SET_VALUES * CALL FUNCTION 'VRM_SET_VALUES' * EXPORTING * id = 'P0101-bvmut' "#EC NOTEXT * values = values[]. "#EC NOTEXT

HR_BE_READ_INSTITUTION_CODES CALL FUNCTION 'HR_BE_READ_INSTITUTION_CODES' EXPORTING im_instgr = pbe04_c_mutual_insurance im_date = p0101-begda "'99991231' IMPORTING ex_institutions = tab_insts ex_returncode = returncode.

HR_BE_READ_INSTITUTION_CODES CALL FUNCTION 'HR_BE_READ_INSTITUTION_CODES' EXPORTING im_instgr = pbe04_c_mutual_insurance im_date = p0101-begda " '99991231' IMPORTING ex_institutions = tab_insts ex_returncode = returncode.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0138-pernr infty = '0021' begda = p0138-begda endda = p0138-endda TABLES infty_tab = tab_p0021 EXCEPTIONS OTHERS = 2.

HR_99S_INTERVAL_BETWEEN_DATES CALL FUNCTION 'HR_99S_INTERVAL_BETWEEN_DATES' EXPORTING begda = wa_p0021-fgbdt endda = p_endda IMPORTING c_years = age.



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