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

RS_SOURCE_WITH_ILLEGAL_TABS SAP ABAP Report - ABAP Sources with Horizontal Tabulators







RS_SOURCE_WITH_ILLEGAL_TABS 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_SOURCE_WITH_ILLEGAL_TABS 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_SOURCE_WITH_ILLEGAL_TABS. "Basic submit
SUBMIT RS_SOURCE_WITH_ILLEGAL_TABS AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SOURCE_WITH_ILLEGAL_TABS 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 Horizontal Tabulators
Text Symbol: 019 = Horizontal tabulator in column
Text Symbol: 020 = Long Txt
Text Symbol: 022 = Could not determine program name:
Text Symbol: 023 = Can Be Transported:
Text Symbol: 024 = Generated:
Text Symbol: 300 = This report searches for places in the program where horizontal tabulators are located
Text Symbol: 018 = Check running for (&1 of &2):
Text Symbol: 017 = No horizontal tabs were found
Text Symbol: 016 = There is no program corresponding to this selection
Text Symbol: 015 = Row
Text Symbol: 014 = Increase the maximum number of errors for programs, or carry out a scan using SAMT
Text Symbol: 013 = Error ID:
Text Symbol: 000 = No Long Text Exists
Text Symbol: 001 = Program
Text Symbol: 002 = Error Using READ REPORT
Text Symbol: 003 = Error Reading TRDIR
Text Symbol: 005 = System has reached maximum number of errors; syntax check aborted after &1 errors
Text Symbol: 006 = Syntax Check Aborted
Text Symbol: 007 = &1 Programs Selected
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: 012 = Editor
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: 302 = Horizontal tabulators are no allowed in ABAP sources
Text Symbol: 303 = Examine a program quantity for horizontal tabs





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)
Text Symbol: 314 = Exclude $* Packages


INCLUDES used within this REPORT RS_SOURCE_WITH_ILLEGAL_TABS

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.

FIND_AND_CONV_WRONG_CHAR CALL FUNCTION 'FIND_AND_CONV_WRONG_CHAR' EXPORTING REPLACE = 'X' wrong_char = 'T' tables content = l_source POSITION_TAB = l_position.

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