SAP Reports / Programs | Personnel Time Management(PT) SAP PT

MP201130 SAP ABAP INCLUDE - Infotype 2011: Process After Input Modules







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


Text pool values


Title: Infotype 2011: Process After Input Modules


INCLUDES used within this REPORT MP201130

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:

HR_EVENT_DETERMINE_MAINTENANCE CALL FUNCTION 'HR_EVENT_DETERMINE_MAINTENANCE' "PH4K004847 EXPORTING "PH4K004847 satza = p2011-satza "PH4K004847 EXCEPTIONS "PH4K004847 unknown_event_type = 1 "PH4K004847 no_maintenance_for_event_type = 2 "PH4K004847 OTHERS = 3. "PH4K004847

HR_EVENT_CHECK_OFF_SITE_WORK CALL FUNCTION 'HR_EVENT_CHECK_OFF_SITE_WORK' "PH4K009399 EXPORTING i_satza = p2011-satza i_pmbde = p0050-pmbde EXCEPTIONS invalid_event = 1 no_off_site_work_authorization = 2 unknown_event_type = 3 OTHERS = 4.

CONVERT_DATE_INPUT CALL FUNCTION 'CONVERT_DATE_INPUT' "XJCP40K018709 EXPORTING input = help_datum IMPORTING output = p2011-ldate EXCEPTIONS OTHERS = 1.

CONVERT_DATE_INPUT CALL FUNCTION 'CONVERT_DATE_INPUT' "L9CK000163 EXPORTING input = help_datum IMPORTING output = p2011-ldate EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = lv_display "Note1585412 fieldname = 'SATZA' tabname = 'T705P' no_marking_of_checkvalue = 'X' IMPORTING select_value = p2011-satza TABLES fields = f4_fields valuetab = f4_values.



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