SAP Reports / Programs

SAPMSSCF SAP ABAP dialog Program - SAPscript Form Maintenance







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

JJ/0 - IS-M: Maintain Forms
SE71 - SAPscript form


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 SAPMSSCF. "Basic submit
SUBMIT SAPMSSCF AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSSCF 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 Form Maintenance
Text Symbol: R01 = Bold Off
Text Symbol: R00 = Bold On
Text Symbol: M05 = Delete & & in All Languages?
Text Symbol: M04 = Delete & & in Language &?
Text Symbol: M03 = Delete & &?
Text Symbol: M02 = & & already exists. Overwrite?
Text Symbol: M01 = Editing of & & is to be ended. Save first?
Text Symbol: I18 = Design/Text
Text Symbol: I17 = Align With Grid
Text Symbol: I16 = Edit Text
Text Symbol: I15 = Rename
Text Symbol: I14 = Paste
Text Symbol: I13 = Copy
Text Symbol: I12 = Cut
Text Symbol: I11 = Delete
Text Symbol: I10 = Create Window
Text Symbol: I09 = Create Graphic
Text Symbol: I08 = Window Overview
Text Symbol: I07 = Page Overview
Text Symbol: I06 = Next Page
Text Symbol: I05 = First Page
Text Symbol: I04 = Rename Page
Text Symbol: R02 = Hold Bold
Text Symbol: T01 = Delete Element
Text Symbol: RB3 = Retain
Text Symbol: RB2 = Off
Text Symbol: RB1 = On
Text Symbol: R62 = Hold Subscript
Text Symbol: R61 = Subscript off
Text Symbol: R60 = Subscript On
Text Symbol: R52 = Hold Superscript
Text Symbol: R51 = Superscript Off
Text Symbol: R50 = Superscript On
Text Symbol: R42 = Hold Hidden
Text Symbol: R41 = Hidden Off
Text Symbol: R40 = Hidden On
Text Symbol: R32 = Hold Protect





Text Symbol: R31 = Protect Off
Text Symbol: R30 = Protect On
Text Symbol: R22 = Hold Underline
Text Symbol: R21 = Underline Off
Text Symbol: R20 = Underline On
Text Symbol: R12 = Hold Italics
Text Symbol: R11 = Italics Off
Text Symbol: R10 = Italics On
Text Symbol: 102 = Delete Form Documentation?
Text Symbol: 101 = Form Not Active
Text Symbol: 100 = Activate Form?
Text Symbol: 033 = Translate - Not saved
Text Symbol: 032 = Translate - Saved
Text Symbol: 031 = Translate
Text Symbol: 027 = Client Version Lang O.lng Description
Text Symbol: 024 = Active - Saved
Text Symbol: 023 = Revised - Saved
Text Symbol: 022 = Revised - Not saved
Text Symbol: 021 = New - Saved
Text Symbol: 020 = New - Not saved
Text Symbol: 019 = New
Text Symbol: 018 = Revised
Text Symbol: 017 = Active
Text Symbol: 016 = Main Window
Text Symbol: 010 = Page
Text Symbol: 009 = Page Window
Text Symbol: 008 = Window
Text Symbol: 007 = Char. Format
Text Symbol: 006 = Paragr. Format
Text Symbol: 002 = Form Description Lang O.lng Status Package
Text Symbol: 001 = Form
Text Symbol: I03 = Copy Page
Text Symbol: I02 = Delete Page
Text Symbol: I01 = Create Page
Text Symbol: F02 = Italic
Text Symbol: F01 = Bold
Text Symbol: E03 = Dialog Box Control
Text Symbol: E02 = Window
Text Symbol: E01 = Combo Box





Text Symbol: D03 = New Page
Text Symbol: D02 = Copy Page & With Page Windows
Text Symbol: D01 = Copy Page & Without Page Windows
Text Symbol: D00 = Create New Page
Text Symbol: C10 = Window &
Text Symbol: C04 = New Graphic
Text Symbol: C03 = New Window
Text Symbol: C02 = Copy Window & With Text Elements
Text Symbol: C01 = Copy Window & Without Text Elements
Text Symbol: C00 = Create New Window
Text Symbol: B01 = Copy Character Format &
Text Symbol: B00 = Create New Character Format
Text Symbol: A01 = Copy Paragraph Format &
Text Symbol: A00 = Create New Paragraph
Text Symbol: 103 = Delete Documentation


INCLUDES used within this REPORT SAPMSSCF

INCLUDE MSSCFF04. " OTYPE FORMS
INCLUDE MSSCFF06. " FORM SELECTION
INCLUDE MSSCFF07. " FORM TEXT
INCLUDE MSSCFF08. " FORM UTILITIES


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