MSSCCF05 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 MSSCCF05 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: Enqueue/Dequeue, Transports and Corrections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_ESSTTXOB call function 'ENQUEUE_ESSTTXOB' exporting tdobject = current_object x_tdobject = ' ' _scope = '2' _wait = ' ' exceptions foreign_lock = 01 system_failure = 02.
ENQUEUE_ESSTTXOT call function 'ENQUEUE_ESSTTXOT' exporting tdspras = ' ' tdobject = current_object x_tdspras = ' ' x_tdobject = ' ' _scope = '2' _wait = ' ' exceptions foreign_lock = 01 system_failure = 02.
DEQUEUE_ESSTTXOB call function 'DEQUEUE_ESSTTXOB' exporting tdobject = current_object x_tdobject = ' ' _scope = '3' _synchron = ' '.
DEQUEUE_ESSTTXOB call function 'DEQUEUE_ESSTTXOB' exporting tdobject = current_object x_tdobject = ' ' _scope = '3' _synchron = ' '.
ENQUEUE_ESSTTXID call function 'ENQUEUE_ESSTTXID' exporting tdobject = current_object tdid = '*' x_tdobject = ' ' x_tdid = ' ' _scope = '2' _wait = ' ' exceptions foreign_lock = 01 system_failure = 02.
ENQUEUE_ESSTTXIT call function 'ENQUEUE_ESSTTXIT' exporting tdspras = ' ' tdobject = current_object tdid = '*' x_tdspras = ' ' x_tdobject = ' ' x_tdid = ' ' _scope = '2' _wait = ' ' exceptions foreign_lock = 01 system_failure = 02.
DEQUEUE_ESSTTXID call function 'DEQUEUE_ESSTTXID' exporting tdobject = current_object tdid = '*' x_tdobject = ' ' x_tdid = ' ' _scope = '3' _synchron = ' '.
DEQUEUE_ESSTTXID call function 'DEQUEUE_ESSTTXID' exporting tdobject = current_object tdid = '*' x_tdobject = ' ' x_tdid = ' ' _scope = '3' _synchron = ' '.
DEQUEUE_ESSTTXOB call function 'DEQUEUE_ESSTTXOB' exporting tdobject = current_object x_tdobject = ' ' _scope = '3' _synchron = ' '.
DEQUEUE_ESSTTXOT call function 'DEQUEUE_ESSTTXOT' exporting tdspras = ' ' tdobject = current_object x_tdspras = ' ' x_tdobject = ' ' _scope = '3' _synchron = ' '.
DEQUEUE_ESSTTXID call function 'DEQUEUE_ESSTTXID' exporting tdobject = current_object tdid = '*' x_tdobject = ' ' x_tdid = ' ' _scope = '3' _synchron = ' '.
DEQUEUE_ESSTTXIT call function 'DEQUEUE_ESSTTXIT' exporting tdspras = ' ' tdobject = current_object tdid = '*' x_tdspras = ' ' x_tdobject = ' ' x_tdid = ' ' _scope = '3' _synchron = ' '.
ENQUEUE_ESSTTXGR call function 'ENQUEUE_ESSTTXGR' exporting * mode_ttxgr = 'E' object = current_object ID = '*' * X_OBJECT = ' ' * X_ID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2.
ENQUEUE_ESSTTXGRT call function 'ENQUEUE_ESSTTXGRT' exporting * MODE_TTXGRT = 'E' spras = ' ' object = current_object id = '*' * X_SPRAS = ' ' * X_OBJECT = ' ' * X_ID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 01 system_failure = 02.
DEQUEUE_ESSTTXGR call function 'DEQUEUE_ESSTTXGR' exporting * MODE_TTXGR = 'E' * X_OBJECT = ' ' * X_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' object = current_object id = '*'.
DEQUEUE_ESSTTXGR call function 'DEQUEUE_ESSTTXGR' exporting * MODE_TTXGR = 'E' * X_OBJECT = ' ' * X_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' object = current_object id = '*'.
DEQUEUE_ESSTTXGR call function 'DEQUEUE_ESSTTXGR' exporting * MODE_TTXGR = 'E' * X_OBJECT = ' ' * X_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' object = current_object id = '*'.
DEQUEUE_ESSTTXGRT call function 'DEQUEUE_ESSTTXGRT' exporting * MODE_TTXGRT = 'E' * X_SPRAS = ' ' * X_OBJECT = ' ' * X_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' spras = ' ' object = current_object id = '*'.
call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = text-560 " Das Textobjekt liegt außerhalb diagnosetext2 = text-561 " des zulässigen Namensraums.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = text-562 " Die Text-ID liegt außerhalb diagnosetext2 = text-563 " des zulässigen Namensraums.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = text-562 " Die Text-ID liegt außerhalb diagnosetext2 = text-563 " des zulässigen Namensraums.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-550 textline2 = line2 titel = cua_title start_column = 25 start_row = 6 importing answer = answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-550 textline2 = line2 titel = cua_title start_column = 25 start_row = 6 importing answer = answer.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = text-560 " Das Objekt liegt außerhalb diagnosetext2 = text-561 " des zulässigen Namensraums textline1 = text-565 " Wollen_Sie_trotzdem_sicher titel = title importing answer = answer.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = text-562 " Die ID liegt außerhalb diagnosetext2 = text-563 " des zulässigen Namensraums textline1 = text-565 " Wollen_Sie_trotzdem_sicher titel = title importing answer = answer.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' importing we_order = order * WE_TASK = * WE_OBJECTS_APPENDABLE = tables wt_ko200 = wa_ko200 wt_e071k = wa_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = order importing we_order = order we_task = task tables wt_ko200 = wa_ko200 wt_e071k = wa_e071k exceptions show_only_other_error = 1 cancel_edit_other_error = 2.
CHECK_DIVERSE_AUTHORITIES call function 'CHECK_DIVERSE_AUTHORITIES' exporting activity = activity objecttype = tmpobjtype exceptions no_authority = 01 unknown_activity = 02 unknown_objecttype = 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.
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 MSSCCF05 or its description.