SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

RS_ADD_TITLE_TO_TC SAP ABAP Report - Insert title in TableControl







RS_ADD_TITLE_TO_TC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Insert a title in generated view and table maintenance dialog screens, in accordance with the Accessibilty 508 guideline in the USA...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 RS_ADD_TITLE_TO_TC 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_ADD_TITLE_TO_TC. "Basic submit
SUBMIT RS_ADD_TITLE_TO_TC AND RETURN. "Return to original report after report execution complete
SUBMIT RS_ADD_TITLE_TO_TC 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: TESTMODE = Test Only
Selection Text: P_TNAME = Table/View Name
Selection Text: P_DEVCLS = Or Package
Selection Text: P_AREA = Or Function Group
Selection Text: ADDTITLE = Insert title
Title: Insert title in TableControl
Text Symbol: 015 = Insert title as we as set Read-Only flag?
Text Symbol: 014 = Program Locked
Text Symbol: 013 = Local Function Group
Text Symbol: 012 = Function Group:
Text Symbol: 011 = Personnel No.:
Text Symbol: 010 = The function group is only a local object. No change possible
Text Symbol: 009 = The current system is not the original system of the function group. No change possible
Text Symbol: 008 = Test Mode
Text Symbol: 007 = Person Responsible for Program
Text Symbol: 006 = Title already exists
Text Symbol: 005 = Title and name for I/O field missing: They have been entered
Text Symbol: 004 = Program:
Text Symbol: 003 = Screen number:
Text Symbol: 002 = Title and name for I/O field missing. No screen is changed in test mode
Text Symbol: 001 = Table: Selection Screen


INCLUDES used within this REPORT RS_ADD_TITLE_TO_TC

INCLUDE ADDTITLETOP . " GLOBAL DATA
INCLUDE MSEUSDAT.
INCLUDE ADDTITLEF01 . " FORM-ROUTINES
INCLUDE ADDTITLEE01.
INCLUDE ADDTITLE_DYNPRO_O01.
INCLUDE ADDTITLE_DYNPRO_I01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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