SAP Reports / Programs | Payroll | Austria(PY-AT) SAP PY

MP079440 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING NAME = l_domname VALUE = l_domvalue LANGU = sy-langu IMPORTING DD07V_WA = l_idd07v EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'P0794' TABNAME = 'SART0' TITLE_IN_VALUES_LIST = 'Bitte wählen Sie einen Subtyp aus:'(P01) TITEL = 'Anzeige der Eingabemöglichkeiten'(P02) IMPORTING SELECT_VALUE = p_sart0 TABLES FIELDS = l_helpfields VALUETAB = l_helptab EXCEPTIONS FIELD_NOT_IN_DDIC = 0 MORE_THEN_ONE_SELECTFIELD = 0 NO_SELECTFIELD = 0.

HR_CHECK_NAMEAFFIX CALL FUNCTION 'HR_CHECK_NAMEAFFIX' EXPORTING affix_type = p_af_type CHANGING affix = p_affix EXCEPTIONS no_entry_found = 1.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = p_pernr INFTY = '0002' BEGDA = p_meldedat ENDDA = p_meldedat TABLES INFTY_TAB = lt_p0002 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = p_pernr INFTY = '0044' BEGDA = p_meldedat ENDDA = p_meldedat TABLES INFTY_TAB = lt_p0044 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HRPBSAT_COLLECT_PENS_DATA_RA CALL FUNCTION 'HRPBSAT_COLLECT_PENS_DATA_RA' EXPORTING P_P0794 = p0794 P_TEST = 'X' * P_UPDATE = 'X' P_TCLAS = 'A' P_REPNA = pspar-repna TABLES PT_P0001 = p0001 PT_P0002 = p0002 PT_P0006 = p0006 PT_P0044 = p0044 EXCEPTIONS ELDA_ERROR = 1 OTHERS = 2.

HRPBSAT_COLLECT_PENS_DATA_RA CALL FUNCTION 'HRPBSAT_COLLECT_PENS_DATA_RA' EXPORTING P_P0794 = p0794 * P_TEST = ' ' * P_UPDATE = 'X' P_TCLAS = 'A' P_REPNA = pspar-repna TABLES PT_P0001 = p0001 PT_P0002 = p0002 PT_P0006 = p0006 PT_P0044 = p0044 EXCEPTIONS ELDA_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'MP036700' IS_LAYOUT = lv_wa_layout IT_FIELDCAT = lt_fieldcat IT_EXCLUDING = lt_excluding I_SCREEN_START_COLUMN = 3 I_SCREEN_START_LINE = 4 I_SCREEN_END_COLUMN = 75 I_SCREEN_END_LINE = 22 TABLES T_OUTTAB = p_aendtxt.

HR_AT_GET_AUSVG_FROM_DATE CALL FUNCTION 'HR_AT_GET_AUSVG_FROM_DATE' EXPORTING p_birthday = p_gbdat IMPORTING p_def_ausvg = l_ausvg_soll p_msg = l_msg p_subrc = l_subrc EXCEPTIONS * rc_birthday_not_valid = 1 OTHERS = 99.

HR_AT_CHECK_AUSVL_AUSVG CALL FUNCTION 'HR_AT_CHECK_AUSVL_AUSVG' EXPORTING p_ausvl_ist = p_ausvl p_ausvg = p_ausvg IMPORTING * p_ausvl_soll = p_msg = l_msg p_subrc = l_subrc EXCEPTIONS * rc_ausvg_not_of_type_00nnnnnn = 1 OTHERS = 99.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' " EXPORTING " defaultoption = 'N' " textline1 = text-MSW " Die Daten des Sachwalters werden gelöscht titel = text-DSW " Wegfall Sachwalter " IMPORTING " answer = l_answer " EXCEPTIONS " OTHERS = 1. "



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