MP05094UN 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 MP05094UN 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.
Title: Include MP05094UN
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_EVALUATE_INDIRECTLY CALL FUNCTION 'RP_EVALUATE_INDIRECTLY' EXPORTING * APPLI = 'M' pbegda = p0509-begda pinfty = '0008' pmolga = p_molga * PTCLAS = 'A' ppernr = p0509-pernr * PP0001 = I0001 * PP0007 = I0007 * PP0008 = I0008 * PP0052 = * PP0230 = * PP0237 = * PPNNNN = * MSGFLG = '' * NORDCT = '' * CONV_CURR = 'X' INITIALIZE_PERNR_BUFFER = 'X' " Note 1740439 IMPORTING pendda = indir_valuation_endda TABLES ptbindbw = ptb ppnnnn_tab = l_pnnnn_tab EXCEPTIONS bad_parameters = 1 error_at_indirect_evaluation = 2 OTHERS = 3 .
RP_EVALUATE_INDIRECTLY_P0014 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0014' EXPORTING ppernr = p0509-pernr pmolga = p_molga pbegda = p0509-begda IMPORTING pendda = indir_valuation_endda TABLES ptbindbw = ptb EXCEPTIONS error_at_indirect_evaluation = 1.
RP_EVALUATE_INDIRECTLY_P0015 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0015' EXPORTING ppernr = p0509-pernr pmolga = p_molga pbegda = p0509-begda IMPORTING pendda = indir_valuation_endda TABLES ptbindbw = ptb EXCEPTIONS error_at_indirect_evaluation = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.