SAP Reports / Programs

/ISDFPS/RLLS0500 SAP ABAP Report - ABAP for LS05; Automatic Creation of Storage Bins







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


Text pool values


Title: ABAP for LS05; Automatic Creation of Storage Bins
Text Symbol: 208 = Delete Storage Bins
Text Symbol: 207 = Do you want to delete the bins?
Text Symbol: 206 = Do you want to create the bins?
Text Symbol: 205 = Create Storage Bins
Text Symbol: 100 = Stor.Bin Error Message
Text Symbol: 034 = Status of Storage Bin
Text Symbol: 033 = Status
Text Symbol: 032 = Storage Bin Being Created
Text Symbol: 031 = Storage Bin Already Exists
Text Symbol: 029 = Picking Area
Text Symbol: 028 = Total Capacity
Text Symbol: 027 = Load Capacity
Text Symbol: 026 = Fire-Containment Section
Text Symbol: 025 = Storage Bin Type
Text Symbol: 024 = Storage Section
Text Symbol: 023 = Storage Type
Text Symbol: 022 = Warehouse Number
Text Symbol: 021 = Sequence Number
Text Symbol: 009 = Calculation Not Possible with More than One Letter
Text Symbol: 003 = Existing Storage Bins
Text Symbol: 001 = Storage Bins to Be Created


INCLUDES used within this REPORT /ISDFPS/RLLS0500

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_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING i_mess = lmess IMPORTING o_text = hlp_text.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = tcode_lagp_erzeugen_neu TABLES dynprotab = bdc_daten.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = tcode_lagp_loeschen_neu TABLES dynprotab = bdc_daten.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = rl01s-mappe user = sy-uname.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-205 textline1 = text-206 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-208 textline1 = text-207 IMPORTING answer = antwort.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_user_command = 'USER_CMD' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort TABLES t_outtab = gt_alv_data 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 /ISDFPS/RLLS0500 or its description.