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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.