SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLVST333 SAP ABAP Report - Create Bins for Interim Storage Types







RLVST333 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program adds predefined storage bins for interim storage areas to the data base...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RLVST333 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LX20 - Generate interim storage bins


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


Text pool values


Selection Text: P_LGNUM = Warehouse Number
Title: Create Bins for Interim Storage Types
Text Symbol: 001 = The following storage bins were created:
Text Symbol: 002 = The following storage bins exist already:
Text Symbol: 003 = The following table entries are inconsistent:
Text Symbol: 004 = |Whse|Mvmt Type|Stor. Typ|Stor.Bin |
Text Symbol: 006 = The following storage bins have not been created yet:
Text Symbol: 007 = |Whse|Stor. Typ|Stor. Bin|
Text Symbol: 009 = Total section
Text Symbol: 026 = Exists
Text Symbol: 031 = Exit List Processing
Text Symbol: 032 = The list will not be saved
Text Symbol: 033 = Do you want to exit this list?
Text Symbol: 035 = Missing
Text Symbol: 036 = Inconsistent
Text Symbol: 037 = Storage Bins for Interfaces


INCLUDES used within this REPORT RLVST333

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:

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING ET_EVENTS = XT_EVENTTAB EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID I_STRUCTURE_NAME = GC_STRUC CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_GRID_TITLE = TEXT-037 IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT I_SAVE = GC_SAVE IT_EVENTS = GT_EVENTTAB TABLES T_OUTTAB = GT_OUT_TAB EXCEPTIONS PROGRAM_ERROR = 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 RLVST333 or its description.