SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Editor(BC-DWB-TOO-ABA) SAP BC

RS_LINE_EXTENDING_LITERALS SAP ABAP Report - ABAP sources with literals spanning several lines







RS_LINE_EXTENDING_LITERALS 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 RS_LINE_EXTENDING_LITERALS 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 RS_LINE_EXTENDING_LITERALS. "Basic submit
SUBMIT RS_LINE_EXTENDING_LITERALS AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LINE_EXTENDING_LITERALS 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_MAXPRO = Maximum Number of Programs
Selection Text: SO_AUT = Author (TADIR)
Selection Text: SO_DEV = Package
Selection Text: SO_OBJ = Object Type
Selection Text: SO_OBJ_N = Object Name
Selection Text: SO_ORG = Original System
Title: ABAP sources with literals spanning several lines
Text Symbol: 007 = &1 Programs Selected
Text Symbol: 006 = Syntax Check Aborted
Text Symbol: 005 = System has reached maximum number of errors; syntax check aborted after &1 errors
Text Symbol: 004 = Normal Syntax Error: No Check on Literals Spanning Several Lines
Text Symbol: 003 = Error Reading TRDIR
Text Symbol: 002 = Error Using READ REPORT
Text Symbol: 001 = Program
Text Symbol: 000 = No Long Text Exists
Text Symbol: 013 = Error ID:
Text Symbol: 014 = Increase the maximum number of errors for programs, or carry out a scan using SAMT
Text Symbol: 015 = Row
Text Symbol: 016 = There is no program corresponding to this selection
Text Symbol: 017 = Could not find any literals spanning several lines
Text Symbol: 018 = Check running for (&1 of &2):
Text Symbol: 012 = Editor
Text Symbol: 024 = Generated:
Text Symbol: 023 = Can Be Transported:
Text Symbol: 022 = Could not determine program name:
Text Symbol: 021 = The program is inactive: Activate it now
Text Symbol: 020 = LongText
Text Symbol: 019 = Could not find any literals spanning several lines
Text Symbol: 008 = However, the maximum number was reached in &1 programs
Text Symbol: 009 = Information:
Text Symbol: 010 = Warning:
Text Symbol: 011 = Errors:
Text Symbol: 315 = Include only Objects with Object Repository Entry (TADIR)
Text Symbol: 316 = Display lines that cannot be analyzed statically
Text Symbol: 317 = TYPE : Type-Pool
Text Symbol: 320 = Exclude the Packages SVER, SVEP, and SVED
Text Symbol: 321 = Possible Object Types:
Text Symbol: 314 = Exclude $* Packages





Text Symbol: 300 = This report searches in the program for literals that span several lines
Text Symbol: 302 = You cannot use this form of literal definition with a STRING line format in the ABAP source
Text Symbol: 303 = Search a program set for literals spanning several lines
Text Symbol: 304 = PROG : Report
Text Symbol: 305 = CLAS : Class
Text Symbol: 306 = FUGR : Function Group
Text Symbol: 307 = To scan large program sets, use the transaction SAMT
Text Symbol: 308 = Restrict Program Set To Prevent Time Out:
Text Symbol: 310 = FUGS : Function Group (with Customer Include, SAP Part)
Text Symbol: 311 = LDBA : Logical Database
Text Symbol: 312 = CNTX : Context
Text Symbol: 313 = FUGX : Function Group (with Customer Include, Customer Part)


INCLUDES used within this REPORT RS_LINE_EXTENDING_LITERALS

INCLUDE: RSAMTINC.


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:

TR_TRANSFORM_TRDIR_TO_TADIR CALL FUNCTION 'TR_TRANSFORM_TRDIR_TO_TADIR' EXPORTING iv_trdir_name = l_pro_aut_wa-pro IMPORTING es_tadir_keys = l_tadir EXCEPTIONS invalid_name_syntax = 1 OTHERS = 2.

RS_TADIR_TO_PROGNAME CALL FUNCTION 'RS_TADIR_TO_PROGNAME' EXPORTING object = l_list_wa-obj obj_name = l_list_wa-obj_n IMPORTING progname = l_list_wa-prog.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = l_text.

TR_TRANSFORM_TRDIR_TO_TADIR CALL FUNCTION 'TR_TRANSFORM_TRDIR_TO_TADIR' EXPORTING iv_trdir_name = l_program IMPORTING es_tadir_keys = l_tadir_key EXCEPTIONS invalid_name_syntax = 1 OTHERS = 2.

TR_TRANSFORM_TRDIR_TO_TADIR CALL FUNCTION 'TR_TRANSFORM_TRDIR_TO_TADIR' EXPORTING iv_trdir_name = l_program IMPORTING es_tadir_keys = l_tadir_key EXCEPTIONS invalid_name_syntax = 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 RS_LINE_EXTENDING_LITERALS or its description.