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

MP54XI10 SAP ABAP INCLUDE - Payroll Menu: INCLUDE for FORM Routines







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


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


Text pool values


Title: Payroll Menu: INCLUDE for FORM Routines


INCLUDES used within this REPORT MP54XI10

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:

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.



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