SE16N_BATCH 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 SE16N_BATCH 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: Start Table Display in Background
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SE16N_INTERFACE CALL FUNCTION 'SE16N_INTERFACE' EXPORTING I_TAB = i_tab * I_EDIT = i_edit I_NO_TXT = i_no_txt I_MAX_LINES = i_max I_LINE_DET = i_line * I_DISPLAY = 'X' I_CLNT_SPEZ = i_clnt I_VARIANT = i_vari I_TECH_NAMES = i_tech I_cwidth_opt_off = i_cwid I_scroll = i_roll I_no_convexit = i_conv I_layout_get = i_lget I_ADD_FIELD = i_add_f I_ADD_FIELDS_ON = i_add_on I_UNAME = i_uname I_HANA_ACTIVE = i_hana I_DBCON = i_dbcon I_OJKEY = i_ojkey * IMPORTING * E_LINE_NR = * E_DREF = TABLES * IT_SELFIELDS = lt_selfields IT_OR_SELFIELDS = lt_or_selfields IT_OUTPUT_FIELDS = lt_output IT_ADD_UP_CURR_FIELDS = lt_curr_add_up IT_ADD_UP_QUAN_FIELDS = lt_quan_add_up IT_SUM_UP_FIELDS = lt_sum_up IT_GROUP_BY_FIELDS = lt_group_by IT_ORDER_BY_FIELDS = lt_order_by IT_TOPLOW_FIELDS = lt_toplow IT_SORTORDER_FIELDS = lt_sortorder IT_AGGREGATE_FIELDS = lt_aggregate EXCEPTIONS * NO_VALUES = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SE16N_BATCH - Start Table Display in Background SE16N_BATCH - Start Table Display in Background SD_VZLOG_SHOW_XYTAB_ANA - Evaluation of VZLOG Entries with Key XYTAB_ANA SD_VZLOG_SHOW_XYTAB_ANA - Evaluation of VZLOG Entries with Key XYTAB_ANA SD_VZLOG_SHOW - Evaluation of VZLOG Entries SD_VZLOG_SHOW - Evaluation of VZLOG Entries