SAP Reports / Programs

RTLABELB SAP ABAP Report - Print shelf-edge labels from assortment list







RTLABELB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generating shelf-edge labels using the assortment list...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 RTLABELB 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

WEBU - Printing Labels via Assortment List


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 RTLABELB. "Basic submit
SUBMIT RTLABELB AND RETURN. "Return to original report after report execution complete
SUBMIT RTLABELB 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: PA_ALL = Including processed versions
Selection Text: PA_POPUP = Display selection list
Selection Text: PM_DIAL = Dialog for spool parameters
Selection Text: PM_LDEST = Output device
Selection Text: PM_TFORM = Form
Selection Text: SO_BBTYP = Assortment list type
Selection Text: SO_DATE = Date created
Selection Text: SO_STORE = Plant
Title: Print shelf-edge labels from assortment list
Text Symbol: 001 = Assortment list
Text Symbol: 002 = Sess.
Text Symbol: 003 = Print settings


INCLUDES used within this REPORT RTLABELB

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:

LABEL_REPL_LIST_DATA CALL FUNCTION 'LABEL_REPL_LIST_DATA' EXPORTING PI_DATE_BEGIN = SO_DATE-LOW PI_DATE_END = SO_DATE-HIGH PI_POPUP = PA_POPUP PI_INCL_PROC = PA_ALL TABLES TI_SO_STORE = SO_STORE TI_SO_BBTYP = SO_BBTYP TE_WETI = I_T_WETI EXCEPTIONS NO_VERSION = 1 NO_STRUCTURE = 2 NO_UPDATE = 3 OTHERS = 4.

LABEL_REPL_LIST_PRINT CALL FUNCTION 'LABEL_REPL_LIST_PRINT' EXPORTING PI_DIAL = PM_DIAL PI_LDEST = PM_LDEST PI_LAYOUT = PM_TFORM TABLES TI_WETI = I_T_WETI EXCEPTIONS NOOPEN = 01 NOWRITE = 02 NOCLOSE = 03.



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