MSEAL_INF03 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 MSEAL_INF03 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: Include MSEALF03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'SAPMSEAL_IN' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' it_fieldcat = lt_fieldcatalog is_layout = ls_layout * IT_EVENTS = gt_events it_event_exit = lt_event_exit TABLES t_outtab = gt_seal_list EXCEPTIONS program_error = 1 OTHERS = 2.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = gc_sldisp EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = gc_sldisp EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-010 textline2 = text-011 titel = lv_titel IMPORTING answer = lv_answer.
DEQUEUE_E_SCODE_IN CALL FUNCTION 'DEQUEUE_E_SCODE_IN'.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gt_seal_list-ssernr IMPORTING output = gt_seal_list-ssernr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_sernr IMPORTING output = lv_sernr.
DEQUEUE_E_SCODE_IN CALL FUNCTION 'DEQUEUE_E_SCODE_IN'.
STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING client = sy-mandt objnr = gv_objnr_temp only_active = 'X' TABLES status = pt_status EXCEPTIONS object_not_found = 1 OTHERS = 2.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-018 " 'Enter data' IMPORTING returncode = lv_returncode TABLES fields = gt_field EXCEPTIONS error_in_fields = 1 OTHERS = 2.
STATUS_DELETE_FROM_BUFFER CALL FUNCTION 'STATUS_DELETE_FROM_BUFFER' EXPORTING client = sy-mandt objnr = gv_objnr_temp.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_sernr IMPORTING output = lv_sernr.
CONVERSION_EXIT_ALPHA_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' * EXPORTING * input = gt_seal_list-ssernr * IMPORTING * output = gt_seal_list-ssernr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = stseal_in-serfrm IMPORTING output = lv_frm.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = stseal_in-serto IMPORTING output = lv_to.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_ssernr-ssernr IMPORTING output = lv_sernr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = stseal_in-ssernr IMPORTING output = lv_sernr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = stseal_in-ssernr IMPORTING output = lv_sernr.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = stseal_in-ssernr IMPORTING output = lv_ssernr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = stseal_in-ssernr IMPORTING output = lv_sernr.
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 MSEAL_INF03 or its description.