CACSMENUE is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for INCLUDE ISIS_NO_DOCU_2 OBJECT DOKU ID TX ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CACSMENUE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACS - Commission System: Main 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 CACSMENUE
Text Symbol: 001 = No application name exists
Text Symbol: 002 = No title exists in logon language
Text Symbol: 003 = No report maintained
Text Symbol: 004 = No service maintained for application
INCLUDE CACSMENUETOP .
INCLUDE CACSMENUE_GETMENUENTRIES.
No SAP DATABASE tables are accessed within this REPORT code!
CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' EXPORTING iv_domain = gc_domain_icm IMPORTING e_appl = cacs_s_menu-appl EXCEPTIONS no_appl = 1 OTHERS = 2.
DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url EXCEPTIONS OTHERS = 1.
WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS object_not_found = 1 parameter_not_found = 2 OTHERS = 3.
CACS_GET_EXTENSION_SWITCH CALL FUNCTION 'CACS_GET_EXTENSION_SWITCH' EXPORTING i_appl = cacs_s_menu-appl i_response_mode = 'P'.
HTMLCNTL_GET_EVENT_ACTION CALL FUNCTION 'HTMLCNTL_GET_EVENT_ACTION' EXPORTING h_control = html_ctrl_0200 CHANGING action = aktion EXCEPTIONS cntl_error = 1 OTHERS = 2.
CONTROL_DISPATCH CALL FUNCTION 'CONTROL_DISPATCH' EXPORTING fcode = ok_code * SYSTEM = ' ' EXCEPTIONS cb_not_found = 1 OTHERS = 2 .
CACS_MENUE_CHECK_OK_CODE CALL FUNCTION 'CACS_MENUE_CHECK_OK_CODE' EXPORTING i_ok_code = ok_code i_appl = cacs_s_menu-appl.
DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url EXCEPTIONS OTHERS = 1.
CACS_MENUE_DATA_SUPPLY_OO * call function 'CACS_MENUE_DATA_SUPPLY_OO' * exporting * i_document_id = g_document_id * i_document_url = 'Menue.htm'
CACS_MENUE_DATA_SUPPLY_OO CALL FUNCTION 'CACS_MENUE_DATA_SUPPLY_OO' EXPORTING i_appl = cacs_s_menu-appl EXCEPTIONS control_init = 1 htmlcntl_create = 2 htmlcntl_init = 3 htmlcntl_show_data = 4 htmlcntl_load_html_document = 5 htmlcntl_load_mime_object = 6 OTHERS = 7.
CACS_APPL_USE_CHECK CALL FUNCTION 'CACS_APPL_USE_CHECK' EXPORTING i_appl = cacs_s_menu-appl EXCEPTIONS denied = 1.
HTMLCNTL_DESTROY CALL FUNCTION 'HTMLCNTL_DESTROY' CHANGING h_control = html_ctrl_0200 EXCEPTIONS destroy_error = 1 OTHERS = 2.
CACS_APPLGEN_INFO * CALL FUNCTION 'CACS_APPLGEN_INFO' * EXPORTING * i_appl = lv_appl * IMPORTING * e_gentime = cacs_s_menu-gentime * EXCEPTIONS * OTHERS = 1.
CACS_APPL_USE_CHECK CALL FUNCTION 'CACS_APPL_USE_CHECK' EXPORTING i_appl = appl EXCEPTIONS denied = 1 OTHERS = 2.
CACS_SET_CURRENT_APPL CALL FUNCTION 'CACS_SET_CURRENT_APPL' EXPORTING i_appl = appl EXCEPTIONS no_appl = 1 OTHERS = 2.
CACS_ALL_APPLS_IN_CLIENT CALL FUNCTION 'CACS_ALL_APPLS_IN_CLIENT' EXPORTING iv_domain = gc_domain_icm IMPORTING t_appls = itab_cacsappl EXCEPTIONS OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'APPL' value_org = 'S' TABLES value_tab = itab_cacsappl EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = lv_acc_mode EXCEPTIONS its_not_available = 1 OTHERS = 2.
CALL FUNCTION 'CACS_APPL_USE_CHECK' EXPORTING i_appl = cacs_s_menu-appl EXCEPTIONS denied = 1.
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 CACSMENUE or its description.