SAP Reports / Programs | Personnel Management | Personnel Administration | Calculation of Employment Period(PA-PA-XX-TL-SEN) SAP PA

MP055340 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_GET_ALL_VAL_MODELS CALL FUNCTION 'HR_SEN_GET_ALL_VAL_MODELS' EXPORTING id_molga = id_molga id_proce = is_p0553-proce id_pernr = is_p0553-pernr id_sel_date = is_p0553-begda is_pme78 = ls_pme78 IMPORTING et_pstep_tspst = lt_cust_def EXCEPTIONS OTHERS = 0.

HR_SEN_0553_TSPST_GET CALL FUNCTION 'HR_SEN_0553_TSPST_GET' EXPORTING is_p0553 = is_p0553 IMPORTING et_overdef = lt_overdef.

HR_SEN_PSTEP_TEXT_GET CALL FUNCTION 'HR_SEN_PSTEP_TEXT_GET' EXPORTING id_molga = id_molga id_proce = is_p0553-proce id_pstep = tc_tab-pstep IMPORTING ed_pstet = tc_tab-pstet EXCEPTIONS OTHERS = 0.

HR_SEN_TSPST_TEXT_GET CALL FUNCTION 'HR_SEN_TSPST_TEXT_GET' EXPORTING id_tspst = tc_tab-tspss IMPORTING ed_tspsx = tc_tab-tspxs EXCEPTIONS OTHERS = 0.

HR_SEN_TSPST_TEXT_GET CALL FUNCTION 'HR_SEN_TSPST_TEXT_GET' EXPORTING id_tspst = tc_tab-tspsi IMPORTING ed_tspsx = tc_tab-tspxi EXCEPTIONS OTHERS = 0.

HR_SEN_PROCE_TEXT_GET CALL FUNCTION 'HR_SEN_PROCE_TEXT_GET' EXPORTING id_molga = id_molga id_proce = id_proce IMPORTING ed_proct = cd_proct EXCEPTIONS OTHERS = 0.

HR_SEN_PROCE_CHECK CALL FUNCTION 'HR_SEN_PROCE_CHECK' EXPORTING id_molga = id_molga id_proce = id_proce id_begda = id_begda id_endda = id_endda IMPORTING es_t525p = ls_attrib EXCEPTIONS process_not_valid = 1 process_not_valid_at_time = 2.

HR_SEN_0553_TSPST_PUT CALL FUNCTION 'HR_SEN_0553_TSPST_PUT' EXPORTING it_overdef = ct_overdef CHANGING cs_p0553 = cs_p0553 EXCEPTIONS too_many_lines = 1.

HR_SEN_0553_SUBTYP_VALUES_GET CALL FUNCTION 'HR_SEN_0553_SUBTYP_VALUES_GET' EXPORTING molga = t001p-molga TABLES help_fields = ihelp_fields helptab = helptab.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING select_value = cd_subty TABLES fields = ihelp_fields valuetab = helptab EXCEPTIONS OTHERS = 0.

HR_SEN_CALCULATE_COMPLETE CALL FUNCTION 'HR_SEN_CALCULATE_COMPLETE' EXPORTING id_molga = id_molga id_proce = id_proce * ID_PSTEP = id_pernr = id_pernr id_sel_date = id_begda it_pstep_tspst = it_overdef * ID_CALTY = * ID_BEGDA = * ID_ENDDA = * IS_DURATION = IMPORTING ed_date = ld_rdate es_duration = ls_duration .



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