SPROX_SHOW_ALL_DT_OBJECTS 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 SPROX_SHOW_ALL_DT_OBJECTS 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_INSERT = Insert into Transport
Selection Text: P_NO_PIF = Exclude Package Interfaces
Selection Text: P_REQUES = Transport Request
Title: List all DT objects e.g. relevant for a downport piecelist
Text Symbol: DTO = Designtime Transport Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPRX_TABLE_DISPLAY_START call function 'SPRX_TABLE_DISPLAY_START' exporting ui_structure = 'TADIR' title = l_title start_col = 3 start_line = 3 end_col = 120 end_line = 40 changing data = lt_tadir_ui.
TR_EXT_INSERT_IN_REQUEST call function 'TR_EXT_INSERT_IN_REQUEST' exporting iv_req_id = p_reques importing ev_exception = l_exc es_msg = l_msg tables it_objects = lt_objects.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SPROX_SHOW_ALL_DT_OBJECTS - List all DT objects e.g. relevant for a downport piecelist SPROX_SHOW_ALL_DT_OBJECTS - List all DT objects e.g. relevant for a downport piecelist SPROX_SERVICE_VARIANT - Entry Point for Service Variants SPROX_SERVICE_VARIANT - Entry Point for Service Variants SPROX_SERVICE_INTERFACE_TEST_W - Test Service Interface by WSDL SPROX_SERVICE_INTERFACE_TEST_W - Test Service Interface by WSDL