SAP Reports / Programs | Basis Components | Basis Components | Replacing standard texts with industry specific texts(BC-DOC-RIT) SAP BC

SAPMSBRA SAP ABAP Report - Replace Industry-Relevant Short Texts







SAPMSBRA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion of industry-specific short texts Overview: The SAP short texts in SAP Industry Solution Systems are adjusted to meet the requirements of the industry...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 SAPMSBRA into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ST62 - Create Industry Short Texts


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 SAPMSBRA. "Basic submit
SUBMIT SAPMSBRA AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSBRA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Replace Industry-Relevant Short Texts
Text Symbol: 230 = Total
Text Symbol: 221 = Distribute proposals
Text Symbol: 220 = Distribute proposals?
Text Symbol: 219 = Not all entries edited
Text Symbol: 218 = Character string overview
Text Symbol: 217 = Definition overview
Text Symbol: 216 = Overview of replacment terms
Text Symbol: 215 = Proposal pool overview
Text Symbol: 212 = Industry
Text Symbol: 211 = Language
Text Symbol: 210 = Delete entries in table BRATEXT
Text Symbol: 209 = Delete?
Text Symbol: 208 = Table BRATEXT
Text Symbol: 207 = Converter
Text Symbol: 206 = To
Text Symbol: 205 = Date
Text Symbol: 204 = Text Pool Overvw
Text Symbol: 203 = Postponed entries
Text Symbol: 202 = Entries already edited
Text Symbol: 201 = New entries
Text Symbol: 089 = Enter a table name
Text Symbol: 021 = Envirnmnt Analys
Text Symbol: 020 = name
Text Symbol: 019 = Enter a package


INCLUDES used within this REPORT SAPMSBRA

No INCLUDES are used within this REPORT code!


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