MP54XI10 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 MP54XI10 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: Payroll Menu: INCLUDE for FORM Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "VUUK11K112624 EXPORTING REPORT = REPID "! MODE = 'BATCH' "! IMPORTING OUT_ARCHIVE_PARAMETERS = ARC_PARAMS "! OUT_PARAMETERS = PRI_PARAMS "! VALID = SW_OK. "!
HRDSYS_CONVERT_OLD_ONAME CALL FUNCTION 'HRDSYS_CONVERT_OLD_ONAME' " ! EXPORTING " ! RPDSYS00_ONAME = DNAME " ! RPDSYS00_OTYPE = DTYPE " ! IMPORTING " ! MOLGA = I_MOLGA " ! ONAME = I_ONAME. " !
HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' " ! EXPORTING " ! MOLGA = I_MOLGA " ! ONAME = I_ONAME " ! OTYPE = DTYPE " ! EXCEPTIONS " ! WRONG_OTYPE = 1 " ! LOIO_NOT_FOUND = 2 " ! INTERNAL_ERROR = 3 " ! OTHERS = 4. " !
TA_START_FOR_MENU CALL FUNCTION 'TA_START_FOR_MENU' "! EXPORTING "! * menu_name = menu_name "VUU 27.08.97 "!
RP_POPUP_TO_GET_BATCH CALL FUNCTION 'RP_POPUP_TO_GET_BATCH' IMPORTING ANSWER = ANSWER JOBNAME = JOBNAME.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = JOBNAME IMPORTING JOBCOUNT = JOBCOUNT.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "VUUK11K112624 * EXPORTING DEFAULTOPTION = 'J' "! * TEXTLINE1 = TEXT-M12 "! * TITEL = TEXT-M11 "! * IMPORTING ANSWER = ANSWER. "!
POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' "! EXPORTING "! DEFAULTOPTION = 'J' "! OBJECTVALUE = JOBNAME "! TEXT_BEFORE = TEXT-M12 "! TEXT_AFTER = TEXT-M13 "! TITEL = TEXT-M11 "! IMPORTING "! ANSWER = ANSWER "! EXCEPTIONS "! TEXT_TOO_LONG = 01. "VUUK11K112624
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE'"! EXPORTING "! TCODE = CTR_TCODE "! EXCEPTIONS "! OK = 0 "! NOT_OK = 1 "! OTHERS = 2. "!
SUSR_AUTHORITY_CHECK_S_TCODE CALL FUNCTION 'SUSR_AUTHORITY_CHECK_S_TCODE' "! EXPORTING "! TCODE = CTR_TCODE "! IMPORTING "! RC = L_SUBRC "! EXCEPTIONS "! OTHERS = 1. "!
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' Exporting ACTION = ACT_STATUS VIEW_NAME = VIEW TABLES DBA_SELLIST = VIMSELLIST.
VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' Exporting VIEWCLUSTER_NAME = VIEWCLUSTER MAINTENANCE_ACTION = ACT_STATUS TABLES DBA_SELLIST = VIMSELLIST.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.