MP1042A1 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 MP1042A1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_POPUP_DISP_SCHED CALL FUNCTION 'RH_POPUP_DISP_SCHED' EXPORTING cucol = 10 curow = 10 calculate_totals = ' ' total_ndays = disp_schedule-ndays total_nhours = disp_schedule-nhours TABLES disp_schedule = disp_schedule.
RH_POPUP_DISP_SCHED CALL FUNCTION 'RH_POPUP_DISP_SCHED' EXPORTING cucol = 10 curow = 10 calculate_totals = 'B' * TOTAL_NDAYS = ' ' * TOTAL_NHOURS = ' ' TABLES disp_schedule = disp_schedule.
RH_POPUP_DISP_SCHED CALL FUNCTION 'RH_POPUP_DISP_SCHED' EXPORTING cucol = 10 curow = 10 calculate_totals = ' ' total_ndays = disp_schedule-ndays total_nhours = disp_schedule-nhours TABLES disp_schedule = disp_schedule.
RH_POPUP_DISP_SCHED CALL FUNCTION 'RH_POPUP_DISP_SCHED' EXPORTING cucol = 10 curow = 10 calculate_totals = 'B' * TOTAL_NDAYS = ' ' * TOTAL_NHOURS = ' ' TABLES disp_schedule = disp_schedule.
RHV6_GET_DLG_INFOS CALL FUNCTION 'RHV6_GET_DLG_INFOS' IMPORTING write_object = gv_flag1 * ucomm = ucomm EXCEPTIONS internal_error = 1 OTHERS = 2.
RHV6_SET_INFOTYPE_TABLE CALL FUNCTION 'RHV6_SET_INFOTYPE_TABLE' EXPORTING infty = '1042' delete_only = on TABLES infotypes = gt_i1042 tabledata = gt_tabledata EXCEPTIONS internal_error = 1 OTHERS = 2.
RHV6_SET_INFOTYPE_TABLE CALL FUNCTION 'RHV6_SET_INFOTYPE_TABLE' EXPORTING infty = '1042' delete_only = off TABLES infotypes = gt_i1042 tabledata = gt_tabledata EXCEPTIONS internal_error = 1 OTHERS = 2.
RHV6_GET_DLG_INFOS CALL FUNCTION 'RHV6_GET_DLG_INFOS' IMPORTING write_object = lv_flag1 ucomm = lv_ucomm EXCEPTIONS internal_error = 1 OTHERS = 2.
RHV6_GET_DLG_INFOS CALL FUNCTION 'RHV6_GET_DLG_INFOS' IMPORTING write_object = lv_flag1 ucomm = lv_ucomm EXCEPTIONS internal_error = 1 OTHERS = 2.
RHV6_SET_DLG_INFOS CALL FUNCTION 'RHV6_SET_DLG_INFOS' EXPORTING controls = gv_controls main_okcode = ok-code * READ_OBJECT = OFF * WRITE_OBJECT = OFF * DEBUG_MODE = OFF * SHOW_LAST_UPDATE = OFF * OBJECT_IS_CHANGED = OFF .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.