SAP ABAP Class CL_UPE_URDT (Utilities for Unicode Reference Devtypes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-PRN (Application Component) Print and Output Management
     SPOO (Package) Spool
Properties
Class CL_UPE_URDT  
Short Description Utilities for Unicode Reference Devtypes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPOO   Spool 
Created 20100430   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_UPE_FIT_LANGINFO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_UPE_FONTMETRIC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_UPE_URDT has no interface implemented.
Friends
Class CL_UPE_URDT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CREATIONSYSTEM Instance attribute Public Type reference (TYPE) SYSYSID Name of the SAP System 20101001
2 CREATIONTIME Instance attribute Public Type reference (TYPE) RSPOCHGTME Spool: Time stamp for modification 20101001
3 CREATOR Instance attribute Public Type reference (TYPE) RSPOCHGNME Spool: changed by 20101001
4 C_SAPFONT_REFSIZE Constant Public Type reference (TYPE) TDFONTSIZE 120 Font attribute: font size in 1/10 point 20100430
5 C_TSP06NAME_LANGINFO Constant Private Type reference (TYPE) RSPOPAPACT 'LANGINFO' Spool: Action to paper (header, start of line...) 20100430
6 C_TSP06NAME_LISTFONTALTINFO Constant Private Type reference (TYPE) RSPOPAPACT 'LISTFNTA' Spool: Action to paper (header, start of line...) 20120724
7 C_TSP06NAME_LISTFONTINFO Constant Private Type reference (TYPE) RSPOPAPACT 'LISTFONT' Spool: Format 20100825
8 C_TSP06NAME_SAPFONTKEY Constant Private Type reference (TYPE) RSPOPAPACT 'SAPFONT' Spool: Format 20100430
9 C_TSP06NAME_USERINFO Constant Private Type reference (TYPE) RSPOPAPACT 'USERINFO' Spool: Format 20100430
10 C_TSP06PAPER_URDTFONT Constant Private Type reference (TYPE) RSPOPAPART 'UNICODEREFDTFO' Spool: Format 20100430
11 C_TSP06PAPER_URDTINFO Constant Private Type reference (TYPE) RSPOPAPART 'UNICODEREFDT' Spool: Format 20100430
12 C_URDT_DRIVER Constant Public Type reference (TYPE) RSPODRIVER 'URDT' Spool: Driver name 20100430
13 DEVTYPE Instance attribute Public Type reference (TYPE) RSPOPTYPE Spool: Device type name 20100430
14 DEVTYPE_NAME Instance attribute Public Type reference (TYPE) RSPONAME Spool: Name 20100430
15 IS_APPEND_TO_ORDER Instance attribute Private Type reference (TYPE) ABAP_BOOL 20121116
16 IS_WITHOUT_DIALOG Instance attribute Private Type reference (TYPE) ABAP_BOOL 20121116
17 LANGIDTAB Instance attribute Public Type reference (TYPE) CL_UPE_FIT_LANGINFO=>T_LANGIDTAB Table of languages supported by URDT 20100430
18 LISTFONT_ALT_LOGIDX Instance attribute Private Type reference (TYPE) TFR_INDEX 0 Typeface Repo - Logical Index into Font Binary 20120724
19 LISTFONT_ALT_PHYSID Instance attribute Private Type reference (TYPE) TFR_PHYSFONTID SPACE Typeface Repo - Physical Font ID 20120724
20 LISTFONT_LOGIDX Instance attribute Private Type reference (TYPE) TFR_INDEX 0 Typeface Repo - Logical Index into Font Binary 20100825
21 LISTFONT_PHYSID Instance attribute Private Type reference (TYPE) TFR_PHYSFONTID SPACE Typeface Repo - Physical Font ID 20100825
22 MODIFIER Instance attribute Public Type reference (TYPE) RSPOCHGNME Spool: changed by 20101001
23 MODIFYSYSTEM Instance attribute Public Type reference (TYPE) SYSYSID Name of the SAP System 20101001
24 MODIFYTIME Instance attribute Public Type reference (TYPE) RSPOCHGTME Spool: Time stamp for modification 20101001
25 PACKAGE Instance attribute Private Type reference (TYPE) DEVCLASS Package 20121120
26 SAPFONTTAB Instance attribute Private Type reference (TYPE) T_SAPFONTTAB Table of sap fonts 20100430
27 TR_OBJECTS Instance attribute Private Type reference (TYPE) T_TR_OBJECTS Transport objects 20100430
28 TR_OBJECT_KEYS Instance attribute Private Type reference (TYPE) T_TR_OBJECT_KEYS Transport object keys 20100430
29 TR_ORDER Instance attribute Private Type reference (TYPE) E070-TRKORR Request/Task 20100430
30 TR_TASK Instance attribute Private Type reference (TYPE) E070-TRKORR Request/Task 20120913
31 TSP06TAB Instance attribute Private Type reference (TYPE) T_TSP06TAB Table of TSP06 entries 20100430
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FONTMAPPINGS Instance method Public Method Verify that all SAPfonts use same fontmap 20100430
2 CHECK_FONTMAPPINGS_REPO Instance method Public Method Verify that URDT fonts are available in repo 20100430
3 CLEANUP_TSP06_DATA Instance method Private Method Remove langid/listfont data from TSP06TAB 20100825
4 CONSTRUCTOR Instance method Public Constructor Create URDT object 20100430
5 CREATE_FROM_DB Static method Public Method Create URDT object from DB 20100430
6 CREATE_FROM_DB_NO_SAPFONTTAB Static method Public Method Create URDT object from DB 20100915
7 CREATE_REMAPPED_METRIC Static method Public Method Get remapped fontmetric object from existing URDT 20100430
8 DATA2LANGIDS Static method Private Method Enumerate Languages stored in URDT/TSP06 20100430
9 DATA2LISTALTFONT Static method Private Method Get ABAPLIST alternative fontinfo stored in URDT/TSP06 20120724
10 DATA2LISTFONT Static method Private Method Get ABAPLIST fontinfo stored in URDT/TSP06 20100825
11 DATA2SAPFONTS Static method Private Method Enumerate SAPfonts stored in URDT/TSP06 20100430
12 DELETE_FROM_DB Static method Private Method Delete device type data from DB 20100430
13 DEVTYPE_IS_URDT Static method Public Method Identify URDT device type 20100430
14 GET_FONTMAPPING Instance method Public Method Get font mapping table 20100430
15 GET_FONTMAP_FOR_SAPFONT Instance method Public Method Get font mapping for SAPfont 20100430
16 GET_LISTFONT Instance method Public Method Get PHYSID+LOGIDX of ABAPlist Unicode font 20100825
17 GET_METRIC_FOR_SAPFONT Instance method Public Method Get fontmetric for SAPfont 20100430
18 GET_REPOFONT_USAGE Static method Public Method Get list of device types which use a repofont 20100430
19 GET_URDT_USAGE Static method Public Method Get list of device types which use a URDT 20100511
20 GET_USERINFO Instance method Private Method Get Userinfo from TSP06TAB 20101001
21 IS_REPOFONT_USED Static method Public Method Is a repository font used in at least one DT? 20100831
22 LANGID_ADD Instance method Public Method Add language id (from existing URDT) 20100430
23 SAPFONTS_ENUMERATE Instance method Public Method List SAPfonts stored in URDT object 20100430
24 SAPFONT_ADD Instance method Public Method Add SAP font 20100430
25 SAVE_TO_DB Instance method Public Method Save device type data to DB 20100430
26 SELECT_ALT_LISTFONT Instance method Private Method Select and set alternative listfont 20120724
27 SET_ALT_LISTFONT Instance method Private Method Set PHYSID+LOGIDX of alternative ABAPlist font 20120724
28 SET_LISTFONT Instance method Public Method Set PHYSID+LOGIDX of ABAPlist Unicode font 20100825
29 SUPPORTS_LANGID Instance method Public Method Supports a language/charset? 20100430
30 URDTFONTS_ENUMERATE Static method Public Method List all required fonts for a URDT 20100430
31 URDTS_ENUMERATE Static method Public Method Enumerate all URDTs in system 20100505
32 URDT_LOCK Instance method Public Method Enqueue URDT 20100430
33 URDT_TASK_RECORD Instance method Public Method Add URDT to correction 20100430
34 URDT_TASK_REQUEST Instance method Public Method Ask if URDT can be added to correction 20100430
35 URDT_UNLOCK Instance method Public Method Dequeue URDT 20100430
Events
Class CL_UPE_URDT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_DEVTYPETAB Public See coding Table of device types 20100430 T_DEVTYPETAB type standard table of RSPOPTYPE with default key
2 T_OUTPUTDEVTAB Public See coding Table of output devices 20120613 T_OUTPUTDEVTAB type standard table of RSPOLNAME with default key
3 T_SAPFONTREC Public See coding Info about SAP font 20100430 begin of T_SAPFONTREC, family type TDFAMILY, bold type TDBOLD, italic type TDITALIC, fontmet_obj type ref to CL_UPE_FONTMETRIC, end of T_SAPFONTREC
4 T_SAPFONTS Public See coding Table of SAP fonts 20100430 T_SAPFONTS type standard table of TFO02 with default key
5 T_SAPFONTTAB Public See coding Table of sap fonts 20100430 T_SAPFONTTAB type standard table of T_SAPFONTREC with default key
6 T_TR_OBJECTS Private See coding Transport objects 20100430 T_TR_OBJECTS type standard table of KO200
7 T_TR_OBJECT_KEYS Private See coding Transport object keys 20100430 T_TR_OBJECT_KEYS type standard table of E071K
8 T_TSP06TAB Public See coding Table of TSP06 entries 20100430 T_TSP06TAB type standard table of TSP06 with default key
Method Signatures

Method CHECK_FONTMAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERRMSG Value transfer Type reference (TYPE) STRING 20100430

Method CHECK_FONTMAPPINGS on class CL_UPE_URDT has no exception.

Method CHECK_FONTMAPPINGS_REPO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERRMSG Value transfer Type reference (TYPE) STRING 20100430

Method CHECK_FONTMAPPINGS_REPO on class CL_UPE_URDT has no exception.

Method CLEANUP_TSP06_DATA Signature

Method CLEANUP_TSP06_DATA on class CL_UPE_URDT has no parameter.
Method CLEANUP_TSP06_DATA on class CL_UPE_URDT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATIONSYSTEM Call by reference Type reference (TYPE) SYSYSID SPACE if original system is not current system 20121204
2 Importing IM_CREATIONTIME Call by reference Type reference (TYPE) RSPOCHGTME SPACE If original creation time was not current time 20121204
3 Importing IM_CREATOR Call by reference Type reference (TYPE) RSPOCHGNME SPACE If original creator was not current user 20121204
4 Importing IM_DEVTYPE Call by reference Type reference (TYPE) RSPOPTYPE 20100430
5 Importing IM_LANGID Call by reference Type reference (TYPE) CL_UPE_FIT_LANGINFO=>T_LANGID 20100430
6 Importing IM_NAME Call by reference Type reference (TYPE) RSPONAME 20100430

Method CONSTRUCTOR on class CL_UPE_URDT has no exception.

Method CREATE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEVTYPE Call by reference Type reference (TYPE) RSPOPTYPE 20100430
2 Importing IM_NO_METRICS Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20100906
3 Returning RT_URDT Value transfer Object reference (TYPE REF TO) CL_UPE_URDT Utilities for Unicode Reference Devtypes 20100430

Method CREATE_FROM_DB on class CL_UPE_URDT has no exception.

Method CREATE_FROM_DB_NO_SAPFONTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEVTYPE Call by reference Type reference (TYPE) RSPOPTYPE 20100915
2 Importing IM_NO_METRICS Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20100915
3 Returning RT_URDT Value transfer Object reference (TYPE REF TO) CL_UPE_URDT Utilities for Unicode Reference Devtypes 20100915

Method CREATE_FROM_DB_NO_SAPFONTTAB on class CL_UPE_URDT has no exception.

Method CREATE_REMAPPED_METRIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BOLD Call by reference Type reference (TYPE) TDBOLD 20100430
2 Importing IM_ITALIC Call by reference Type reference (TYPE) TDITALIC 20100430
3 Importing IM_SAPFONT Call by reference Type reference (TYPE) TDFAMILY 20100430
4 Importing IM_URDT_NAME Call by reference Type reference (TYPE) RSPOPTYPE 20100430
5 Importing IM_URDT_ORI Call by reference Object reference (TYPE REF TO) CL_UPE_URDT 20100430
6 Returning RT_FONTMETRIC Value transfer Object reference (TYPE REF TO) CL_UPE_FONTMETRIC 20100430

Method CREATE_REMAPPED_METRIC on class CL_UPE_URDT has no exception.

Method DATA2LANGIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TSP06TAB Call by reference Type reference (TYPE) T_TSP06TAB 20100430
2 Returning RT_LANGIDTAB Value transfer Type reference (TYPE) CL_UPE_FIT_LANGINFO=>T_LANGIDTAB 20100430

Method DATA2LANGIDS on class CL_UPE_URDT has no exception.

Method DATA2LISTALTFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LOGIDX Call by reference Type reference (TYPE) TFR_INDEX Typeface Repo - Logical Index into Font Binary 20120724
2 Exporting EX_PHYSID Call by reference Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20120724
3 Importing IM_TSP06TAB Call by reference Type reference (TYPE) T_TSP06TAB Table of TSP06 entries 20120724

Method DATA2LISTALTFONT on class CL_UPE_URDT has no exception.

Method DATA2LISTFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LOGIDX Call by reference Type reference (TYPE) TFR_INDEX Typeface Repo - Logical Index into Font Binary 20100825
2 Exporting EX_PHYSID Value transfer Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20100825
3 Importing IM_TSP06TAB Call by reference Type reference (TYPE) T_TSP06TAB Table of TSP06 entries 20100825

Method DATA2LISTFONT on class CL_UPE_URDT has no exception.

Method DATA2SAPFONTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEVTYPE Call by reference Type reference (TYPE) RSPOPTYPE 20100430
2 Importing IM_NO_METRICS Call by reference Type reference (TYPE) SAP_BOOL ABAP_FALSE Do not generate fontmetric objects (fast) 20100901
3 Importing IM_TSP06TAB Call by reference Type reference (TYPE) T_TSP06TAB 20100430
4 Returning RT_SAPFONTTAB Value transfer Type reference (TYPE) T_SAPFONTTAB 20100430

Method DATA2SAPFONTS on class CL_UPE_URDT has no exception.

Method DELETE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEVTYPE Call by reference Type reference (TYPE) RSPOPTYPE 20100430

Method DELETE_FROM_DB on class CL_UPE_URDT has no exception.

Method DEVTYPE_IS_URDT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEVTYPE Call by reference Type reference (TYPE) RSPOPTYPE 20100430
2 Returning RT_IS_URDT Value transfer Type reference (TYPE) ABAP_BOOL 20100430

Method DEVTYPE_IS_URDT on class CL_UPE_URDT has no exception.

Method GET_FONTMAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FONTMAPTAB Value transfer Type reference (TYPE) CL_UPE_FONTMETRIC=>T_FONTMAPTAB 20100430

Method GET_FONTMAPPING on class CL_UPE_URDT has no exception.

Method GET_FONTMAP_FOR_SAPFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BOLD Call by reference Type reference (TYPE) TDBOLD 20100430
2 Importing IM_ITALIC Call by reference Type reference (TYPE) TDITALIC 20100430
3 Importing IM_SAPFONT Call by reference Type reference (TYPE) TDFAMILY 20100430
4 Returning RT_FONTMAP Value transfer Type reference (TYPE) CL_UPE_FONTMETRIC=>T_FONTMAPTAB 20100430

Method GET_FONTMAP_FOR_SAPFONT on class CL_UPE_URDT has no exception.

Method GET_LISTFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LOGIDX Call by reference Type reference (TYPE) TFR_INDEX Typeface Repo - Logical Index into Font Binary 20100825
2 Exporting EX_PHYSID Call by reference Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20100825

Method GET_LISTFONT on class CL_UPE_URDT has no exception.

Method GET_METRIC_FOR_SAPFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BOLD Call by reference Type reference (TYPE) TDBOLD 20100430
2 Importing IM_ITALIC Call by reference Type reference (TYPE) TDITALIC 20100430
3 Importing IM_SAPFONT Call by reference Type reference (TYPE) TDFAMILY 20100430
4 Returning RT_FONTMETRIC Value transfer Object reference (TYPE REF TO) CL_UPE_FONTMETRIC 20100430

Method GET_METRIC_FOR_SAPFONT on class CL_UPE_URDT has no exception.

Method GET_REPOFONT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PHYSID Call by reference Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20100430
2 Returning RT_URDTLIST Value transfer Type reference (TYPE) T_DEVTYPETAB Table of device types 20100430

Method GET_REPOFONT_USAGE on class CL_UPE_URDT has no exception.

Method GET_URDT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OUTPUTDEVLIST Value transfer Type reference (TYPE) T_OUTPUTDEVTAB Output devices which use URDT 20120613
2 Exporting EX_UPE_DEVTYPELIST Value transfer Type reference (TYPE) T_DEVTYPETAB Device types which use URDT 20120613
3 Importing IM_URDT Call by reference Type reference (TYPE) RSPOPTYPE Spool: Device type name 20100511

Method GET_URDT_USAGE on class CL_UPE_URDT has no exception.

Method GET_USERINFO Signature

Method GET_USERINFO on class CL_UPE_URDT has no parameter.
Method GET_USERINFO on class CL_UPE_URDT has no exception.

Method IS_REPOFONT_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PHYSID Call by reference Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20100831
2 Returning RT_URDT Value transfer Type reference (TYPE) RSPOPTYPE URDT which uses font 20100831

Method IS_REPOFONT_USED on class CL_UPE_URDT has no exception.

Method LANGID_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGID Call by reference Type reference (TYPE) CL_UPE_FIT_LANGINFO=>T_LANGID 20100430

Method LANGID_ADD on class CL_UPE_URDT has no exception.

Method SAPFONTS_ENUMERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SAPFONTS Value transfer Type reference (TYPE) T_SAPFONTS 20100430

Method SAPFONTS_ENUMERATE on class CL_UPE_URDT has no exception.

Method SAPFONT_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BOLD Call by reference Type reference (TYPE) TDBOLD 20100430
2 Importing IM_FONTMETRIC Call by reference Object reference (TYPE REF TO) CL_UPE_FONTMETRIC 20100430
3 Importing IM_ITALIC Call by reference Type reference (TYPE) TDITALIC 20100430
4 Importing IM_SAPFONT Call by reference Type reference (TYPE) TDFAMILY 20100430

Method SAPFONT_ADD on class CL_UPE_URDT has no exception.

Method SAVE_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERRMSG Value transfer Type reference (TYPE) STRING 20100430

Method SAVE_TO_DB on class CL_UPE_URDT has no exception.

Method SELECT_ALT_LISTFONT Signature

Method SELECT_ALT_LISTFONT on class CL_UPE_URDT has no parameter.
Method SELECT_ALT_LISTFONT on class CL_UPE_URDT has no exception.

Method SET_ALT_LISTFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGIDX Call by reference Type reference (TYPE) TFR_INDEX Typeface Repo - Logical Index into Font Binary 20120724
2 Importing IM_PHYSID Call by reference Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20120724

Method SET_ALT_LISTFONT on class CL_UPE_URDT has no exception.

Method SET_LISTFONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGIDX Call by reference Type reference (TYPE) TFR_INDEX Typeface Repo - Logical Index into Font Binary 20100825
2 Importing IM_PHYSID Call by reference Type reference (TYPE) TFR_PHYSFONTID Typeface Repo - Physical Font ID 20100825

Method SET_LISTFONT on class CL_UPE_URDT has no exception.

Method SUPPORTS_LANGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGID Call by reference Type reference (TYPE) CL_UPE_FIT_LANGINFO=>T_LANGID 20100430
2 Returning RT_SUPPORTS_LANGID Value transfer Type reference (TYPE) ABAP_BOOL 20100430

Method SUPPORTS_LANGID on class CL_UPE_URDT has no exception.

Method URDTFONTS_ENUMERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ADD_CUSTOM_FONTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Include custom Zxxx fonts? 20120321
2 Returning RT_URDTFONTS Value transfer Type reference (TYPE) T_SAPFONTS 20100430

Method URDTFONTS_ENUMERATE on class CL_UPE_URDT has no exception.

Method URDTS_ENUMERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_URDTTAB Value transfer Type reference (TYPE) T_DEVTYPETAB Table of device types 20100505

Method URDTS_ENUMERATE on class CL_UPE_URDT has no exception.

Method URDT_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LOCK_OK Value transfer Type reference (TYPE) ABAP_BOOL 20100430

Method URDT_LOCK on class CL_UPE_URDT has no exception.

Method URDT_TASK_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OK Value transfer Type reference (TYPE) ABAP_BOOL 20100430

Method URDT_TASK_RECORD on class CL_UPE_URDT has no exception.

Method URDT_TASK_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20121120
2 Importing IV_REQUEST Call by reference Type reference (TYPE) E070-TRKORR Request/Task 20121112
3 Returning RT_OK Value transfer Type reference (TYPE) ABAP_BOOL 20100430

Method URDT_TASK_REQUEST on class CL_UPE_URDT has no exception.

Method URDT_UNLOCK Signature

Method URDT_UNLOCK on class CL_UPE_URDT has no parameter.
Method URDT_UNLOCK on class CL_UPE_URDT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703