SAP Reports / Programs

RSTXFRM1 SAP ABAP Report - Help report for mass conversions of SAPscript forms/styles







RSTXFRM1 is a standard Executable ABAP Report 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 RSTXFRM1 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Mass Conversion of SAPscript Styles/Forms
Selection Text: FRM_CHFT = Search Forms
Selection Text: CLIENT = Client
Selection Text: UPDATE = Database Update?
Selection Text: STY_CHFT = Search Styles
Selection Text: OBJSEL = Object Key
Selection Text: LISTDET = Detailed Lists
Selection Text: LANGU = Language Key
Title: Help report for mass conversions of SAPscript forms/styles
Text Symbol: 011 = SAVE FORM failed for
Text Symbol: 012 = READ FORM failed for
Text Symbol: 001 = Lang.
Text Symbol: 002 = Form
Text Symbol: 003 = Crtd by
Text Symbol: 019 = SAVE STYLE failed for
Text Symbol: 018 = SAVE STYLE successful for
Text Symbol: 004 = Date
Text Symbol: 005 = Time
Text Symbol: 006 = Chgd by
Text Symbol: 017 = Sty.
Text Symbol: 016 = Program canceled by user
Text Symbol: 015 = Warning:UPDATE parameter active
Text Symbol: 014 = changes to forms/styles?
Text Symbol: 104 = Font in form header is not used
Text Symbol: 103 = ->
Text Symbol: 013 = Are you sure you want to save
Text Symbol: 020 = READ STYLE failed for
Text Symbol: 100 = No entries found for
Text Symbol: 101 = Hits for Language/Form
Text Symbol: 102 = Form header
Text Symbol: 010 = SAVE FORM successful for
Text Symbol: 009 = O.lang.
Text Symbol: 008 = Time
Text Symbol: 007 = Date
Text Symbol: 105 = Parag.
Text Symbol: 138 = Hits for Language/Style
Text Symbol: 137 = No authorization to display style
Text Symbol: 136 = No authorization to display style





Text Symbol: 135 = No authorization to display form
Text Symbol: 111 = Form header has unsuitable font
Text Symbol: 110 = Style in original language not changed
Text Symbol: 109 = Form in original language not changed
Text Symbol: 108 = No. of Changed Character Formats
Text Symbol: 107 = Char. Format
Text Symbol: 106 = No. of Changed Paragraphs
Text Symbol: 134 = No authorization to display form
Text Symbol: 117 = not changed as system font
Text Symbol: 116 = not defined
Text Symbol: 115 = Form header: no change because system font
Text Symbol: 114 = has unsuitable font
Text Symbol: 112 = For Lang.


INCLUDES used within this REPORT RSTXFRM1

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'Wollen Sie wirklich Ă„nderungen'(013) TEXTLINE2 = 'an Formularen/Stilen abspeichern?'(014) TITEL = 'Warnung: UPDATE-Parameter aktiv'(015) IMPORTING ANSWER = ANSWER.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING CLIENT = CLIENT FORM = FORMSEL LANGUAGE = LANGU * STATUS = ' ' IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL EXCEPTIONS OTHERS = 1.

READ_FORM CALL FUNCTION 'READ_FORM' EXPORTING CLIENT = CLIENT FORM = SEL-TDNAME(16) LANGUAGE = SEL-TDSPRAS STATUS = ' ' IMPORTING FORM_HEADER = FORM_HEADER FOUND = FORM_FOUND OLANGUAGE = FORM_OLANG TABLES FORM_LINES = FORM_LIN PAGES = FORM_PAG PAGE_WINDOWS = FORM_PWI PARAGRAPHS = FORM_PAR STRINGS = FORM_STR TABS = FORM_TAB WINDOWS = FORM_WIN EXCEPTIONS OTHERS = 1.

SAVE_FORM CALL FUNCTION 'SAVE_FORM' EXPORTING FORM_HEADER = FORM_HEADER TABLES FORM_LINES = FORM_LIN PAGES = FORM_PAG PAGE_WINDOWS = FORM_PWI PARAGRAPHS = FORM_PAR STRINGS = FORM_STR TABS = FORM_TAB WINDOWS = FORM_WIN EXCEPTIONS OTHERS = 1.

SELECT_STYLE CALL FUNCTION 'SELECT_STYLE' EXPORTING CLIENT = CLIENT STYLE = STYLSEL LANGUAGE = LANGU * STATUS = ' ' IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL EXCEPTIONS OTHERS = 1.

READ_STYLE CALL FUNCTION 'READ_STYLE' EXPORTING CLIENT = CLIENT STYLE = SEL-TDNAME(8) LANGUAGE = SEL-TDSPRAS STATUS = ' ' IMPORTING STYLE_HEADER = STYLE_HEADER FOUND = STYL_FOUND OLANGUAGE = STYL_OLANG TABLES PARAGRAPHS = STYL_PAR STRINGS = STYL_STR TABS = STYL_TAB EXCEPTIONS OTHERS = 1.

SAVE_STYLE CALL FUNCTION 'SAVE_STYLE' EXPORTING STYLE_HEADER = STYLE_HEADER TABLES PARAGRAPHS = STYL_PAR STRINGS = STYL_STR TABS = STYL_TAB EXCEPTIONS OTHERS = 1.

CHECK_FORM_AUTHORITY CALL FUNCTION 'CHECK_FORM_AUTHORITY' EXPORTING ACTIVITY = EDIT_MODE FORM = SEL-TDNAME(16) LANGUAGE = SEL-TDSPRAS EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

CHECK_STYLE_AUTHORITY CALL FUNCTION 'CHECK_STYLE_AUTHORITY' EXPORTING ACTIVITY = EDIT_MODE STYLE = SEL-TDNAME(8) LANGUAGE = SEL-TDSPRAS EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.



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