SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

MPU95F01 SAP ABAP INCLUDE - HR: Subroutines for Module Pool







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


Text pool values


Title: HR: Subroutines for Module Pool


INCLUDES used within this REPORT MPU95F01

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:

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Lohnartengruppe anlegen/ändern'(F11) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Sie haben keine Lohnartengruppe angegeben.'(F12).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Lohnartengruppe ändern'(F51) TXT1 = 'Bitte beachten Sie, daß die von Ihnen spezifizierte'(F52) TXT2 = 'Lohnartengruppe nicht existiert!'(F53).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'View anlegen/ändern'(F13) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Sie haben keinen Viewnamen angegeben.'(F14).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Lohnartengruppe kopieren'(F04) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Die gewählte Lohnartengruppe existiert'(F06) TXT3 = 'bereits und kann deshalb nicht kopiert'(F07) TXT4 = 'werden!'(F08).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Lohnartengruppe kopieren'(F04) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Die angegebene Lohnartengruppe existiert nicht.'(F24)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Logische View kopieren'(F26) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Die gewählte View existiert bereits und kann'(F27) TXT3 = 'deshalb nicht kopiert werden!'(F28).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Logische View kopieren'(F26) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Die angegebene View existiert nicht.'(F29)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Lohnartengruppe löschen'(F00) TXT1 = 'Achtung !!!'(F01) TXT2 = 'Sie haben keine Lohnartengruppe angegeben.'(F02).

POPUP_TO_CONFIRM_WITH_MESSAGE * call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' * exporting * diagnosetext1 = 'Lohnartengruppe wird von logischen'(f32) * diagnosetext2 = 'Views referiert und kann deshalb'(f33) * diagnosetext3 = 'nicht gelöscht werden.'(f34)

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING OBJECTVALUE = wggrpname TEXT_BEFORE = 'Wollen Sie die Lohnartengruppe'(F09) TEXT_AFTER = ' wirklich löschen?'(F10) TITEL = 'Lohnartengruppe löschen'(F00) IMPORTING ANSWER = ANSWER.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Lohnartengruppe löschen'(F00) TXT1 = 'Die angegebene Lohnartengruppe existiert nicht.'(F03)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Logische View löschen'(F20) TXT1 = 'Achtung !!!'(F01) TXT2 = 'Sie haben keinen Viewnamen angegeben.'(F23).

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING OBJECTVALUE = VIEWNAME TEXT_BEFORE = 'Wollen Sie die logische View'(F21) TEXT_AFTER = ' wirklich löschen?'(F10) TITEL = 'Logische View löschen'(F20) IMPORTING ANSWER = ANSWER.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Logische View löschen'(F20) TXT1 = 'Die angegebene View existiert nicht.'(F22)

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = ' ' FIELDNAME = FNAM TABNAME = TNAM SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' IMPORTING SELECT_VALUE = SELECTED_VALUE TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "! EXPORTING "! DYNAME = 'SAPMPU95' "! DYNUMB = '1000' "! * TRANSLATE_TO_UPPER = ' ' "! * REQUEST = ' ' "! * PERFORM_CONVERSION_EXITS = ' ' "! * PERFORM_INPUT_CONVERSION = ' ' "! * DETERMINE_LOOP_INDEX = ' ' "! TABLES "! DYNPFIELDS = DYNPFIELD_TAB "! EXCEPTIONS "! INVALID_ABAPWORKAREA = 1 "! INVALID_DYNPROFIELD = 2 "! INVALID_DYNPRONAME = 3 "! INVALID_DYNPRONUMMER = 4 "! INVALID_REQUEST = 5 "! NO_FIELDDESCRIPTION = 6 "! INVALID_PARAMETER = 7 "! UNDEFIND_ERROR = 8 "! DOUBLE_CONVERSION = 9 "! STEPL_NOT_FOUND = 10 "! OTHERS = 11 "! . "!

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "QNZAHRK025361 * EXPORTING "! * DISPLAY = ' ' "! * FIELDNAME = FNAM "! * TABNAME = TNAM "! * SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' "! * IMPORTING "! * SELECT_VALUE = SELECTED_VALUE "! * tables "! * FIELDS = IHELP_FIELDS "! * VALUETAB = HELPTAB "! * EXCEPTIONS "! * FIELD_NOT_IN_DDIC = 01 "! * MORE_THEN_ONE_SELECTFIELD = 02 "! * NO_SELECTFIELD = 03. "!

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' "! EXPORTING "! RETFIELD = 'LVNAM' "! DYNPPROG = 'SAPMPU95' "! DYNPNR = '1000' "! DYNPROFIELD = 'VIEWNAME' "! VALUE_ORG = 'S' "! TABLES "! VALUE_TAB = HELPTAB "! EXCEPTIONS "! PARAMETER_ERROR = 1 "! NO_VALUES_FOUND = 2 "! OTHERS = 3 "! . "!

POPUP_TO_INFORM





CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Logische View ausführen'(F47) TXT1 = 'ACHTUNG !!!'(F05) TXT2 = 'Die angegebene View existiert nicht und kann'(F48) TXT3 = 'deshalb nicht ausgeführt werden!'(F49).

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = VIEW_NAME_TYPISIERT ACTION = 'E' ENQUEUE_MODE = 'E' EXCEPTIONS CLIENT_REFERENCE = 1 FOREIGN_LOCK = 2 INVALID_ACTION = 3 INVALID_ENQUEUE_MODE = 4 SYSTEM_FAILURE = 5 TABLE_NOT_FOUND = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = VIEW_NAME_TYPISIERT ACTION = 'D' ENQUEUE_MODE = 'E' EXCEPTIONS CLIENT_REFERENCE = 1 FOREIGN_LOCK = 2 INVALID_ACTION = 3 INVALID_ENQUEUE_MODE = 4 SYSTEM_FAILURE = 5 TABLE_NOT_FOUND = 6 OTHERS = 7.



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