MV56AF0T 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 MV56AF0T 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!
READ_TABLE_BUFFERED CALL FUNCTION 'READ_TABLE_BUFFERED' EXPORTING i_table = transp_planning_point-tablename i_key1 = transp_planning_point-key1 i_value1 = tplst i_buffer_type = transp_planning_point-buffer_type IMPORTING e_table_workarea = ttds EXCEPTIONS no_entry_found = 1 no_table_name = 2 OTHERS = 3.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = i_tknum IMPORTING output = l_tknum.
ENQUEUE_EVVTTKE CALL FUNCTION 'ENQUEUE_EVVTTKE' EXPORTING tknum = ts_tknum EXCEPTIONS foreign_lock = 1 system_failure = 2.
DEQUEUE_EVVTTKE CALL FUNCTION 'DEQUEUE_EVVTTKE' EXPORTING tknum = te_tknum.
BDC_RUNNING CALL FUNCTION 'BDC_RUNNING' IMPORTING bi_info = l_bcd_info EXCEPTIONS OTHERS = 99.
RV_SHIPMENT_VIEW CALL FUNCTION 'RV_SHIPMENT_VIEW' "#EC DOM_EQUAL EXPORTING shipment_number = tl_tknum option_tvtk = 'X' option_ttds = 'X' language = sy-langu option_items = 'X' option_minimized_item_data = ' ' "temporary full read B option_sales_orders = ' ' option_export_data = ' ' option_stawn_read = 'X' "read comm.codes
SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING objtype = 'VTTK' objkey = tl_tknum EXCEPTIONS objtype_not_found = 1 OTHERS = 2.
RV_MESSAGES_DELETE CALL FUNCTION 'RV_MESSAGES_DELETE' EXPORTING msg_objky = xobjky delete_all_status = 'X'.
SD_DELETE_TEXT CALL FUNCTION 'SD_DELETE_TEXT' EXPORTING application_data = xtvcom object = 'VTTK' name_routine_number = act_number.
SD_DEADLINE_DELETE CALL FUNCTION 'SD_DEADLINE_DELETE' EXPORTING deadline_no_in = xvttk-ternr.
SD_WORD_PROCESSING CALL FUNCTION 'SD_WORD_PROCESSING' EXPORTING application_data = xtvcom display_flag = act_trtyp display_language = '*' group = tvtk-txtgr incomplete_flag = ' ' inlines_on_screen = inline_num long_inlines = ' ' name_routine_number = act_number new_text_language = sy-langu object = 'VTTK' reset_flag = ' ' text_title = tp_title appl_object_ident = tp_ident appl_object_descr = tp_descr IMPORTING change_flag = act_change_flag fcode_on_return = tx_fcode textname = act_textname EXCEPTIONS display_language_not_found = 01 group_missing = 02 group_not_found = 03 index_not_found = 04 name_routine_not_active = 05 name_routine_not_found = 06 name_routine_number_missing = 07 new_text_language_not_found = 08 no_text_init = 09 no_text_save = 11 object_missing = 12 object_not_found = 13 to_many_languages = 14.
SYSTEM_UUID_C22_CREATE CALL FUNCTION 'SYSTEM_UUID_C22_CREATE' IMPORTING uuid_c22 = xvttk-handle.
SD_DEADLINE_MAINTAIN_NEW CALL FUNCTION 'SD_DEADLINE_MAINTAIN_NEW' EXPORTING i_deadline_no = xvttk-ternr i_handle = i_handle i_ddl_exist = xvttk-tsegfl i_docnum = xvttk-tknum i_table_appl = 'VTTK' opt_display = l_display IMPORTING e_deadline_no = vttk-ternr e_handle = e_handle e_ddl_exist = vttk-tsegfl e_pressed_fcode = l_fcode e_leave_transaction = l_leave e_change = tp_change e_save = l_save CHANGING obj_wa = vttk EXCEPTIONS invalid_tcode = 1 no_deadlines = 2 app_anchor_error = 3 tseg_cust_error = 4 OTHERS = 5.
SD_DEADLINE_MAINTAIN CALL FUNCTION 'SD_DEADLINE_MAINTAIN' EXPORTING deadline_no_in = xvttk-ternr deadline_profile_in = tvtk-profidnetz fcode_in = 'SDV1' trtyp_in = t180-trtyp screen_text_in = bildtext cua_text_in = tvtkt-bezei IMPORTING deadline_no_out = vttk-ternr flag_change_out = tp_change EXCEPTIONS * INVALID_TCODE = 01 invalid_profile = 02 no_deadlines = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.