MP51SF05 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 MP51SF05 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Module Pool SAPMP51S: Common Routines for Screen 1000
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_DAYPROGRAM CALL FUNCTION 'RP_DAYPROGRAM' EXPORTING INPUT = PTPRG IMPORTING OUTPUT = PTPRG TABLES I550AN = I550AN I550AO = I550AO I550PN = I550PN I550PO = I550PO PP0001 = M0001 PP0002 = M0002 PP0007 = M0007 PP2001 = M2001 PP2002 = M2002 PP2003 = M2003.
RP_ZRETCD CALL FUNCTION 'RP_ZRETCD' EXPORTING MSGTY = 'E' PTPRG = PTPRG.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' * EXPORTING TABNAME = 'ATAB' "QCSK11K062016 EXPORTING TABNAME = CHM_TABLE "QCSK11K062016 * VARKEY = CHM_TABLE "QCSK11K062016 VARKEY = CHM_CHAR_MANDT"QCSK11K062016 EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
HELP_VALUES_GET_EXTEND * CALL FUNCTION 'HELP_VALUES_GET_EXTEND' * EXPORTING * DYNAME = SY-CPROG * DYNUMB = SY-DYNNR * FIELDNAME = FIELD * TABNAME = TABLE * IMPORTING * RETURNCODE = RETCODE * SELECTION = SELECTION * SELECT_VALUE = SELECT_VALUE * TABLES * GETFIELDS = GETFIELDS * UPDFIELDS = UPDFIELDS * EXCEPTIONS * OTHERS = 1.
HR_F4_HELP_SCHKZ CALL FUNCTION 'HR_F4_HELP_SCHKZ' EXPORTING im_struct_name = 'PSHFT' im_begda = '18000101' im_endda = '99993112' im_dynnr = sy-dynnr im_repid = sy-cprog.
HR_GENERATE_WORK_SCHEDULE CALL FUNCTION 'HR_GENERATE_WORK_SCHEDULE' EXPORTING ZEITY = PSHFT-ZEITY MOFID = PSHFT-MOFID MOSID = PSHFT-MOSID SCHKZ = PSHFT-SCHKZ BEGJAHR = BEGJAHR BEGMONAT = BEGMONAT ENDJAHR = ENDJAHR ENDMONAT = ENDMONAT TABLES INT552A = I552A EXCEPTIONS ERROR_OCCURED = 1 OTHERS = 2.
HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES ERROR = ERRORS ERRORTEXTS = ERRORTEXTS EXCEPTIONS NO_ERRORS = 1 OTHERS = 2.
HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP51SF05 - Module Pool SAPMP51S: Common Routines for Screen 1000 MP51SF00 - Module Pool for Work Schedule Generation MP51SA30 - documentation and ABAP source code MP51SA20 - documentation and ABAP source code MP51SA10 - documentation and ABAP source code MP51KOS1 - documentation and ABAP source code