ACPROTOCOL 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 ACPROTOCOL into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = repid i_callback_pf_status_set = 'SET_PF_STATUS_MAIN' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat i_tabname_header = 'G_TAB_HEADER_MAIN' i_tabname_item = 'G_TAB_ITEM_MAIN' is_keyinfo = gs_keyinfo it_events = tab_events I_SAVE = 'A' is_variant = variant tables t_outtab_header = g_tab_header_main t_outtab_item = g_tab_item_main.
MASTER_DATA_READ_SEC call function 'MASTER_DATA_READ_SEC' exporting i_ranl = l_wrk_group-ranl importing e_vwpanla = l_wrk_vwpanla.
TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = l_wrk_group-bukrs importing currency = l_wrk_header-currency.
GET_DOMAENENTEXT call function 'GET_DOMAENENTEXT' exporting dname = 'TPM_DERIV_CAT' dvalue = dvalue importing dtext = l_wrk_header-deriv_cat_text exceptions no_domain_found = 1 others = 2.
POSITION_INDICATOR_SECACC_READ CALL FUNCTION 'POSITION_INDICATOR_SECACC_READ' EXPORTING I_BUKRS = l_wrk_depot_group-bukrs I_RANL = l_wrk_depot_group-ranl I_RLDEPO = l_wrk_depot_group-rldepo IMPORTING E_VWPDEPO = l_wrk_vwpdepo.
MASTER_DATA_READ_SEC call function 'MASTER_DATA_READ_SEC' exporting i_ranl = l_wrk_depot-ranl importing e_vwpanla = l_wrk_vwpanla.
TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = l_wrk_depot-bukrs importing currency = l_shwhr.
POSITION_INDICATOR_SECACC_READ CALL FUNCTION 'POSITION_INDICATOR_SECACC_READ' EXPORTING I_BUKRS = l_wrk_depot-bukrs I_RANL = l_wrk_depot-ranl I_RLDEPO = l_wrk_depot-rldepo IMPORTING E_VWPDEPO = l_wrk_vwpdepo.
TRCA_BATCH_HEADING call function 'TRCA_BATCH_HEADING' exporting i_bhdgd = l_bhdgd.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = repid tables selection_table = t_selopt exceptions others = 1.
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = repid seltext = 'X' tables sel_tab = t_selopt.
BAL_GLB_SEARCH_MSG call function 'BAL_GLB_SEARCH_MSG' importing e_t_msg_handle = handle exceptions msg_not_found = 0 others = 0.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = g_wrk_profile.
TB_PROT_DISPLAY_POSTED_TRANS call function 'TB_PROT_DISPLAY_POSTED_TRANS'.
TB_PROT_DISPLAY_FAILED_TRANS call function 'TB_PROT_DISPLAY_FAILED_TRANS'.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = repid i_callback_pf_status_set = 'SET_PF_STATUS_AM' * i_callback_user_command = '' is_layout = gs_layout it_fieldcat = gt_fieldcat i_tabname_header = 'TAB_HEADER' i_tabname_item = 'TAB_ITEM' is_keyinfo = gs_keyinfo it_events = tab_events I_SAVE = 'A' is_variant = variant tables t_outtab_header = tab_header t_outtab_item = tab_item.
MASTER_DATA_READ_SEC call function 'MASTER_DATA_READ_SEC' exporting i_ranl = l_wrk_group-ranl importing e_vwpanla = l_wrk_vwpanla.
TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = l_wrk_group-bukrs importing currency = l_wrk_header-currency.
call function 'GET_DOMAENENTEXT' exporting dname = 'TPM_DERIV_CAT' dvalue = dvalue importing dtext = l_wrk_header-deriv_cat_text exceptions no_domain_found = 1 others = 2.
TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = l_wrk_flows-bukrs importing currency = l_wrk_item-shwhr.
MASTER_DATA_READ_SEC call function 'MASTER_DATA_READ_SEC' exporting i_ranl = l_wrk_flows-ranl importing e_vwpanla = l_wrk_vwpanla.
TRCA_BATCH_HEADING call function 'TRCA_BATCH_HEADING' exporting i_bhdgd = l_bhdgd.
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 ACPROTOCOL or its description.