SAP ABAP Class CL_RSPO_FNTUTL_SCRIPTLIST (Manage a list of Unicode Script IDs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
SPOO (Package) Spool
⤷
⤷
Properties
| Class | CL_RSPO_FNTUTL_SCRIPTLIST | |
| Short Description | Manage a list of Unicode Script IDs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPOO | Spool |
| Created | 20100629 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSPO_FNTUTL_SCRIPTLIST has no interface implemented.
Friends
Class CL_RSPO_FNTUTL_SCRIPTLIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 254 | This ID represents all UC scripts | 20100629 | ||
| 2 | Constant | Protected | Type reference (TYPE) | I | 253 | Maximum value for script ID | 20100629 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 255 | Invalid/undefined script ID | 20100629 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | I | Number of UC scripts | 20100629 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 0 | Current script | 20100629 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | T_SCRIPTVEC | RAW Vector of Unicode Script IDs | 20100629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a Unicode script | 20100629 | |
| 2 | Instance method | Public | Method | Empty list | 20100629 | |
| 3 | Instance method | Public | Constructor | Create empty script list | 20100629 | |
| 4 | Instance method | Public | Method | Get first script ID in list | 20100629 | |
| 5 | Instance method | Public | Method | Get next script ID in list (C_NOSCRIPT if none left) | 20100629 | |
| 6 | Static method | Public | Method | Return English name of Unicode script | 20100629 | |
| 7 | Instance method | Public | Method | Return RAW(256) list of UC scripts | 20100629 | |
| 8 | Instance method | Public | Method | Is Unicode script in list? | 20100629 |
Events
Class CL_RSPO_FNTUTL_SCRIPTLIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SCRIPTVEC | Public | See coding | RAW Vector of Unicode Script IDs | 20100629 | T_SCRIPTVEC(256) type x
|
Method Signatures
Method ADD_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SCRIPTID | Call by reference | Type reference (TYPE) | I | Unicode script id | 20100629 |
Method ADD_SCRIPT on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method CLEAR Signature
Method CLEAR on class CL_RSPO_FNTUTL_SCRIPTLIST has no parameter.
Method CLEAR on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSPO_FNTUTL_SCRIPTLIST has no parameter.
Method CONSTRUCTOR on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method GET_FIRST_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SCRIPTID | Value transfer | Type reference (TYPE) | I | Script ID | 20100629 |
Method GET_FIRST_SCRIPT on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method GET_NEXT_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SCRIPTID | Value transfer | Type reference (TYPE) | I | Script ID | 20100629 |
Method GET_NEXT_SCRIPT on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method GET_SCRIPTNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SCRIPTID | Call by reference | Type reference (TYPE) | I | Unicode Script ID | 20100629 | |||
| 2 | RT_SCRIPTNAME | Value transfer | Type reference (TYPE) | STRING | English name | 20100629 |
Method GET_SCRIPTNAME on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method GET_SCRIPTVECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SCRIPTVECTOR | Value transfer | Type reference (TYPE) | T_SCRIPTVEC | RAW Vector of Unicode Script IDs | 20100629 |
Method GET_SCRIPTVECTOR on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
Method HAS_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SCRIPTID | Call by reference | Type reference (TYPE) | I | Script ID | 20100629 | |||
| 2 | RT_VAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | yes, no | 20100629 |
Method HAS_SCRIPT on class CL_RSPO_FNTUTL_SCRIPTLIST has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 703 |