SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLS11F03 SAP ABAP INCLUDE - documentation and ABAP source code







RLS11F03 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 RLS11F03 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 RLS11F03. "Basic submit
SUBMIT RLS11F03 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS11F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RLS11F03

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:

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_alv_top_of_list[] .

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = 'RLSAMM11' i_callback_pf_status_set = 'ALV_PF_STATUS_SET' i_callback_user_command = 'ALV_FCODE_BEARBEITEN' is_layout = alv_layout it_fieldcat = gt_alv_fieldcat it_excluding = gt_alv_list_excluding * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = ' ' i_save = alv_vari_save_sw is_variant = alv_vari_info it_events = gt_alv_events[] * IT_EVENT_EXIT = i_tabname_header = gc_name_head_tab i_tabname_item = gc_name_item_tab is_keyinfo = alv_keyinfo * IS_PRINT = * importing * e_exit_caused_by_caller = tables t_outtab_header = t_head[] t_outtab_item = t_item[] exceptions program_error = 1 others = 2.

DOKU_OBJECT_SHOW call function 'DOKU_OBJECT_SHOW' exporting dokclass = lc_dokclass_na doklangu = sy-langu dokname = ls_doku_na doktitle = lf_doktitle tables links = lt_lines exceptions object_not_found = 1 sapscript_error = 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 RLS11F03 or its description.