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
Below is a list of transaction codes which are relevant to this SAP report
WEBU - Printing Labels via Assortment List
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTLABELB - Print shelf-edge labels from assortment list RTLABELB - Print shelf-edge labels from assortment list RTKV02 - documentation and ABAP source code RTKV02 - documentation and ABAP source code RTKB2000 - Settlement Rule: Reconcile Default Rules with Client 000 RTKB2000 - Settlement Rule: Reconcile Default Rules with Client 000