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
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: Infotype 2011: Process After Input Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.