RODPS_OS_EXPOSE 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 RODPS_OS_EXPOSE 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: P_OS = DataSource (pattern with '*')
Text Symbol: 001 = Select DataSources
Text Symbol: 002 = Release DataSource(s)
Text Symbol: 003 = Delete Releases
Text Symbol: 004 = Display Releases
Text Symbol: 005 = Do you want to release the selected &1 DataSources?
Text Symbol: 006 = Do you want to remove the releases for the &1 selected DataSource?
Text Symbol: 009 = Confirmation Prompt
Text Symbol: 010 = Yes
Text Symbol: 011 = No
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RODPS_S_OS_F4' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = i_title * I_SELECTION = 'X' i_allow_no_selection = l_no_sel * I_ZEBRA = ' ' i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 130 i_screen_end_line = 30 i_checkbox_fieldname = l_fd_check * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'CT_F4' * i_structure_name = 'RODPS_S_OS_F4' it_fieldcat = lt_fieldcat * it_excluding = lt_excluding * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = IMPORTING es_selfield = ls_selected e_exit = l_exit TABLES t_outtab = ct_f4 EXCEPTIONS program_error = 1 OTHERS = 2.
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = ' ' * IV_REQUEST_TYPES = * IV_CLI_DEP = ' ' * IV_REQUEST = ' ' it_e071 = lt_e071 it_e071k = lt_e071k iv_lock_objects = ' ' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 iv_with_error_log = 'X' * IV_NO_OWNER_CHECK = ' ' * IV_FOREIGN_REQUEST = ' ' IMPORTING es_request = ls_request EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = i_title * DIAGNOSE_OBJECT = ' ' text_question = i_text text_button_1 = 'Ja'(010) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(011) * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
RST3_SYSMODE_GET CALL FUNCTION 'RST3_SYSMODE_GET' IMPORTING e_sysmode = s_sysmode.
RST3_NSPACE_GET_FROM_OBJECT CALL FUNCTION 'RST3_NSPACE_GET_FROM_OBJECT' EXPORTING i_objnm = l_objnm i_objtp = sbiwb_c_objtype-ds IMPORTING e_namespace = c_namespace * e_purename = l_purename e_objmode = c_objmode EXCEPTIONS OTHERS = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'RODPS_OS_EXPOSE' "sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.
TRINT_OBJECTS_CHECK_AND_INSERT CALL FUNCTION 'TRINT_OBJECTS_CHECK_AND_INSERT' EXPORTING iv_with_dialog = ' ' iv_send_message = ' ' iv_no_show_option = 'X' iv_no_standard_editor = 'X' CHANGING ct_ko200 = lt_ko200 EXCEPTIONS cancel_edit_append_error_keys = 1 cancel_edit_append_error_objct = 2 cancel_edit_append_error_order = 3 cancel_edit_but_se01 = 4 cancel_edit_no_header_object = 5 cancel_edit_no_order_selected = 6 cancel_edit_repaired_object = 7 cancel_edit_system_error = 8 cancel_edit_tadir_missing = 9 cancel_edit_tadir_update_error = 10 cancel_edit_unknown_devclass = 11 cancel_edit_unknown_objecttype = 12 show_only_closed_system = 13 show_only_consolidation_level = 14 show_only_ddic_in_customer_sys = 15 show_only_delivery_system = 16 show_only_different_ordertypes = 17 show_only_different_tasktypes = 18 show_only_enqueue_failed = 19 show_only_generated_object = 20 show_only_ill_lock = 21 show_only_lock_enqueue_failed = 22 show_only_mixed_orders = 23 show_only_mix_local_transp_obj = 24 show_only_no_shared_repair = 25 show_only_object_locked = 26 show_only_repaired_object = 27 show_only_show_client = 28 show_only_tadir_missing = 29 show_only_unknown_devclass = 30 cancel_edit_no_check_call = 31 cancel_edit_category_mixture = 32 show_only_closed_client = 33 show_only_closed_ale_object = 34 show_only_unallowed_superuser = 35 cancel_edit_custom_obj_at_sap = 36 cancel_edit_access_denied = 37 show_only_no_repair_system = 38 show_only_no_license = 39 show_only_central_basis = 40 show_only_user_after_error = 41 cancel_edit_user_after_error = 42 show_only_object_not_patchable = 43 OTHERS = 44.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.