SAP Reports / Programs

BCS_MENU_TCODE_DISPATCH SAP ABAP Report - Program BCS_MENU_TCODE_DISPATCH







BCS_MENU_TCODE_DISPATCH 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 BCS_MENU_TCODE_DISPATCH into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FC_BW_RSZDELETE - Delete BW Query Objects
FC_BW_RSZV - Maintain BW Variables
FC_BW_RSA1 - Administrator Workbench
FC_BW_BEX - Business Explorer Analyzer
CXBCS20 - BCS Session Manager Menu


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 BCS_MENU_TCODE_DISPATCH. "Basic submit
SUBMIT BCS_MENU_TCODE_DISPATCH AND RETURN. "Return to original report after report execution complete
SUBMIT BCS_MENU_TCODE_DISPATCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program BCS_MENU_TCODE_DISPATCH


INCLUDES used within this REPORT BCS_MENU_TCODE_DISPATCH

INCLUDE BCSMENUF01.


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:

RSAH_LAUNCH_EXCEL call function 'RSAH_LAUNCH_EXCEL' destination l_dest exceptions others = 1.

ABAP4_CALL_TRANSACTION * CALL FUNCTION 'ABAP4_CALL_TRANSACTION' DESTINATION l_dest * EXPORTING * tcode = l_transaction ** SKIP_SCREEN = ' ' ** MODE_VAL = 'A' ** UPDATE_VAL = 'A' * IMPORTING * subrc = l_subrc ** TABLES ** USING_TAB = ** SPAGPA_TAB = ** MESS_TAB = * EXCEPTIONS * call_transaction_denied = 1 * tcode_invalid = 2 * OTHERS = 3.

TH_REMOTE_TRANSACTION call function 'TH_REMOTE_TRANSACTION' exporting tcode = l_transaction dest = l_name importing comm_message = l_error syst_message = l_error.



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 BCS_MENU_TCODE_DISPATCH or its description.