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

MPPU1230 SAP ABAP INCLUDE - After Input Routines for SAPMPU12







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


Text pool values


Title: After Input Routines for SAPMPU12


INCLUDES used within this REPORT MPPU1230

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:

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING name = dataset prom = 'I' EXCEPTIONS no_object = 1 OTHERS = 2.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE'.

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_read_only = 'X' wi_e071_object = w_e071-object wi_e071_obj_name = w_e071-obj_name wi_e071_pgmid = w_e071-pgmid EXCEPTIONS OTHERS = 0.

HELP_PU12 CALL FUNCTION 'HELP_PU12' "QNY201097 EXPORTING switch = 'IF' IMPORTING helpvar_name_if = EXCEPTIONS OTHERS = 0.

HELP_PU12 CALL FUNCTION 'HELP_PU12' EXPORTING switch = 'FL' IMPORTING helpvar_name_fl = EXCEPTIONS OTHERS = 0.

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = 'SAPMPU12' IMPORTING tsobj = dataset EXCEPTIONS INTERNAL_ERROR = 1 NO_TEXTS_FOUND = 2 TABLE_HAS_NO_FIELDS = 3 TABLE_NOT_ACTIV = 4 FIELD_NOT_IN_DDIC = 5 MORE_THEN_ONE_SELECTFIELD = 6 NO_SELECTFIELD = 7 NO_VALUE_REQUEST_FOR_MOLGA = 8 NO_ENTRIES_FOUND = 9 HELPVIEW_NOT_INSTALLED = 10 OTHERS = 11.

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING name = dataset prom = 'I' EXCEPTIONS OTHERS = 1.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE'.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * percentage = 0 * text = text-t04.

COPY_INTERFACE_FORMAT CALL FUNCTION 'COPY_INTERFACE_FORMAT' EXPORTING source_format = interface_format destination_format = destination_format EXCEPTIONS copy_cancelled = 1 OTHERS = 0.

COPY_FILE_LAYOUT CALL FUNCTION 'COPY_FILE_LAYOUT' EXPORTING source_layout = file_layout destination_layout = destination_layout assigned_if_format = assigned_if_format EXCEPTIONS copy_cancelled = 1 OTHERS = 0.



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