AXT_EXT_ANALYZE_0O01 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 AXT_EXT_ANALYZE_0O01 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.
Title: Include AXT_EXT_ANALYZE_0O01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = 'Enter a new value' "#EC NOTEXT IMPORTING returncode = lv_rt TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = lv_objname object_type = 'YG' EXCEPTIONS OTHERS = 0.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = lv_objname object_type = 'FUGR' EXCEPTIONS OTHERS = 0.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = lv_objname object_type = 'FUNC' EXCEPTIONS OTHERS = 0.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = lv_objname object_type = 'CLAS' EXCEPTIONS OTHERS = 0.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = 'REPOSITORY.XML'
RSA1_OLTPSOURCE_MAINTAIN CALL FUNCTION 'RSA1_OLTPSOURCE_MAINTAIN' EXPORTING i_oltp_source = lv_datasource i_work_mode = 'D' * I_APPLNM = i_cust_view_all = ' ' i_tcode = 'RSA2' EXCEPTIONS OTHERS = 6.
TR_SHOW_DEVCLASS CALL FUNCTION 'TR_SHOW_DEVCLASS' EXPORTING iv_devclass = lv_objname.
TR_SHOW_REQUEST CALL FUNCTION 'TR_SHOW_REQUEST' EXPORTING iv_trkorr = lv_transport iv_popup = 'X' .
TR_SHOW_SYSTEM CALL FUNCTION 'TR_SHOW_SYSTEM' EXPORTING iv_system = lv_objname.
RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING objname = iv_objname objtype = iv_objtype * POPUP = ' ' * SECNAME = * MONITOR_ACTIVATE = 'X' * IMPORTING * FCODE = EXCEPTIONS * OBJECT_NOT_FOUND = 1 * OBJECT_NOT_SPECIFIED = 2 * PERMISSION_FAILURE = 3 * TYPE_NOT_VALID = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.