SAP Reports / Programs

SAPMSSCS SAP ABAP dialog Program - SAPscript Style Maintenance







SAPMSSCS is a standard Module pool for a dialog screen ABAP Program 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 SAPMSSCS 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

SE72 - SAPscript Styles


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


Text pool values


Title: SAPscript Style Maintenance
Text Symbol: R00 = Bold On
Text Symbol: R01 = Bold Off
Text Symbol: R02 = Hold Bold
Text Symbol: R10 = Italics On
Text Symbol: R11 = Italics Off
Text Symbol: R12 = Hold Italics
Text Symbol: R20 = Underline On
Text Symbol: R21 = Underline Off
Text Symbol: R22 = Hold Underline
Text Symbol: R30 = Protect On
Text Symbol: R31 = Protect Off
Text Symbol: R32 = Hold Protect
Text Symbol: R40 = Hidden On
Text Symbol: R41 = Hidden Off
Text Symbol: R42 = Hold Hidden
Text Symbol: R50 = Superscript On
Text Symbol: R51 = Superscript Off
Text Symbol: R52 = Hold Superscript
Text Symbol: R60 = Subscript On
Text Symbol: R61 = Subscript off
Text Symbol: R62 = Hold Subscript
Text Symbol: RB1 = On
Text Symbol: RB2 = Off
Text Symbol: RB3 = Retain
Text Symbol: T01 = Delete Element
Text Symbol: 002 = Style Description Lang O.lng Status Package
Text Symbol: 006 = Paragraph
Text Symbol: 007 = Char. String
Text Symbol: 017 = Active
Text Symbol: 018 = Revised
Text Symbol: 019 = New
Text Symbol: 020 = New - Not saved
Text Symbol: 021 = New - Saved
Text Symbol: 022 = Revised - Not saved
Text Symbol: 023 = Revised - Saved
Text Symbol: 024 = Active - Saved
Text Symbol: 027 = Client Version Lang O.lng Description





Text Symbol: 031 = Translate
Text Symbol: 032 = Translate - Saved
Text Symbol: 033 = Translate - Not saved
Text Symbol: 101 = Paragraph
Text Symbol: 102 = Char. String
Text Symbol: 120 = Delete Paragraph
Text Symbol: 121 = Delete Character String
Text Symbol: A00 = Create New Paragraph
Text Symbol: A01 = Copy Paragraph &
Text Symbol: B00 = Create New Character String
Text Symbol: B01 = Copy Character String &
Text Symbol: F01 = Bold
Text Symbol: F02 = Italic
Text Symbol: M03 = Delete & &?


INCLUDES used within this REPORT SAPMSSCS

INCLUDE MSSCSF00. " STYLE FORMS
INCLUDE MSSCSF04. " OTYPE FORMS


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