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
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
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: Program BCS_MENU_TCODE_DISPATCH
INCLUDE BCSMENUF01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BCS_MENU_TCODE_DISPATCH - Program BCS_MENU_TCODE_DISPATCH BCS_MENU_TCODE_DISPATCH - Program BCS_MENU_TCODE_DISPATCH BCS_IBND_MAINT - Maintenance of Rules for Inbound Distribution BCS_IBND_MAINT - Maintenance of Rules for Inbound Distribution BCS_EXAMPLE_8 - BCS: Send a Spool Request as PDF by E-Mail (Example) BCS_EXAMPLE_8 - BCS: Send a Spool Request as PDF by E-Mail (Example)