SAP Reports / Programs | Personnel Management | Budget Management(PA-PM) SAP PA

MP151340 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HRFPM_GET_ORGGROUPING CALL FUNCTION 'HRFPM_GET_ORGGROUPING' EXPORTING * plvar = otype = 'P' objid = p1513-objid sel_date = p1513-begda istat = '1' subty = p1513-subty IMPORTING mgrp = l_mgrp sgrp = l_sgrp SOURCE = l_source EXCEPTIONS nothing_found = 1 OTHERS = 2.

HRFPM_GET_ADTKEY CALL FUNCTION 'HRFPM_GET_ADTKEY' EXPORTING * plvar = otype = p1513-otype mgrp = q1513-mgrp sgrp = q1513-sgrp objid = p1513-objid sel_date = p1513-begda istat = p1513-istat "'1' IMPORTING adtkey = p1513-adtkey * TEXT = * ADTKEY_T = .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SUBTY' dynprofield = 'P1513-SUBTY' value_org = 'S' TABLES value_tab = lt_value_tab.

HRFPM_ADT_SCREEN_UCOMM CALL FUNCTION 'HRFPM_ADT_SCREEN_UCOMM' EXPORTING fcode = p_ucomm IMPORTING ep_flg_ucomm_handled = l_flg_handled.

HRFPM_ADT_SCREEN_OUT CALL FUNCTION 'HRFPM_ADT_SCREEN_OUT' IMPORTING es_p1513 = ls_p1513 * ep_flg_data_changed = l_flg_data_changed ep_flg_data_valid = l_flg_data_valid.

HRFPM_ADT_SCREEN_HRKEY_CHNGD CALL FUNCTION 'HRFPM_ADT_SCREEN_HRKEY_CHNGD' EXPORTING is_hripkey = ls_hripkey.

HRFPM_ADT_SCREEN_IN CALL FUNCTION 'HRFPM_ADT_SCREEN_IN' EXPORTING is_p1513 = p1513 is_pppar = pppar ip_flg_screen_init = adt_scr_first_time_init ip_flg_it_init = adt_it_first_time_init * ip_adt_subty = q1513-subty ip_error_level = lv_error_level i_called_from_pp01 = 'X' "lv_ext_call IMPORTING ep_adt_screen_dynnr = adt_subscr_dynnr ep_adt_screen_repid = adt_subscr_prog.



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