USS_BW_BATCH 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 USS_BW_BATCH into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
USS_BW_BATCH - Batch for writing data from SRm into
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: MASTER = Stakeholder Data
Selection Text: CUBE_4 = Expectations
Selection Text: CUBE_3 = Document Management
Selection Text: CUBE_2 = Communication Data
Selection Text: CUBE_1 = Influence, Groups, Shares
Selection Text: BL_MODE = Transfer in Block Mode
Title: Report for Selection of Stakeholders
Text Symbol: B06 = Information Requirements
Text Symbol: B05 = Stakeholder Influence, Groups, or Shares
Text Symbol: B04 = Contact
Text Symbol: B03 = Stakeholder
Text Symbol: B01 = Stakeholder Expectation
Text Symbol: 009 = Block Mode
Text Symbol: 008 = Data Source
Text Symbol: 007 = Log
Text Symbol: 006 = BW Information for Background Processing
Text Symbol: 005 = Do you want to display the list of error messages?
Text Symbol: 004 = Errors occurred when writing data to the SAP BW
Text Symbol: 003 = Date
Text Symbol: 002 = User
Text Symbol: 001 = Selection for Data Update
INCLUDE SEM_SRM_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
USS_GET_RFC_BW_SRM_VERSIONS CALL FUNCTION 'USS_GET_RFC_BW_SRM_VERSIONS' "PB 24.10.2001
USS_BW_SAVE_STH_ADMIN CALL FUNCTION 'USS_BW_SAVE_STH_ADMIN' EXPORTING it_stakeholder = lt_stakeholder it_sth_infl = it_sth_infl it_sth_sth_grp = it_sth_sth_grp it_sth_share = it_sth_share CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_SAVE_STH_EXPECT CALL FUNCTION 'USS_BW_SAVE_STH_EXPECT' EXPORTING it_sth_expect = lt_sth_expect it_sth_sth_grp = lt_sth_sth_grp CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_DELETE_STH_EXPECT CALL FUNCTION 'USS_BW_DELETE_STH_EXPECT' EXPORTING dt_sth_expect = lt_sth_expect CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_SAVE_INFREQUEST CALL FUNCTION 'USS_BW_SAVE_INFREQUEST' EXPORTING it_cont_all = lt_infrequest it_cont_doc = it_cont_doc it_cont_sth = it_cont_sth CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_DELETE_CONTACT CALL FUNCTION 'USS_BW_DELETE_CONTACT' EXPORTING it_cont_all = lt_contact it_cont_doc = it_cont_doc it_cont_sth = it_cont_sth i_mode = 'M' CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_SAVE_CONTACT CALL FUNCTION 'USS_BW_SAVE_CONTACT' EXPORTING it_cont_all = lt_contact it_cont_doc = it_cont_doc it_cont_sth = it_cont_sth CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_DELETE_INFREQUEST CALL FUNCTION 'USS_BW_DELETE_INFREQUEST' EXPORTING it_cont_all = lt_infrequest it_cont_doc = it_cont_doc it_cont_sth = it_cont_sth CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
USS_BW_DELETE_CONTACT CALL FUNCTION 'USS_BW_DELETE_CONTACT' EXPORTING it_cont_all = lt_contact i_mode = 'D' CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle i_s_msg_filter = ls_msg_filter EXCEPTIONS msg_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = gc_no diagnosetext1 = text-004 textline1 = text-005 titel = text-006 IMPORTING answer = l_answer.
BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = i_msg_handle.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile i_s_log_filter = ls_log_filter.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = i_tabname fieldname = i_fieldname TABLES return_tab = lt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
CONVERSION_EXIT_IDATE_INPUT CALL FUNCTION 'CONVERSION_EXIT_IDATE_INPUT' EXPORTING input = ls_return-fieldval IMPORTING output = c_output.
USS_BW_SAVE_STAKEHOLDER CALL FUNCTION 'USS_BW_SAVE_STAKEHOLDER' EXPORTING it_stakeholder = lt_sth_small CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
RS_SUBMIT_INFO * CALL FUNCTION 'RS_SUBMIT_INFO' * IMPORTING * p_submit_info = l_submit_info.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'MAIN2' TABLES p_exclude = lt_exclude.
USS_SYNCHRON_BW_KW CALL FUNCTION 'USS_SYNCHRON_BW_KW' TABLES ct_msg = lt_msg CHANGING X_SETTINGS = gs_settings.
USS_SYNCHRON_0SEM_DOCUM CALL FUNCTION 'USS_SYNCHRON_0SEM_DOCUM' TABLES ct_msg = lt_msg CHANGING X_SETTINGS = gs_settings.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = c_msg_handle.
BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING i_log_handle = c_msg_handle i_s_msg = ls_msg i_compare_attributes = 'X' i_compare_context = 'X' i_compare_parameters = 'X'.
USS_BW_SAVE_FIXED_MASTER CALL FUNCTION 'USS_BW_SAVE_FIXED_MASTER' CHANGING X_SETTINGS = gs_settings EXCEPTIONS bw_error = 1 OTHERS = 2.
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 USS_BW_BATCH or its description.