SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

MP001340 SAP ABAP INCLUDE - Infotype 0013, Form Routines







MP001340 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 MP001340 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 MP001340. "Basic submit
SUBMIT MP001340 AND RETURN. "Return to original report after report execution complete
SUBMIT MP001340 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Infotype 0013, Form Routines


INCLUDES used within this REPORT MP001340

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_GET_OFFICIAL_SVKEY CALL FUNCTION 'HR_GET_OFFICIAL_SVKEY' EXPORTING * detdt = p0013-begda "QFLPH4K012793 DETDT = DETDT "QFLPH4K012793 SVDAT = SVDAT IMPORTING SVKEY = Q0013-SVKEY EXCEPTIONS T596F_ENTRY_NOT_EXISTING = 1 T5D4M_ENTRY_NOT_EXISTING = 2 KV_KEY_NOT_EXISTING = 3 RV_KEY_NOT_EXISTING = 4 AV_KEY_NOT_EXISTING = 5 PV_KEY_NOT_EXISTING = 6.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' "QFLN1426950 IMPORTING accessibility = l_mode EXCEPTIONS its_not_available = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'SVSCH' DYNPPROG = PROGNAME DYNPNR = DYNNUM DYNPROFIELD = DYNPROFIELD VALUE_ORG = 'S' TABLES VALUE_TAB = VALUE_TAB EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

HRDSYS_DOCU_SHOW CALL FUNCTION 'HRDSYS_DOCU_SHOW' EXPORTING OTYPE = 'KVSCH' ONAME = kvsch EXCEPTIONS * WRONG_OTYPE = 1 * LOIO_NOT_FOUND = 2 * INTERNAL_ERROR = 3 OTHERS = 4.

HR_CHECK_PV_ZUSCHLAG CALL FUNCTION 'HR_CHECK_PV_ZUSCHLAG' EXPORTING pernr = p0013-pernr begda = detdt endda = detdt gbdat = p0002-gbdat svf31 = svf31 svf32 = svf32 pvkz1 = p0013-pvkz1 IMPORTING STATUS = pv_status TABLES P0012 = p0012[] P0081 = p0081[] EXCEPTIONS INTERVALL_NOT_IN_MONTH = 1 ENDDA_BEFORE_BEGDA = 2 OTHERS = 3.

DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING value = wa_t5d11-kktyp IMPORTING text = kktyp_text EXCEPTIONS OTHERS = 1.

HR_CHECK_AV_STATUS CALL FUNCTION 'HR_CHECK_AV_STATUS' EXPORTING p_gbdat = p0002-gbdat p_datum = p0013-begda IMPORTING P_AVFREI = L_AVFR.



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