RSTWB_ANALYZE_EXPORT_DATA 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 RSTWB_ANALYZE_EXPORT_DATA 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!
S_TWB_EX_READ_STRUC_DETAILS CALL FUNCTION 'S_TWB_EX_READ_STRUC_DETAILS' TABLES it_structure_ids = lt_structure_ids et_structure_attributes = lt_structure_attr.
S_TWB_STATUS_SUM_CALC CALL FUNCTION 'S_TWB_STATUS_SUM_CALC' CHANGING status = wa_status_cntp.
CAT_CATX_DATA_GET CALL FUNCTION 'CAT_CATX_DATA_GET' EXPORTING ablnr = l_catx_ablnr IMPORTING fname = l_catx_fname fleng = l_catx_fleng EXCEPTIONS data_not_found = 2 OTHERS = 3.
CAT_CATX_DATA_GET CALL FUNCTION 'CAT_CATX_DATA_GET' DESTINATION wa_structure-rfcdest EXPORTING ablnr = l_catx_ablnr IMPORTING fname = l_catx_fname fleng = l_catx_fleng EXCEPTIONS communication_failure = 1 MESSAGE l_rfc_message system_failure = 1 MESSAGE l_rfc_message data_not_found = 2 OTHERS = 3.
S_TWB_READ_DOCU_ATTRIBUTES CALL FUNCTION 'S_TWB_READ_DOCU_ATTRIBUTES' EXPORTING iv_language = l_docu_langu iv_docu_id = l_dokil_docu_id iv_dokil_object = l_dokil_object iv_docu_type = 'E' IMPORTING ev_dokil = wa_dokil ev_dokhl = wa_dokhl.
S_TWB_READ_DOCU_ATTRIBUTES CALL FUNCTION 'S_TWB_READ_DOCU_ATTRIBUTES' DESTINATION wa_structure_rfcdest EXPORTING iv_language = l_docu_langu iv_docu_id = l_dokil_docu_id iv_dokil_object = l_dokil_object iv_docu_type = 'E' IMPORTING ev_dokil = wa_dokil ev_dokhl = wa_dokhl EXCEPTIONS communication_failure = 1 MESSAGE l_rfc_message system_failure = 1 MESSAGE l_rfc_message . "#EC *
NOTE_SELECT_OBJECT CALL FUNCTION 'NOTE_SELECT_OBJECT' EXPORTING application = 'TW' id = p_note_keys-ref_note_id filtertree = p_note_keys-ref_filter_id TABLES note_ids = lt_notes.
S_TWB_READ_DOCU_ATTRIBUTES CALL FUNCTION 'S_TWB_READ_DOCU_ATTRIBUTES' EXPORTING iv_docu_id = 'HY' iv_dokil_object = l_dokil_object iv_docu_type = 'E' IMPORTING ev_dokil = wa_dokil ev_dokhl = wa_dokhl.
SIW_INFO_OBJECT_PROPS_GET CALL FUNCTION 'SIW_INFO_OBJECT_PROPS_GET' EXPORTING info_object = l_info_object IMPORTING error_msg = l_error_msg TABLES requested_properties = lt_requested_properties properties = lt_properties context = lt_kw_context.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTWB_ANALYZE_EXPORT_DATA - RSTWBANALYZEEXPORTDATA RSTWB_ANALYZE_EXECUTE_OBJECT - RSTWBANALYZEEXECUTEOBJECT RSTWB_ANALYZE_DISPLAY_DOCUMENT - RSTWBANALYZEDISPLAYDOCUMENT RSTWB_ANALYZE_DISPLAY_ATTR - RSTWBANALYZEDISPLAYATTR RSTWB_ANALYZE_DEFINE_STATUS - RSTWBANALYZEDEFINESTATUS RSTWB_ANALYZE_COLLECT_STATUS - RSTWBANALYZECOLLECTSTATUS