RSSCD_CHECK_UNICODE 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 RSSCD_CHECK_UNICODE 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.
Selection Text: REPAIR = Repair Mode
Selection Text: TEST = Test Mode
Selection Text: OBJECT = D .
Title: Set Unicode Flag for Generated Function Group
Text Symbol: 001 = Technical Options
Text Symbol: 004 = Entries
Text Symbol: 005 = The Unicode flag will be set for these function groups. Do you want to continue?
Text Symbol: 006 = Yes
Text Symbol: 007 = No
Text Symbol: 008 = Unicode Flag
Text Symbol: 009 = Unicode Flag Set -
Text Symbol: 010 = Selecting data...
Text Symbol: 051 = Unicode Check Test Run -
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 text_question = text-005 text_button_1 = 'Ja'(006) text_button_2 = 'Nein'(007) default_button = '1' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden selektiert...'(010).
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = g_repid i_grid_title = lv_title is_layout = gs_layout it_fieldcat = g_tab_fieldcat i_save = g_save it_sort = g_tab_sort is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSCD_CHECK_UNICODE - Set Unicode Flag for Generated Function Group RSSCD_CHECK_UNICODE - Set Unicode Flag for Generated Function Group RSSCD_CHECK_OLD_ENTRIES - Cleanup Program Before Unicode Conversion RSSCD_CHECK_OLD_ENTRIES - Cleanup Program Before Unicode Conversion RSSCD_CHECK_OBJECT_TOP - RSSCDCHECKOBJECTTOP RSSCD_CHECK_OBJECT - Check Change Document Objects