RSSCD700 is a standard Executable ABAP Report 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 RSSCD700 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.
Report for Preparation of ADO - Transports for Change Document Objects
Selection Text: P_TESTN = No, Enter ADO Immediately
Selection Text: P_TESTJ = Test Session, No ADO Entry
Selection Text: P_LISTN = No, Do Not Record
Selection Text: P_LISTJ = Yes, Record
Selection Text: OBJECT = Change Document Object
Title: Obsolete: Save ADO Transport for Change Document Objects
Text Symbol: 410 = Existing Change Doc. Objects
Text Symbol: 100 = Save ADO Transport for Change Document Objects
Text Symbol: 067 = Passing table content...
Text Symbol: 063 = From
Text Symbol: 062 = Preparing GRID display...
Text Symbol: 061 = Processing CHDO objects....
Text Symbol: 060 = Selecting CHDO objects...
Text Symbol: 055 = Count
Text Symbol: 054 = Status
Text Symbol: 053 = Prefix/Multicase
Text Symbol: 052 = Tabname/Function Group
Text Symbol: 051 = Object/Report/Include/Table
Text Symbol: 050 = Table
Text Symbol: 022 = OBJ.
Text Symbol: 019 = Determine object if required; if not, empty?
Text Symbol: 017 = INCLUDE
Text Symbol: 016 = GENFLAG
Text Symbol: 015 = TCDRS
Text Symbol: 014 = PREFIX
Text Symbol: 013 = FGRP
Text Symbol: 012 = REPORTNAME
Text Symbol: 011 = TCDRP
Text Symbol: 010 = OBJ_NAME
Text Symbol: 009 = PGMID
Text Symbol: 008 = MULTCASE
Text Symbol: 007 = TABNAME
Text Symbol: 006 = OBJECT
Text Symbol: 005 = TCDOB
Text Symbol: 004 = TADIR
Text Symbol: 003 = TABLE
Text Symbol: 002 = Do you want to record the data?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting ** PERCENTAGE = 0 * text = 'Selektiere die CHDO-Objekte....'(060).
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = lv_ob_c * text = lv_text.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * text = 'Übertrage die Tabelleninhalte...'(067).
TRINT_TADIR_UPDATE * call function 'TRINT_TADIR_UPDATE' * exporting * genflag = c_yes * object = p_tadir-object * obj_name = p_tadir-obj_name * pgmid = p_tadir-pgmid * exceptions * object_has_no_tadir = 1 * object_exists_global = 2 * others = 3.
REUSE_ALV_EVENTS_GET * call function 'REUSE_ALV_EVENTS_GET' * exporting * i_list_type = 0 * importing * et_events = rt_events.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * text = 'Bereite die GRID-Anzeige vor...'(062).
REUSE_ALV_GRID_DISPLAY * call function 'REUSE_ALV_GRID_DISPLAY' * exporting * i_background_id = 'ALV_BACKGROUND' "QBJ50 * i_grid_title = text-100 * is_layout = ls_layout * it_fieldcat = lt_field_catalog[] * i_save = lv_save * is_variant = ls_variant * it_events = lt_events[] * importing * e_exit_caused_by_caller = lv_exit_caused_by_caller * es_exit_caused_by_user = ls_exit_caused_by_user * tables * t_outtab = lt_outtab * exceptions * program_error = 1 * others = 2.
TRINT_TADIR_INSERT * call function 'TRINT_TADIR_INSERT' * exporting * author = p_tadir-author * masterlang = p_tadir-masterlang * devclass = p_tadir-devclass * genflag = c_yes * object = p_tadir-object * obj_name = p_tadir-obj_name * pgmid = p_tadir-pgmid * srcsystem = p_tadir-srcsystem * exceptions * object_exists_global = 1 * object_exists_local = 2 * others = 3.
DYNP_VALUES_READ * call function 'DYNP_VALUES_READ' * exporting * dyname = my_repid * dynumb = my_dynnr * translate_to_upper = c_yes * tables * dynpfields = dyn_f.
HELP_VALUES_GET_WITH_TABLE ** call function 'HELP_VALUES_GET_WITH_TABLE' ** exporting ** fieldname = c_ffield ** tabname = c_ftabname ** titel = ** 'vorhandene Änderungsbelegobjekte'(410) ** show_all_values_at_first_time = c_yes ** importing ** select_value = sel_field ** tables ** fields = felder ** valuetab = tf4_object.
DYNP_VALUES_UPDATE ** call function 'DYNP_VALUES_UPDATE' ** exporting ** dyname = my_repid ** dynumb = my_dynnr ** tables ** dynpfields = dyn_f ** exceptions ** invalid_abapworkarea = 1 ** invalid_dynprofield = 2 ** invalid_dynproname = 3 ** invalid_dynpronummer = 4 ** invalid_request = 5 ** no_fielddescription = 6 ** undefind_error = 7 ** others = 8.
F4IF_INT_TABLE_VALUE_REQUEST * call function 'F4IF_INT_TABLE_VALUE_REQUEST' * exporting ** DDIC_STRUCTURE = c_ftabname * retfield = retfield ** PVALKEY = ' ' * dynpprog = my_repid * dynpnr = my_dynnr * dynprofield = sel_fieldname ** STEPL = lne ** window_title = 'vorhandene Aenderungsbelegobjekte'(410) ** VALUE = ' ' ** value_org = 'S' ** MULTIPLE_CHOICE = ' ' * display = 'F' ** CALLBACK_PROGRAM = ' ' ** CALLBACK_FORM = ' ' * tables * value_tab = tf4_object * field_tab = f4feld * return_tab = ret_tab ** DYNPFLD_MAPPING = * exceptions * parameter_error = 1 * no_values_found = 2 * others = 3.
RS_NAME_SPLIT_NAMESPACE * call function 'RS_NAME_SPLIT_NAMESPACE' * exporting * name_with_namespace = lv_rep_w_nspace * importing * namespace = lv_namespace * name_without_namespace = lv_rep_wo_nspace.
TR_OBJECT_CHECK * call function 'TR_OBJECT_CHECK' * exporting * wi_ko200 = ls_wi_ko200 ** IV_NO_STANDARD_EDITOR = ' ' * iv_no_show_option = c_yes ** IV_EXTERNALPS = ' ' ** IV_EXTERNALID = ' ' ** IV_NO_PS = ' ' * importing * we_order = lv_we_order ** WE_TASK = * we_ko200 = p_we_ko200 ** WE_OBJECT_APPENDABLE = * es_tadir = le_tadir ** TABLES ** WT_E071K = * exceptions * cancel_edit_other_error = 1 * show_only_other_error = 2 * others = 3 * .
TR_OBJECT_INSERT * call function 'TR_OBJECT_INSERT' * exporting * wi_order = p_we_ko200-trkorr * wi_ko200 = p_we_ko200 ** IV_NO_STANDARD_EDITOR = ' ' * iv_no_show_option = c_yes ** IV_EXTERNALPS = ' ' ** IV_EXTERNALID = ' ' ** IV_NO_PS = ' ' ** IMPORTING ** WE_ORDER = ** WE_TASK = ** WE_KO200 = ** ES_TADIR = ** TABLES ** WT_E071K = * exceptions * cancel_edit_other_error = 1 * show_only_other_error = 2 * others = 3 * .
TRINT_APPEND_COMM * call function 'TRINT_APPEND_COMM' * exporting * wi_sel_e071 = 'X' * wi_sel_e071k = 'X' * wi_trkorr = p_we_order ** IMPORTING ** we_keys_physical_appended = e071_flag ** we_objects_physical_appended = e071k_flag * tables * wt_e071 = pt_objects * wt_e071k = pt_keys * exceptions * e071k_append_error = 1 * e071_append_error = 2 * trkorr_empty = 3 * others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSCD700 - Obsolete: Save ADO Transport for Change Document Objects RSSCD700 - Obsolete: Save ADO Transport for Change Document Objects RSSCD600 - SZD: Remove Transport Inonsistency 4.0 RSSCD600 - SZD: Remove Transport Inonsistency 4.0 RSSCD500 - Display planned changes RSSCD500 - Display planned changes