SAP ABAP Class CL_SCP_TRANSPORT (Transport Connection for Codepage Objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
SCP (Package) SAP Code Pages

⤷

⤷

Properties
Class | CL_SCP_TRANSPORT | |
Short Description | Transport Connection for Codepage Objects | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SCP | SAP Code Pages |
Created | 20030606 | SAP |
Last change | 00000000 | 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_SCP_TRANSPORT has no interface implemented.
Friends
Class CL_SCP_TRANSPORT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | FLAG: Are character tables included in object list? | 20030606 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Number of Characters in Transport List | 20030606 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Number of Codepages in Transport List | 20030606 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_KEY_LIST | Key List of All Objects to Be Transported | 20030606 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_OBJECT_LIST | List of All Objects to Be Transported | 20030606 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Number of Objects in Transport List | 20030606 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Number of Segments in Transport List | 20030606 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Include single character in transport list | 20030606 |
2 | ![]() |
Instance method | Public | Method | Include codepage in transport list | 20030606 |
3 | ![]() |
Instance method | Public | Method | Include codepage segment in transport list | 20030606 |
4 | ![]() |
Instance method | Public | Method | Returns number of characters in transport list | 20030612 |
5 | ![]() |
Instance method | Public | Method | Check Transport (Authorization) | 20030612 |
6 | ![]() |
Instance method | Public | Method | Delete transport objects, initialize attributes | 20030612 |
7 | ![]() |
Instance method | Public | Method | Returns number of codepages in transport list | 20030612 |
8 | ![]() |
Instance method | Public | Constructor | Constructor | 20030606 |
9 | ![]() |
Instance method | Public | Method | Send Transport | 20030610 |
10 | ![]() |
Instance method | Public | Method | Returns number of objects in transport list | 20030612 |
11 | ![]() |
Instance method | Public | Method | Returns number of segments in transport list | 20030612 |
12 | ![]() |
Instance method | Public | Method | Display Transport List | 20030606 |
Events
Class CL_SCP_TRANSPORT has no event.
Types
Class CL_SCP_TRANSPORT has no local type.
Method Signatures
Method ADD_CHARACTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHARID | Value transfer | Type reference (TYPE) | SCPUCHAR | Unicode Zeichennummer | 20030606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Einfügen eines Zeichen in Transportliste | 20030612 |
Method ADD_CODEPAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CODEPAGE_NAME | Value transfer | Type reference (TYPE) | CPCODEPAGE | Name der Codepage | 20030606 |
Method ADD_CODEPAGE on class CL_SCP_TRANSPORT has no exception.
Method ADD_SEGMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SEGMENT_NAME | Value transfer | Type reference (TYPE) | CPSEGID | Name des Codepage Segments | 20030606 |
Method ADD_SEGMENT on class CL_SCP_TRANSPORT has no exception.
Method CHARACTER_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_NUM | Value transfer | Type reference (TYPE) | INT4 | 20030612 |
Method CHARACTER_NUM on class CL_SCP_TRANSPORT has no exception.
Method CHECK Signature
Method CHECK on class CL_SCP_TRANSPORT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Transport | 20030612 |
Method CLEAR_LIST Signature
Method CLEAR_LIST on class CL_SCP_TRANSPORT has no parameter.
Method CLEAR_LIST on class CL_SCP_TRANSPORT has no exception.
Method CODEPAGE_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_NUM | Value transfer | Type reference (TYPE) | INT4 | 20030612 |
Method CODEPAGE_NUM on class CL_SCP_TRANSPORT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SCP_TRANSPORT has no parameter.
Method CONSTRUCTOR on class CL_SCP_TRANSPORT has no exception.
Method INSERT Signature
Method INSERT on class CL_SCP_TRANSPORT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Transport | 20030611 |
Method OBJECT_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_NUM | Value transfer | Type reference (TYPE) | INT4 | 20030612 |
Method OBJECT_NUM on class CL_SCP_TRANSPORT has no exception.
Method SEGMENT_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_NUM | Value transfer | Type reference (TYPE) | INT4 | 20030612 |
Method SEGMENT_NUM on class CL_SCP_TRANSPORT has no exception.
Method SHOW_LIST Signature
Method SHOW_LIST on class CL_SCP_TRANSPORT has no parameter.
Method SHOW_LIST on class CL_SCP_TRANSPORT has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 640 |