SAP Reports / Programs

RLLL0102 SAP ABAP Report - Form Routines for Warehouse Monitor Object, Unprocessed Transf.Rqmnts







RLLL0102 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 RLLL0102 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 RLLL0102. "Basic submit
SUBMIT RLLL0102 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLL0102 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, Unprocessed Transf.Rqmnts
Text Symbol: 001 = Movement type
Text Symbol: 002 = Transfer requirement items have ben processed meanwhile
Text Symbol: 004 = Open transfer requirements
Text Symbol: 005 = Warehouse number
Text Symbol: 006 = Partially delivered transf.requirements
Text Symbol: 007 = Transfer requirements not yet delivered


INCLUDES used within this REPORT RLLL0102

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_LL02 call function 'L_WM_MONITOR_GET_LL02' exporting iv_lgnum = p_lgnum tables it_range_bwlvs = sbwlvs et_ll02 = it_ll02.

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_LL02 call function 'L_WM_MONITOR_GET_LL02' exporting iv_lgnum = g_lgnum tables it_range_bwlvs = g_rt_bwlvs et_ll02 = it_ll02.

ENQUEUE_ELLL02E call function 'ENQUEUE_ELLL02E' exporting mode_ll02 = 'E' mandt = sy-mandt lgnum = it_alv-lgnum lobid = it_alv-gl-lobid tbnum = it_alv-tbnum tbpos = it_alv-tbpos * X_LGNUM = ' ' * X_LOBID = ' ' * X_TBNUM = ' ' * X_TBPOS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 error_message = 3 others = 4.

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.



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