SAP Reports / Programs

RSPO_COMPARE_DEVTYPEFONTS SAP ABAP Report - Compare Fonts of Two Device Types







RSPO_COMPARE_DEVTYPEFONTS 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 RSPO_COMPARE_DEVTYPEFONTS 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 RSPO_COMPARE_DEVTYPEFONTS. "Basic submit
SUBMIT RSPO_COMPARE_DEVTYPEFONTS AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO_COMPARE_DEVTYPEFONTS 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: COMP_MET = Compare Character Widths
Selection Text: DT_NEW = Device Type 2
Selection Text: DT_ORI = Device Type 1
Title: Compare Fonts of Two Device Types
Text Symbol: 001 = Device Type
Text Symbol: 002 = does not exist or has no fonts.
Text Symbol: 003 = Original Device Type
Text Symbol: 004 = New Device Type
Text Symbol: 005 = exists
Text Symbol: 006 = does not exist
Text Symbol: 007 = Number of Metrics
Text Symbol: 008 = Width
Text Symbol: 009 = No character width


INCLUDES used within this REPORT RSPO_COMPARE_DEVTYPEFONTS

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:

SAPSCRIPT_FONTS_GET_ALL CALL FUNCTION 'SAPSCRIPT_FONTS_GET_ALL' EXPORTING devtype = dt_new * IMPORTING * NO_SOFTFONTS_ALLOWED = TABLES printerfonts = lt_tfo03_new EXCEPTIONS no_fonts = 1 devtype_not_found = 2.

SAPSCRIPT_FONTS_GET_ALL CALL FUNCTION 'SAPSCRIPT_FONTS_GET_ALL' EXPORTING devtype = dt_ori * IMPORTING * NO_SOFTFONTS_ALLOWED = TABLES printerfonts = lt_tfo03_ori EXCEPTIONS no_fonts = 1 devtype_not_found = 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 RSPO_COMPARE_DEVTYPEFONTS or its description.