Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module RSPO_CF_GET_WIDTH_INFO_TTF (Liefere Fontname, bold/italic und Metriken für TTF Font) is a standard Function Module in SAP ERP and is part of the function group RSPOCFONT within the package SPOO.
Function Module | RSPO_CF_GET_WIDTH_INFO_TTF |
Short Text | Liefere Fontname, bold/italic und Metriken für TTF Font |
Function Group | RSPOCFONT |
Package | SPOO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FONTFILETAB | TYPE | STANDARD TABLE | Fontdatei (RSPOLPBI!) | |
TTC_SELECTION_BTC | TYPE | I | 1 | Im Batch: gewünschter TTC 'Sub-'Font |
TTF_BYTECOUNT | TYPE | I | Länge in Bytes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERRSTRING | TYPE | STRING | Error message | |
FONTNAME_ENGLISH | TYPE | STRING | English TTF name | |
HAS_BASICLATIN_LOWER | TYPE | C | Has a..z ? | |
HAS_BASICLATIN_UPPER | TYPE | C | Has A..Z ? | |
IS_BOLD | TYPE | C | Bold? YES-'X', no - ' ' | |
IS_ITALIC | TYPE | C | Italic? YES-'X', no - ' ' | |
NUMBER_OF_GLYPHS | TYPE | I | Number glyphs in font | |
UC_METRIC_TABLE | TYPE | CFT_CHAR_WIDTH | character width table |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR | Fehler (siehe ERRSTRING) |
USER_ABORTED | Benutzer hat Dialog abgebrochen |