SAP Reports / Programs

SAPMSSCH SAP ABAP dialog Program - SAPscript: Administration of Graphics Stored as Texts







SAPMSSCH 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 SAPMSSCH 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

SE78 - Administration of Form Graphics


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 SAPMSSCH. "Basic submit
SUBMIT SAPMSSCH AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSSCH 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: S_OBJECT = D Graphic Object
Selection Text: S_NAME = Name
Selection Text: S_ID = D Graphic ID
Selection Text: RB_BMON = Color
Selection Text: RB_BCOL = Black and White
Title: SAPscript: Administration of Graphics Stored as Texts
Text Symbol: Q10 = Should text &1, language &2, be deleted?
Text Symbol: Q06 = Color
Text Symbol: Q05 = black/white
Text Symbol: Q01 = Should graphic &1, language &2, &3, be deleted?
Text Symbol: M10 = Text & deleted
Text Symbol: M03 = You are not authorized to display graphic &1, language &2, &3
Text Symbol: M02 = You are not authorized to change graphic &1, language &2, &3
Text Symbol: M01 = Graphic & was deleted
Text Symbol: G14 = Standard Texts
Text Symbol: G13 = General Graphics
Text Symbol: G12 = Stored as Text (Obsolete)
Text Symbol: G11 = Stored on Document Server
Text Symbol: G10 = Form Graphics
Text Symbol: G04 = Color Bitmap Images
Text Symbol: G03 = Black and White Bitmap Images
Text Symbol: G02 = Color Bitmap Image
Text Symbol: G01 = Black and White Bitmap Image
Text Symbol: 002 = No
Text Symbol: 001 = Yes
Text Symbol: Q20 = Do you want to save your changes?
Text Symbol: R01 = Black and White
Text Symbol: R02 = Color
Text Symbol: T01 = Delete Graphic
Text Symbol: T02 = Print Graphic
Text Symbol: UTW = Twip
Text Symbol: UPT = Period
Text Symbol: UMM = mm
Text Symbol: UIN = Inches
Text Symbol: UCM = cm
Text Symbol: T20 = Change Attributes
Text Symbol: T10 = Delete Text
Text Symbol: T03 = Find Graphic





INCLUDES used within this REPORT SAPMSSCH

INCLUDE MSSCHTOP.
INCLUDE MSSCHDEF.
INCLUDE MSSCHLCD.
INCLUDE MSSCHO01.
INCLUDE MSSCHO02.
INCLUDE MSSCHI01.
INCLUDE MSSCHI02.
INCLUDE MSSCHF01.
INCLUDE MSSCHF02.
INCLUDE MSSCHF03.
INCLUDE MSSCHF04.
INCLUDE MSSCHF05.
INCLUDE MSSCHF06.
INCLUDE MSSCHF07.
INCLUDE MSSCHLCI.


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