SAP Reports / Programs

MP043140 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_CORPS_TEXT_GET CALL FUNCTION 'HR_CORPS_TEXT_GET' EXPORTING P_CORPS = P0431-CORPS IMPORTING P_T5FPBS4CT = T5FPBS4CT EXCEPTIONS OTHERS = 0.

HR_GRADE_TEXT_GET CALL FUNCTION 'HR_GRADE_TEXT_GET' EXPORTING P_CORPS = P0431-CORPS P_GRADE = P0431-GRADE IMPORTING P_T5FPBS4GT = T5FPBS4GT EXCEPTIONS OTHERS = 0.

HR_CATEG_GET CALL FUNCTION 'HR_CATEG_GET' EXPORTING P_CORPS = P0431-CORPS P_GRADE = P0431-GRADE P_DATE = P0008-BEGDA IMPORTING P_CATEG = T5FPBS4D-CATEG EXCEPTIONS OTHERS = 0.

HR_FPIND_GET_RESULT CALL FUNCTION 'HR_FPIND_GET_RESULT' EXPORTING BEGDA = P0008-BEGDA MOLGA = T001P-MOLGA TRFAR = P0008-TRFAR TRFGB = P0008-TRFGB TRFGR = P0008-TRFGR TRFST = P0008-TRFST IMPORTING INDBR = Q0431-INDBR EXCEPTIONS NO_ENTRY_T511P = 1 OTHERS = 2.

HR_GET_TEXTS_FOR_CLASSEMENT CALL FUNCTION 'HR_GET_TEXTS_FOR_CLASSEMENT' EXPORTING P_TPNIV = $TPNIV IMPORTING P_TRFGR_TEXT = P_NIVTX P_TRFST_TEXT = P_ECHTX EXCEPTIONS OTHERS = 0.

HR_READ_PAY_FROM_CORPS_GRADE CALL FUNCTION 'HR_READ_PAY_FROM_CORPS_GRADE' EXPORTING CORPS = P_CORPS GRADE = P_GRADE BEGDA = P_BEGDA ENDDA = P_ENDDA IMPORTING RC_TPNIV = P_STATUS-GRADE_TPNIV TABLES I5FPBS4A = I5FPBS4A * i5fpbs4c = EXCEPTIONS OTHERS = 0.

HR_READ_CORPS_GRADE_FROM_1650 CALL FUNCTION 'HR_READ_CORPS_GRADE_FROM_1650' EXPORTING P_DATE = P_BEGDA P_POSITION = PSYST-PLANS P_JOB = PSYST-STELL IMPORTING P_P1650 = P_I1650 EXCEPTIONS NO_ACTIVE_PLANVERSION_FOUND = 1 MORE_THAN_ONE_RECORD_FOUND = 2 NO_RECORD_FOUND = 3 OTHERS = 4.

HR_FPIND_GET_RESULT CALL FUNCTION 'HR_FPIND_GET_RESULT' EXPORTING BEGDA = P_BEGDA MOLGA = P_MOLGA TRFAR = P_TRFAR TRFGB = P_TRFGB TRFGR = P_TRFGR TRFST = P_TRFST IMPORTING INDBR = P_INDBR EXCEPTIONS OTHERS = 0.

HR_READ_PAY_FROM_CORPS_GRADE CALL FUNCTION 'HR_READ_PAY_FROM_CORPS_GRADE' EXPORTING CORPS = P_CORPS * GRADE = BEGDA = P_BEGDA * ENDDA = * IMPORTING * RC_TPNIV = TABLES * I5FPBS4A = I5FPBS4C = I5FPBS4C EXCEPTIONS OTHERS = 0.

HR_FPIND_GET_BSGRD CALL FUNCTION 'HR_FPIND_GET_BSGRD' EXPORTING IMP_ZEITY = T503-ZEITY IMP_KZTIM = P0007-KZTIM IMP_EMPCT = P0007-EMPCT IMP_BEGDA = P0007-BEGDA IMPORTING * exp_numer = * exp_denum = EXP_BSGRD = P_BSGRD * EXP_ENDDA = EXCEPTIONS NO_ENTRY_T5FPBS2D = 1 OTHERS = 2.

HR_PSF_TG_CREMU CALL FUNCTION 'HR_PSF_TG_CREMU' EXPORTING IM_P0431 = p_p0431 IM_BEGDA = p0008-begda IM_ENDDA = p0008-endda IMPORTING TAB_COREM = p_tab_corem.



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