SAP ABAP Class CL_SPOPI_LANGUAGE_SELECTION (A user selection of wanted languages)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
SPOPI (Package) Printer / device type relation information

⤷

⤷

Properties
Class | CL_SPOPI_LANGUAGE_SELECTION | |
Short Description | A user selection of wanted languages | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SPOPI | Printer / device type relation information |
Created | 20130214 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SPOPI_LANGUAGE_SELECTION has no interface implemented.
Friends
Class CL_SPOPI_LANGUAGE_SELECTION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_LANGUAGE_TAB | All languages | 20130226 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_LANGUAGE_TAB | Table of languages | 20130214 | ||
3 | ![]() |
Static Attribute | Private | See coding | Table of UPE supported languages | 20130226 |
Methods
Events
Class CL_SPOPI_LANGUAGE_SELECTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_LANGUAGE | Public | See coding | Language | 20130226 | BEGIN OF ty_language,
langgrp TYPE cplanggrp,
name TYPE string,
selected TYPE abap_bool,
langid TYPE cl_upe_fit_langinfo=>t_langid,
END OF ty_language
|
|
2 | TY_LANGUAGE_TAB | Public | See coding | Table of languages | 20130226 | ty_language_tab TYPE STANDARD TABLE OF ty_language WITH KEY langgrp
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SPOPI_LANGUAGE_SELECTION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SELECTION | Call by reference | Type reference (TYPE) | TY_LANGUAGE_TAB | 20130218 |
Method CONSTRUCTOR on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method CREATE_TABLE_OF_LANGUAGES Signature
Method CREATE_TABLE_OF_LANGUAGES on class CL_SPOPI_LANGUAGE_SELECTION has no parameter.
Method CREATE_TABLE_OF_LANGUAGES on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method CREATE_TABLE_UPE_LANGUAGES Signature
Method CREATE_TABLE_UPE_LANGUAGES on class CL_SPOPI_LANGUAGE_SELECTION has no parameter.
Method CREATE_TABLE_UPE_LANGUAGES on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method DOES_UPE_SUPPORT_SELECTED_LANG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_UPE_SUPPORTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130403 |
Method DOES_UPE_SUPPORT_SELECTED_LANG on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method GET_BEST_FLAVOUR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BEST_SWINCF | Call by reference | Type reference (TYPE) | RSPOPTYPE | 20130404 | |||
2 | ![]() |
EV_BEST_URDT | Call by reference | Type reference (TYPE) | RSPOPTYPE | 20130404 |
Method GET_BEST_FLAVOUR on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method GET_BEST_SWINCF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_BEST_SWINCF | Value transfer | Type reference (TYPE) | RSPOPTYPE | 20130404 |
Method GET_BEST_SWINCF on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method GET_BEST_URDT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_BEST_URDT | Value transfer | Type reference (TYPE) | RSPOPTYPE | Spool: Device type name | 20130214 |
Method GET_BEST_URDT on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method GET_SELECTED_LANGUAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SELECTED_LANGUAGES | Value transfer | Type reference (TYPE) | TY_LANGUAGE_TAB | Table of languages | 20130214 |
Method GET_SELECTED_LANGUAGES on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method GET_TABLE_OF_LANGUAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LANGUAGE | Call by reference | Type reference (TYPE) | TY_LANGUAGE_TAB | 20130404 |
Method GET_TABLE_OF_LANGUAGES on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method IS_LANGUAGE_REQUIRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE_ID | Call by reference | Type reference (TYPE) | TY_LANGUAGE-LANGID | 20130226 | |||
2 | ![]() |
RV_IS_REQUIRED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130214 |
Method IS_LANGUAGE_REQUIRED on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method IS_LANGUAGE_UPE_SUPPORTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGID | Call by reference | Type reference (TYPE) | CL_UPE_FIT_LANGINFO=>T_LANGID | 20130226 | |||
2 | ![]() |
RV_UPE_SUPPORTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130226 |
Method IS_LANGUAGE_UPE_SUPPORTED on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
Method IS_ONLY_LATIN1_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ONLY_LATIN1_SELECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130404 |
Method IS_ONLY_LATIN1_SELECTED on class CL_SPOPI_LANGUAGE_SELECTION has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |