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
Below is a list of transaction codes which are relevant to this SAP report
SE78 - Administration of Form Graphics
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMSSCH - SAPscript: Administration of Graphics Stored as Texts SAPMSSCH - SAPscript: Administration of Graphics Stored as Texts SAPMSSCG - SAPscript Translation Tool for Forms SAPMSSCG - SAPscript Translation Tool for Forms SAPMSSCF - SAPscript Form Maintenance SAPMSSCF - SAPscript Form Maintenance