SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

MPV1484J SAP ABAP INCLUDE - Include LEH03O01







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

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:

KATAKANA_CHECK_SAP call function 'KATAKANA_CHECK_SAP' exporting i_text = p_text_to_check i_type = 'NAME'.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = tabna tables nametab = nametab exceptions table_not_activ = 1.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = retfield dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = dynprofield value_org = 'S' tables value_tab = value_tab return_tab = return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.

PA03_PCR_READ call function 'PA03_PCR_READ' exporting f_abkrs = it_p0001-abkrs importing f_state = vws_state f_permo = vws_permo f_current_begda = vws_begda f_current_endda = vws_endda f_twm_date = vws_twm_date exceptions abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 others = 99.

RP_UPDATE_P0003 call function 'RP_UPDATE_P0003' exporting infty = cprel-infty old_i0003 = ls_0003 is_retro_calc = yes is_retro_time = psyst-bdeap is_correction_period = psyst-pskop retro_calc_date = iv_retro_date retro_time_date = iv_retro_date retro_pkgab_date = iv_retro_date importing new_i0003 = ls_0003 p0003_changed = l_upp_sw.

F4TOOL_F4FUNCTION_BRIDGE CALL FUNCTION 'F4TOOL_F4FUNCTION_BRIDGE' EXPORTING tabname = space fieldname = space display_only = display_only IMPORTING selected_index = f4_index TABLES value_tab = helptab fields_tab = ihelp_fields coltitle_tab = cotitle_tab sel_opt = mcseloption.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0148-pernr infty = '0006' begda = p0148-begda endda = p0148-endda IMPORTING subrc = lv_subrc TABLES infty_tab = lt_p0006s.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0148-pernr infty = '0006' IMPORTING subrc = lv_subrc TABLES infty_tab = lt_p0006s.

F4TOOL_F4FUNCTION_BRIDGE CALL FUNCTION 'F4TOOL_F4FUNCTION_BRIDGE' EXPORTING tabname = space fieldname = space display_only = display_only IMPORTING selected_index = f4_index TABLES value_tab = helptab fields_tab = ihelp_fields coltitle_tab = cotitle_tab sel_opt = mcseloption.

HR_INFOTYPE_GETLIST CALL FUNCTION 'HR_INFOTYPE_GETLIST' EXPORTING infty = '0021' number = p0148-pernr timeintervallow = p0148-begda timeintervalhigh = p0148-endda TABLES key = lt_tab_key.

HR_INFOTYPE_GETDETAIL CALL FUNCTION 'HR_INFOTYPE_GETDETAIL' EXPORTING infty = '0021' number = -employeeno subtype = -subtype objectid = -objectid lockindicator = -lockindic validityend = -validend validitybegin = -validbegin recordnumber = -recordnr IMPORTING record = ls_p0021 secondary_record = ls_p0148 EXCEPTIONS OTHERS = 0.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0148-pernr infty = '0148' IMPORTING subrc = lv_subrc TABLES infty_tab = lt_p0148s.



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