SAP Reports / Programs

RLLL0103 SAP ABAP Report - Form Routines for Warehouse Monitor Object, Open Posting Changes







RLLL0103 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 RLLL0103 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 RLLL0103. "Basic submit
SUBMIT RLLL0103 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLL0103 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 Posting Changes
Text Symbol: 001 = Movement type
Text Symbol: 002 = Posting change notice has been processed meanwhile
Text Symbol: 003 = Transfer order can only be created in the foreground
Text Symbol: 004 = Open posting change notices
Text Symbol: 005 = Warehouse number


INCLUDES used within this REPORT RLLL0103

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_LL03 call function 'L_WM_MONITOR_GET_LL03' exporting iv_lgnum = p_lgnum tables it_range_bwlvs = sbwlvs et_ll03 = it_ll03.

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_LL03 call function 'L_WM_MONITOR_GET_LL03' exporting iv_lgnum = g_lgnum tables it_range_bwlvs = g_rt_bwlvs et_ll03 = it_ll03.

ENQUEUE_ELLL03E call function 'ENQUEUE_ELLL03E' exporting mode_ll03 = 'E' mandt = sy-mandt lgnum = it_alv-lgnum lobid = it_alv-gl-lobid ubnum = it_alv-ubnum * X_LGNUM = ' ' * X_LOBID = ' ' * X_UBNUM = ' ' * _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_POSTING_CHANGE call function 'L_TO_CREATE_POSTING_CHANGE' exporting i_lgnum = it_alv-lgnum i_ubnum = it_alv-ubnum * I_LUBUI = ' ' * I_SQUIT = ' ' * I_NIDRU = ' ' * I_DRUKZ = ' ' * I_LDEST = ' ' * I_UPDATE_TASK = ' ' i_commit_work = ' ' * I_BNAME = SY-UNAME * IMPORTING * E_TANUM = * TABLES * T_LUBQU = exceptions foreign_lock = 1 tp_completed = 2 xfeld_wrong = 3 ldest_wrong = 4 drukz_wrong = 5 tp_wrong = 6 squit_forbidden = 7 no_to_created = 8 update_without_commit = 9 no_authority = 10 i_ubnum_or_i_lubu = 11 bwlvs_wrong = 12 material_not_found = 13 manual_to_forbidden = 14 bestq_wrong = 15 sobkz_missing = 16 sobkz_wrong = 17 meins_wrong = 18 conversion_not_found = 19 no_quants = 20 t_lubqu_required = 21 le_bulk_quant_not_selectable = 22 quant_not_selectable = 23 quantnumber_initial = 24 kzuap_or_bin_location = 25 date_wrong = 26 nltyp_missing = 27 nlpla_missing = 28 lgber_wrong = 29 lenum_wrong = 30 menge_wrong = 31 menge_to_big = 32 open_tr_kzuap = 33 lock_exists = 34 double_quant = 35 quantity_wrong = 36 error_message = 37 others = 38.



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