MSCUAI01 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 MSCUAI01 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!
STC1_SET_COMMAND call function 'STC1_SET_COMMAND' exporting command = sok_code.
STC1_GET_DATA call function 'STC1_GET_DATA' exporting tab_handle = gd_handle_change tables table = lt_all_uszbvlndrc_tc1 new_data = lt_new_uszbvlndrc_tc1 marked_data = lt_sel_uszbvlndrc_tc1 exceptions table_not_found = 1 others = 2.
STC1_GET_DATA call function 'STC1_GET_DATA' exporting tab_handle = gd_handle_change tables table = lt_all_uszbvlndrc_tc1 new_data = lt_new_uszbvlndrc_tc1 marked_data = lt_sel_uszbvlndrc_tc1 exceptions others = 0.
STC1_SET_MARKED_LINES call function 'STC1_SET_MARKED_LINES' exporting handle = gd_handle_change tables marked_lines = lt_sel_uszbvlndrc_tc1 exceptions invalid_handle = 1 others = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'CUA landscape has been changed'(108) "#EC TEXT_DIFF text_question = 'Unsaved data will get lost. Would you like to continue?'(106) "#EC TEXT_DIFF
STC1_GET_DATA call function 'STC1_GET_DATA' exporting tab_handle = gd_handle_change tables new_data = lt_new_uszbvlndrc_tc1 exceptions table_not_found = 0 others = 0.
POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting popup_title = 'Information'(003) "#EC TEXT_DIFF text_object = 'SUSR_ZBV_SCUA_INFO' exceptions text_not_found = 1 others = 2.
BMODEL_LINK_GET call function 'BMODEL_LINK_GET' tables blink = it_bapilinks.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting ddic_structure = 'BDI_BLINK' retfield = 'CUSTMODEL' dynpprog = program_f4 dynpnr = dynsub_f4 dynprofield = 'URBAPILINK-BAPILINK' value_org = 'S' tables value_tab = it_bapilinks.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.