SAP Reports / Programs | Personnel Management | Personnel Administration | Denmark(PA-PA-DK) SAP PA

MP007440 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING * CUCOL = 0 * CUROW = 0 display = dsp_flds fieldname = fnam tabname = tnam * NO_MARKING_OF_CHECKVALUE = ' ' * TITLE_IN_VALUES_LIST = ' ' titel = text-030 * Urlaubsschema * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' IMPORTING select_value = sel_value TABLES fields = ihelp_fields valuetab = helptab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' * DIAGNOSETEXT1 = 'Der Vorschlagswert für die' diagnosetext1 = text-061 diagnosetext2 = &text_line * DIAGNOSETEXT3 = 'Tage.'

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-073 * TXT1 = 'Eingaben zur SH-Verwaltung' txt1 = text-074 * TXT2 = 'sind für Funktionäre nicht erforderlich' txt2 = text-080 * TXT3 = ' ' * TXT4 = ' ' EXCEPTIONS OTHERS = 1.

DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'P09_FTUBT' value = ftubt_value IMPORTING dd07v_wa = ftubt_values EXCEPTIONS others = 1.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING PERSNR = PSPAR-PERNR IMPORTING ENTRYDATE = JOIN_DATE TABLES ENTRY_DATES = PHIDA EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'MP007400' DYNUMB = '2600' TABLES DYNPFIELDS = DYNPFIELDS.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'UAR00' DYNPPROG = 'MP007400' DYNPNR = '2600' DYNPROFIELD = 'P0074-UAR00' WINDOW_TITLE = text-lvt "'Available Leave Types' VALUE_ORG = 'S' TABLES VALUE_TAB = G_ITAB_LTYPE RETURN_TAB = RETURN_TABLE EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = PSPAR-PERNR INFTY = '0074' BEGDA = P0074-BEGDA ENDDA = P0074-BEGDA TABLES INFTY_TAB = I0074 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = '09LTR' STRUC_CONTENT = P09LT IMPORTING BACK = FEATURE_BACK CHANGING STATUS = STATUS EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = P0074-PERNR INFTY = '0005' BEGDA = P_DATE ENDDA = P_DATE TABLES INFTY_TAB = P0005 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0074-PERNR INFTY = '0074' BEGDA = P0074-BEGDA ENDDA = P0074-ENDDA TABLES INFTY_TAB = I0074.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0074-PERNR INFTY = '0001' BEGDA = G_RDATE ENDDA = G_RDATE TABLES INFTY_TAB = P0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0074-PERNR INFTY = '0083' BEGDA = P0074-BEGDA ENDDA = P0074-BEGDA TABLES INFTY_TAB = I0083 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0074-PERNR INFTY = '0005' BEGDA = RP50D-DATE1 ENDDA = RP50D-DATE2 TABLES INFTY_TAB = I0005 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0074-PERNR INFTY = '0005' BEGDA = RP50D-DATE1 ENDDA = RP50D-DATE2 TABLES INFTY_TAB = I0005 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P_PERNR INFTY = '0083' BEGDA = P_BEGDA ENDDA = P_BEGDA TABLES INFTY_TAB = I0083 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P_PERNR INFTY = '0005' BEGDA = P_RET_BEGDA ENDDA = P_RET_ENDDA TABLES INFTY_TAB = I0005 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P_PERNR INFTY = '0005' BEGDA = P_RET_BEGDA ENDDA = P_RET_ENDDA TABLES INFTY_TAB = I0005 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.



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