SAP Reports / Programs

SE16N_BATCH SAP ABAP Report - Start Table Display in Background







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SE16N_BATCH. "Basic submit
SUBMIT SE16N_BATCH AND RETURN. "Return to original report after report execution complete
SUBMIT SE16N_BATCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Start Table Display in Background


INCLUDES used within this REPORT SE16N_BATCH

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 SE16N_BATCH or its description.