SAP Reports / Programs | Basis Components | Basis Components | Test Organizer(BC-TWB-ORG) SAP BC

RSTWB_ANALYZE_EXPORT_DATA SAP ABAP INCLUDE - RSTWBANALYZEEXPORTDATA







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSTWB_ANALYZE_EXPORT_DATA. "Basic submit
SUBMIT RSTWB_ANALYZE_EXPORT_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RSTWB_ANALYZE_EXPORT_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RSTWB_ANALYZE_EXPORT_DATA

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSTWB_ANALYZE_EXPORT_DATA or its description.