SAP Reports / Programs

RLLL0101 SAP ABAP Report - Form Routines for Warehouse Monitor Object Non-Confirmed TOs







RLLL0101 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 RLLL0101 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 RLLL0101. "Basic submit
SUBMIT RLLL0101 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLL0101 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 Non-Confirmed TOs
Text Symbol: 001 = Mvmt Type
Text Symbol: 002 = SrceStorType
Text Symbol: 003 = DestStorType
Text Symbol: 004 = Unconfirmed Transfer Orders
Text Symbol: 005 = Whse Number
Text Symbol: 006 = Source Data
Text Symbol: 007 = Destination Data
Text Symbol: 008 = Return Data
Text Symbol: 009 = Created by


INCLUDES used within this REPORT RLLL0101

INCLUDE RLLLI000.
INCLUDE MLLVSKON.


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_LL01 call function 'L_WM_MONITOR_GET_LL01' exporting iv_lgnum = p_lgnum tables it_range_bwlvs = sbwlvs it_range_vltyp = svltyp it_range_nltyp = snltyp et_ll01 = it_ll01.

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 = alv_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_LL01 call function 'L_WM_MONITOR_GET_LL01' exporting iv_lgnum = g_lgnum tables it_range_bwlvs = g_rt_bwlvs it_range_vltyp = g_rt_vltyp it_range_nltyp = g_rt_nltyp et_ll01 = it_ll01.

ENQUEUE_ELLL01E call function 'ENQUEUE_ELLL01E' exporting mode_ll01 = 'E' mandt = sy-mandt lgnum = it_alv-lgnum lobid = it_alv-gl-lobid tanum = it_alv-tanum tapos = it_alv-tapos * X_LGNUM = ' ' * X_LOBID = ' ' * X_TANUM = ' ' * X_TAPOS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 error_message = 3 others = 4.

L_TO_CANCEL_SU call function 'L_TO_CANCEL_SU' exporting i_lenum = it_alv-vlenr * I_CANCL = ' ' * I_SUBST = ' ' * I_QNAME = SY-UNAME i_update_task = ' ' i_commit_work = ' ' tables t_ltap_cancl = it_ltap_canc exceptions su_confirmed = 1 * su_movement_partly_confirmed = 2 su_doesnt_exist = 3 item_confirmed = 4 item_doesnt_exist = 5 foreign_lock = 6 * double_lines = 7 nothing_to_do = 8 * xfeld_wrong = 9 * update_without_commit = 10 * no_authority = 11 error_message = 12 others = 13.

L_TO_CANCEL call function 'L_TO_CANCEL' exporting i_lgnum = it_alv-lgnum i_tanum = it_alv-tanum * I_CANCL = ' ' * I_SUBST = ' ' * I_QNAME = SY-UNAME i_update_task = ' ' i_commit_work = ' ' tables t_ltap_cancl = it_ltap_canc exceptions to_confirmed = 1 to_doesnt_exist = 2 item_confirmed = 3 item_doesnt_exist = 4 foreign_lock = 5 * double_lines = 6 nothing_to_do = 7 * xfeld_wrong = 8 * su_movement_partly_confirmed = 9 * update_without_commit = 10 * no_authority = 11 error_message = 12 others = 13.

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_POPUP_BLOCK_BIN_TA call function 'L_LL_POPUP_BLOCK_BIN_TA' exporting lgnum = it_alv-lgnum importing flg_sperren_vlpla_einlag = flg_skzue_vlpla flg_sperren_vlpla_auslag = flg_skzua_vlpla sperrgrund_vlpla = sperrgrund_vlpla flg_sperren_nlpla_einlag = flg_skzue_nlpla flg_sperren_nlpla_auslag = flg_skzua_nlpla sperrgrund_nlpla = sperrgrund_nlpla flg_sperren_rlpla_einlag = flg_skzue_rlpla flg_sperren_rlpla_auslag = flg_skzua_rlpla sperrgrund_rlpla = sperrgrund_rlpla flg_abbrechen = flg_abbrechen exceptions others = 0.

L_PLATZ_POSITION_TRENNEN call function 'L_PLATZ_POSITION_TRENNEN' exporting lgnum = p_lgnum lgtyp = p_lgtyp lgpla = p_lgpla importing o_lgpla = lgpla o_plpos = plpos exceptions not_found = 1 overflow = 2 others = 3.

L_LL_POPUP_FREE_BIN_TA call function 'L_LL_POPUP_FREE_BIN_TA' importing flg_vlpla_einlag = flg_vlpla_einlag flg_vlpla_auslag = flg_vlpla_auslag flg_nlpla_einlag = flg_nlpla_einlag flg_nlpla_auslag = flg_nlpla_auslag flg_rlpla_einlag = flg_rlpla_einlag flg_rlpla_auslag = flg_rlpla_auslag flg_abbrechen = flg_abbrechen exceptions others = 0.

L_PLATZ_POSITION_TRENNEN call function 'L_PLATZ_POSITION_TRENNEN' exporting lgnum = p_lgnum lgtyp = p_lgtyp lgpla = p_lgpla importing o_lgpla = lgpla o_plpos = plpos exceptions not_found = 1 overflow = 2 others = 3.

L_LL_POPUP_TA_PRINT_PARAMS call function 'L_LL_POPUP_TA_PRINT_PARAMS' exporting i_lgnum = it_alv-lgnum importing o_drukz = rldru-drukz o_ldest = rldru-ldest o_spool = rldru-spool o_tasch = rldru-tasch o_lesch = rldru-lesch o_letas = rldru-letas o_leinh = rldru-leinh o_etike = etikett o_abbruch = flg_abbrechen exceptions others = 0.

L_TO_CONFIRM call function 'L_TO_CONFIRM' exporting i_lgnum = it_alv-lgnum i_tanum = it_alv-tanum i_quknz = p_quknz i_update_task = ' ' i_commit_work = ' ' i_subst = 'X' tables t_ltap_conf = it_ltap_conf t_ltap_conf_hu = it_ltap_conf_hu "n_924196 exceptions to_confirmed = 1 to_doesnt_exist = 2 item_confirmed = 3 foreign_lock = 4 nothing_to_do = 5 error_message = 6 others = 7.



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