SAP Reports / Programs

RLLL0104 SAP ABAP Report - Form Routines for Warehouse Monitor Object, Open Deliveries







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


Text pool values


Title: Form Routines for Warehouse Monitor Object, Open Deliveries
Text Symbol: 001 = Partially processed deliveries
Text Symbol: 002 = Delivery has meanwhile been processed
Text Symbol: 003 = Deliveries not processed
Text Symbol: 004 = Critical deliveries
Text Symbol: 005 = Warehouse number


INCLUDES used within this REPORT RLLL0104

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:

L_WM_MONITOR_GET_LL04 call function 'L_WM_MONITOR_GET_LL04' exporting iv_lgnum = p_lgnum tables et_ll04 = it_ll04.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_buffer_active = 'X' i_callback_program = alv_repid i_callback_pf_status_set = 'SET_PF_STATUS' * i_structure_name = 'SFLIGHT' is_layout = alv_layout it_fieldcat = alv_fieldcat[] it_excluding = alv_extab[] * it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = alv_variant it_events = alv_events[] * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = tables t_outtab = it_alv.

L_WM_MONITOR_GET_LL04 call function 'L_WM_MONITOR_GET_LL04' exporting iv_lgnum = g_lgnum tables et_ll04 = it_ll04.

ENQUEUE_ELLL04E call function 'ENQUEUE_ELLL04E' exporting mode_ll04 = 'E' mandt = sy-mandt lgnum = it_alv-lgnum lobid = it_alv-gl-lobid vbeln = it_alv-vbeln * X_LGNUM = ' ' * X_LOBID = ' ' * X_VBELN = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

L_LL_PREPARE_PROCESS_UPDATE call function 'L_LL_PREPARE_PROCESS_UPDATE' tables it_aktion = it_aktion changing llvw_daten = it_alv-lllvw exceptions others = 0.

L_LL_PREPARE_PROCESS_UPDATE call function 'L_LL_PREPARE_PROCESS_UPDATE' tables it_aktion = it_aktion changing llvw_daten = it_alv-lllvw exceptions others = 0.

L_TO_CREATE_DN call function 'L_TO_CREATE_DN' exporting i_lgnum = it_alv-lgnum i_vbeln = it_alv-vbeln * I_REFNR = ' ' * I_SQUIT = ' ' * I_NIDRU = ' ' * I_DRUKZ = ' ' * I_LDEST = ' ' * I_UPDATE_TASK = ' ' i_commit_work = ' ' * I_BNAME = SY-UNAME * I_TEILK = ' ' * IMPORTING * E_TANUM = * E_TEILK = exceptions foreign_lock = 1 dn_completed = 2 partial_delivery_forbidden = 3 xfeld_wrong = 4 ldest_wrong = 5 drukz_wrong = 6 dn_wrong = 7 squit_forbidden = 8 no_to_created = 9 teilk_wrong = 10 update_without_commit = 11 no_authority = 12 error_message = 13 others = 14.



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