RTLABELC 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 RTLABELC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OWEA - Output Determination, Mat. Maint.
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: PM_KALSM = Schema
Selection Text: RG_DATUM = Date
Title: Label determination for material maintenance
Text Symbol: 001 = Change documents
Text Symbol: 002 = Message control
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LABELING_POINTER_INTERPRET CALL FUNCTION 'LABELING_POINTER_INTERPRET' EXPORTING PI_DATAB = RG_DATUM-LOW PI_DATBI = RG_DATUM-HIGH IMPORTING T_LABCOM = TLBCOM EXCEPTIONS OTHERS = 1.
LABELING_MESSAGES_DETERMINE CALL FUNCTION 'LABELING_MESSAGES_DETERMINE' EXPORTING F_MSGSET = PM_KALSM T_LABCOM = TLBCOM EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTLABELC - Label determination for material maintenance RTLABELC - Label determination for material maintenance 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