MP048541 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 MP048541 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!
HR_SEN_READ_PROCESS CALL FUNCTION 'HR_SEN_READ_PROCESS' EXPORTING ID_MOLGA = P_MOLGA ID_PROCE = P_PROCE ID_SEL_DATE = P_SEL_DATE IMPORTING ES_READ_PROCESS = P_READ_PROCE EXCEPTIONS * PROCESS_NOT_FOUND = 1 OTHERS = 2 .
HR_SEN_ADD_SUB_2_DURATION call function 'HR_SEN_ADD_SUB_2_DURATION' exporting P_DURA1 = L_STAGE_DURATION P_DURA2 = L_PRORG_DURATION P_FMSUM = P_CRULE-FMSUM p_opera = '+' importing P_RDURA = L_DURATION_DEC exceptions * UNKNOWM_OPERATOR * SUBSTRACTING_TERM_LONGER others = 3.
HR_SEN_CALCULATE_COMPLETE CALL FUNCTION 'HR_SEN_CALCULATE_COMPLETE' EXPORTING ID_PERNR = P_PERNR ID_MOLGA = C_FRANCE_MOLGA ID_PROCE = C_STAGE_PROCE * ID_PSTEP = ID_SEL_DATE = P_BEGDA ID_CALTY = C_CALTY_ASC ID_BEGDA = P_BEGDA * ID_ENDDA = IS_DURATION = P_DURATION * ID_PROTO = * IT_PSTEP_TSPST = IMPORTING ED_DATE = P_FDATE * ES_DURATION = EXCEPTIONS * wrong_import_parameter = 1 * WRONG_CALCULATION_TYPE = 2 * PROCESS_NOT_FOUND = 3 * PROCESS_PSTEP_NOT_FOUND = 4 NO_RESULT_FOR_CALTY = 1 * error_of_other_functions = 2 OTHERS = 7 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.