SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXTPRI SAP ABAP Report - SAPscript: Test Printing For System Fonts







RSTXTPRI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates a sample printout including all system fonts available in SAPscript in the various formats (font height, normal, bold, italic)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSTXTPRI 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 RSTXTPRI. "Basic submit
SUBMIT RSTXTPRI AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXTPRI 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: DEST = Printer
Selection Text: DESTTYPE = Device type
Selection Text: TESTCHAR = Test character
Title: SAPscript: Test Printing For System Fonts
Text Symbol: 001 = Pt. normal
Text Symbol: 002 = Pt. bold
Text Symbol: 003 = Pt. italic
Text Symbol: 004 = Pt. bold italic
Text Symbol: 005 = SAPscript font test Printer: $$ Device type: $$
Text Symbol: 006 = ABCDEFGHIabcdefghi1234567890+*=()/!.,;:


INCLUDES used within this REPORT RSTXTPRI

INCLUDE RSTXDATA.


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:

LOAD_FORM call function 'LOAD_FORM' exporting printer = tsp0a-patype form = 'SYSTEM' language = sy-langu tables paragraphs = paragraphs tabs = tabs strings = strings windows = windows pages = pages page_windows = page_windows form_lines = lines elements = elements fonts = fonttab.

OPEN_FORM call function 'OPEN_FORM' exporting dialog = 'X' form = 'SYSTEM' language = sy-langu options = itcpo importing result = itcpp exceptions canceled = 1 form = 2.

CLOSE_FORM call function 'CLOSE_FORM' exceptions others = 1.

SYSTEM_CODEPAGE call function 'SYSTEM_CODEPAGE' importing codepage = codepage.

SAPSCRIPT_MESSAGE_DEF call function 'SAPSCRIPT_MESSAGE_DEF' exporting no = 400 v1 = otf_error_spool.



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