/XLSO/ACCESS_CODE_SEL 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 /XLSO/ACCESS_CODE_SEL 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.
Title: Include /XLSO/ACCESS_CODE_SEL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VBELN' value_org = 'S' TABLES value_tab = lt_bulk_sales_order return_tab = gt_return.
/XLSO/GET_ALL_CA_MAILID CALL FUNCTION '/XLSO/GET_ALL_CA_MAILID' EXPORTING iv_company_id = lv_company IMPORTING et_company_admin = gt_company_admin_id es_message = gs_message.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BNAME' value_org = 'S' multiple_choice = 'X' TABLES value_tab = gt_ca_details return_tab = gt_return_ca[].
/XLSO/GET_ALL_LM_FOR_COMPANY call function '/XLSO/GET_ALL_LM_FOR_COMPANY' exporting iv_company_id = lv_company IMPORTING ET_LM_DETAILS = gt_lm_details ES_MESSAGE = gs_message.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BNAME' value_org = 'S' multiple_choice = 'X' TABLES value_tab = gt_lm_list return_tab = gt_return_lm[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/XLSO/ACCESS_CODE_SEL - Include /XLSO/ACCESS_CODE_SEL /XLSO/ACCESS_CODE_PBO - Include /XLSO/ACCESS_CODE_PBO /XLSO/ACCESS_CODE_PAI - Include /XLSO/ACCESS_CODE_PAI /XLSO/ACCESS_CODE_GEN - Access Code Generation /XLSO/ACCESS_CODE_GEN - Access Code Generation /XLSO/ACCESSCODE_PBO - Include /XLSO/ACCESSCODE_PBO