SAP Reports / Programs

RLLL0105 SAP ABAP Report - Form Routines for Warehouse Monitor Object, Negative Stocks







RLLL0105 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 RLLL0105 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 RLLL0105. "Basic submit
SUBMIT RLLL0105 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLL0105 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, Negative Stocks
Text Symbol: 001 = Negative stock no longer exists
Text Symbol: 002 = Storage type
Text Symbol: 004 = Negative stocks
Text Symbol: 005 = Warehouse number


INCLUDES used within this REPORT RLLL0105

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_LL05_A call function 'L_WM_MONITOR_GET_LL05_A' exporting iv_lgnum = p_lgnum tables it_range_lgtyp = slgtyp et_ll05 = it_ll05.

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_LL05_A call function 'L_WM_MONITOR_GET_LL05_A' exporting iv_lgnum = g_lgnum tables it_range_lgtyp = g_rt_lgtyp et_ll05 = it_ll05.

ENQUEUE_ELLL05E call function 'ENQUEUE_ELLL05E' exporting mode_ll05 = 'E' mandt = sy-mandt lgnum = it_alv-lgnum lobid = it_alv-gl-lobid lqnum = it_alv-lqnum * X_LGNUM = ' ' * X_LOBID = ' ' * X_LQNUM = ' ' * _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_LL_TO_SHOW_QUANT call function 'L_LL_TO_SHOW_QUANT' exporting i_lgnum = it_alv-lgnum i_lqnum = it_alv-lqnum exceptions quant_not_found = 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 RLLL0105 or its description.