SAP Reports / Programs

MP048541 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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 .



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