RHCHEXOBF01 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 RHCHEXOBF01 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!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = prg_name it_fieldcat = list_field_catalog_5[] is_layout = list_layout_5 it_events = list_events_fit tables t_outtab = detail_write_tab exceptions program_error = 1 others = 2.
HELP_VALUES_GET_NO_DD_NAME * CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' * EXPORTING * SELECTFIELD = 'OTYPE' * IMPORTING * IND = F4_IND * TABLES * FIELDS = FIELDS_TAB * FULL_TABLE = EXT_OB * EXCEPTIONS * FULL_TABLE_EMPTY = 1 * NO_TABLESTRUCTURE_GIVEN = 2 * NO_TABLEFIELDS_IN_DICTIONARY = 3 * MORE_THEN_ONE_SELECTFIELD = 4 * NO_SELECTFIELD = 5 * OTHERS = 6.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OTYPE' value_org = 'S' tables value_tab = ext_ob return_tab = f4_return exceptions parameter_error = 1 no_values_found = 2 others = 3.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'rhchexob' dynumb = '1000' tables dynpfields = dynp_fields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHCHEXOBF01 - documentation and ABAP source code RHCHEXOB - Relationships of Nonexistent External Objects RHCHEXOB - Relationships of Nonexistent External Objects RHCHECK_SET_BUILD_HANA - Check Object Retrieval (HANA Versus Standard DB) RHCHECK_SET_BUILD_HANA - Check Object Retrieval (HANA Versus Standard DB) RHCHECK_AUTH_HANA - Check Authorization Profiles (HANA Versus Standard DB)