SAP Reports / Programs | Basis Components | Basis Components | Documentation Tools(BC-DOC-DTL) SAP BC

RSDOKU03 SAP ABAP Report - OBSOLETE: Where-used List for Hypertext Documents







RSDOKU03 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 RSDOKU03 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

T_RSDOKU03 - Where-used List for Hypertext Docu.


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSDOKU03. "Basic submit
SUBMIT RSDOKU03 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDOKU03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DOKNAME = Document Name
Selection Text: DOKCLASS = Document Class
Title: OBSOLETE: Where-used List for Hypertext Documents
Text Symbol: 109 = being created...
Text Symbol: 108 = being analyzed...
Text Symbol: 045 = Where-Used List
Text Symbol: 043 = % done ...
Text Symbol: 040 = Link to IMG
Text Symbol: 018 = Use in structures:
Text Symbol: 017 = Doc not used in any structure
Text Symbol: 016 = Use in documents:
Text Symbol: 015 = Unknown
Text Symbol: 014 = Link
Text Symbol: 013 = Include
Text Symbol: 012 = The folloiwng links to the IMG were found:
Text Symbol: 011 = The document is not accessed in any other document.
Text Symbol: 010 = |----------------------------------------------------------------------------|
Text Symbol: 009 = There is no link to the IMG
Text Symbol: 008 = Create document list
Text Symbol: 007 = Create list?
Text Symbol: 006 = Can take some time
Text Symbol: 005 = Select document name
Text Symbol: 004 = Where-used list for document:
Text Symbol: 003 = Analyze link to IMG
Text Symbol: 001 = Select document lang.


INCLUDES used within this REPORT RSDOKU03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

TOCX_FIND_CHAPTER_IN_STRUCTURE * CALL FUNCTION 'TOCX_FIND_CHAPTER_IN_STRUCTURE' * EXPORTING * dokclass = dokclass * dokname = dokname ** SEARCH_IN_OUTLINE = ' ' * fill_and_return_table = 'X' ** IMPORTING ** OUTLINE = * TABLES * list_of_structures = list_of_structures * EXCEPTIONS * not_used_in_outline = 1 * OTHERS = 2.

S_CUS_IMG_ACTIVITY_QUERY * CALL FUNCTION 'S_CUS_IMG_ACTIVITY_QUERY' * TABLES * search_for_docu_ids = i_docu_search ** SEARCH_FOR_ATTRIBUTES = ** SEARCH_FOR_TRANSACTIONS = * img_activities_found = i_img_found * .

STREE_GET_STRUCT_FOR_GIVEN_REF * CALL FUNCTION 'STREE_GET_STRUCT_FOR_GIVEN_REF' ** EXPORTING ** INCLUDE_FILTER = ** IMPORTING ** MESSAGE = * TABLES * i_references = i_of_refer * e_structures = i_of_struct1 * .

TOCX_READ_DISPLAY_VERSION * CALL FUNCTION 'TOCX_READ_DISPLAY_VERSION' * EXPORTING * outline = 'SIMG_ALL' * spras = 'D' * viewname = 'STANDARD' * open_first_level = 'X' * TABLES * hierarchy = i_hitab1 * EXCEPTIONS * missing_parameters = 1 * not_found = 2 * OTHERS = 3.

TOCX_INSERT_INCLUDED_BOOKS * CALL FUNCTION 'TOCX_INSERT_INCLUDED_BOOKS' * EXPORTING * header_data = header_data * include_type = 'BIBL' * viewname = 'STANDARD' * open_first_level = ' ' * TABLES * input_hierarchy = i_hitab1 * output_hierarchy = i_hitab2 * EXCEPTIONS * OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * percentage = percent * text = text * EXCEPTIONS * OTHERS = 1.

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = dyname * dynumb = dynumb * translate_to_upper = 'X' * TABLES * dynpfields = dynpfields * EXCEPTIONS * invalid_abapworkarea = 01 * invalid_dynprofield = 02 * invalid_dynproname = 03.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * textline1 = 'Vorgang kann einige Minuten dauern'(006) * textline2 = 'Soll die Liste erstellt werden ?'(007) * titel = 'Dokumentenliste erstellen'(008) ** START_COLUMN = 25 ** START_ROW = 6 * IMPORTING * answer = answer * EXCEPTIONS * OTHERS = 1.

HELP_VALUES_GET_NO_DD_NAME * CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' * EXPORTING * selectfield = 'OBJECT' * titel = 'Auswahl Dokumentname'(005) * no_pers_help_select = 'X' * show_all_values_at_first_time = 'X' * IMPORTING * ind = linenr * TABLES * fields = fields * full_table = objects * EXCEPTIONS * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * OTHERS = 6.

STREE_EXTERNAL_DISPLAY * CALL FUNCTION 'STREE_EXTERNAL_DISPLAY' * EXPORTING * structure_id = i_of_struct-id * language = sy-langu * POSITION_ON_NODE = i_of_struct-node_id * display_structure = 'X' * NO_COMMIT_WORK = 'X' ** USE_REMOTE_CONNECTION = ' ' ** RFC_DESTINATION = 'NONE' ** POSITION_ON_NODE = ' ' ** ID_FOR_USE_AS_FILTER = ' ' ** IMPORTING ** MESSAGE = ** TOGGLE = ** TABLES ** USER_PARAMETERS = * .

STREE_EXTERNAL_CHANGE * CALL FUNCTION 'STREE_EXTERNAL_CHANGE' * EXPORTING * structure_id = i_of_struct-id * language = sy-langu * POSITION_ON_NODE = i_of_struct-node_id * edit_structure = 'X' * no_commit_work = 'X' ** USE_REMOTE_CONNECTION = ' ' ** RFC_DESTINATION = 'NONE' ** POSITION_ON_NODE = ** ID_FOR_USE_AS_FILTER = * IMPORTING * message = s_message ** TOGGLE = ** TABLES ** USER_PARAMETERS = * .

HELP_VALUES_GET_NO_DD_NAME * CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' * EXPORTING * cucol = 1 * curow = 1 * display = '' * selectfield = 'SPTXT' * titel = 'Auswahl Dokumentsprache'(001) * no_pers_help_select = 'X' * title_in_values_list = '' * show_all_values_at_first_time = 'X' * use_user_selections = 'X' * write_selectfield_in_colours = ' ' * no_scroll = 'X' * no_conversion = 'X' * reduced_status_only = 'X' * IMPORTING * ind = linenr * TABLES * fields = fields * full_table = i_t002t ** USER_SEL_FIELDS = * EXCEPTIONS * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * OTHERS = 6.



Contribute (Add Comments)

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 RSDOKU03 or its description.